Home
last modified time | relevance | path

Searched refs:T (Results 1 – 3 of 3) sorted by relevance

/security/apparmor/include/
A Dlabel.h25 #define DEFINE_VEC(T, V) \ argument
26 struct aa_ ## T *(_ ## V ## _localtmp)[LOCAL_VEC_ENTRIES]; \
27 struct aa_ ## T **(V)
29 #define vec_setup(T, V, N, GFP) \ argument
37 (V) = kzalloc(sizeof(struct aa_ ## T *) * (N), (GFP)); \
41 #define vec_cleanup(T, V, N) \ argument
46 aa_put_ ## T((V)[i]); \
A Daudit.h174 #define DEFINE_AUDIT_DATA(NAME, T, C, X) \ argument
179 .common.type = (T), \
A Dnet.h60 #define DEFINE_AUDIT_NET(NAME, OP, CRED, SK, F, T, P) \ argument
70 NAME.net.type = (T); \

Completed in 6 milliseconds