Searched refs:match_component (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | domain.c | 101 static inline unsigned int match_component(struct aa_profile *profile, in match_component() function 149 state = match_component(profile, tp, stack, state); in label_compound_match() 164 state = match_component(profile, tp, false, state); in label_compound_match() 211 state = match_component(profile, tp, stack, start); in label_components_match() 227 state = match_component(profile, tp, stack, start); in label_components_match()
|
D | label.c | 1245 static inline unsigned int match_component(struct aa_profile *profile, in match_component() function 1289 state = match_component(profile, tp, state); in label_compound_match() 1304 state = match_component(profile, tp, state); in label_compound_match() 1349 state = match_component(profile, tp, start); in label_components_match() 1365 state = match_component(profile, tp, start); in label_components_match()
|
/Linux-v4.19/drivers/staging/most/ |
D | core.c | 545 static struct core_component *match_component(char *name) in match_component() function 746 comp = match_component(comp_name); in add_link_store() 791 comp = match_component(comp_name); in remove_link_store()
|