Searched refs:label_for_each (Results 1 – 5 of 5) sorted by relevance
/security/apparmor/include/ |
D | label.h | 161 #define label_for_each(I, L, P) \ macro 239 label_for_each ## __VA_ARGS__(i, (L), (P)) { \ 252 label_for_each ## __VA_ARGS__(i, (L1), (L2), (P)) { \ 268 label_for_each(i, (L), profile) { \
|
D | lib.h | 244 label_for_each(__i, (L), (P)) { \ 255 label_for_each(__i, __lvec[__j], (P)) \
|
/security/apparmor/ |
D | label.c | 328 label_for_each(i, label, profile) { in label_destroy() 1287 label_for_each(i, label, tp) { in label_compound_match() 1347 label_for_each(i, label, tp) { in label_components_match() 1537 label_for_each(i, label, profile) { in label_modename() 1570 label_for_each(i, label, profile) { in display_mode() 1620 label_for_each(i, label, profile) { in aa_label_snxprint()
|
D | domain.c | 145 label_for_each(i, label, tp) { in label_compound_match() 207 label_for_each(i, label, tp) { in label_components_match()
|
D | apparmorfs.c | 796 label_for_each(i, label, profile) { in query_label() 1171 label_for_each(it, label, profile) in seq_ns_nsstacked_show()
|