Home
last modified time | relevance | path

Searched refs:fn_for_each (Results 1 – 6 of 6) sorted by relevance

/security/apparmor/include/
Dperms.h118 fn_for_each((L), __p2, \
125 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \
133 xcheck(fn_for_each((L1), (P), (FN1)), fn_for_each((L2), (P), (FN2)))
Dlabel.h241 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) macro
/security/apparmor/
Dresource.c124 error = fn_for_each(label, profile, in aa_task_setrlimit()
Dfile.c543 error = fn_for_each(label, profile, in __file_path_perm()
Dmount.c695 error = fn_for_each(label, profile, in aa_pivotroot()
Ddomain.c987 error = fn_for_each(label, profile, in apparmor_bprm_set_creds()