Searched refs:match_component (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/apparmor/
H A Ddomain.c87 static inline aa_state_t match_component(struct aa_profile *profile, function
139 state = match_component(profile, tp, stack, state);
154 state = match_component(profile, tp, false, state);
203 state = match_component(profile, tp, stack, start);
219 state = match_component(profile, tp, stack, start);
H A Dlabel.c1265 static inline aa_state_t match_component(struct aa_profile *profile, function
1312 state = match_component(profile, rules, tp, state);
1327 state = match_component(profile, rules, tp, state);
1374 state = match_component(profile, rules, tp, start);
1390 state = match_component(profile, rules, tp, start);
/linux-master/drivers/most/
H A Dcore.c448 static struct most_component *match_component(char *name) function
670 comp = match_component(comp_name);
681 struct most_component *comp = match_component(comp_name);
694 comp = match_component(comp_name);

Completed in 276 milliseconds