Searched defs:vec (Results 1 – 2 of 2) sorted by relevance
| /security/apparmor/ |
| D | label.c | 190 static bool vec_is_stale(struct aa_profile **vec, int n) in vec_is_stale() 204 static bool vec_unconfined(struct aa_profile **vec, int n) in vec_unconfined() 228 static inline int unique(struct aa_profile **vec, int n) in unique() 266 int aa_vec_unique(struct aa_profile **vec, int n, int flags) in aa_vec_unique() 697 static struct aa_label *__vec_find(struct aa_profile **vec, int n) in __vec_find() 811 static struct aa_label *vec_find(struct aa_profile **vec, int n) in vec_find() 830 static struct aa_label *vec_create_and_insert_label(struct aa_profile **vec, in vec_create_and_insert_label() 864 struct aa_label *aa_vec_find_or_create_label(struct aa_profile **vec, int len, in aa_vec_find_or_create_label()
|
| /security/apparmor/include/ |
| D | label.h | 138 struct aa_profile *vec[]; member
|