Searched refs:match_component (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/security/apparmor/ |
| D | domain.c | 97 static inline unsigned int match_component(struct aa_profile *profile, in match_component() function 145 state = match_component(profile, tp, stack, state); in label_compound_match() 160 state = match_component(profile, tp, false, state); in label_compound_match() 207 state = match_component(profile, tp, stack, start); in label_components_match() 223 state = match_component(profile, tp, stack, start); in label_components_match()
|
| D | label.c | 1241 static inline unsigned int match_component(struct aa_profile *profile, in match_component() function 1285 state = match_component(profile, tp, state); in label_compound_match() 1300 state = match_component(profile, tp, state); in label_compound_match() 1345 state = match_component(profile, tp, start); in label_components_match() 1361 state = match_component(profile, tp, start); in label_components_match()
|
| /Linux-v5.4/drivers/staging/most/ |
| D | core.c | 457 static struct core_component *match_component(char *name) in match_component() function 707 comp = match_component(comp_name); in most_cfg_complete() 718 struct core_component *comp = match_component(comp_name); in most_add_link() 752 comp = match_component(comp_name); in remove_link_store() 773 comp = match_component(comp_name); in most_remove_link()
|