Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 2 of 2) sorted by relevance

/security/apparmor/
Ddomain.c491 static const char *next_name(int xtype, const char *name) in next_name() argument
508 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local
518 *name = next_name(xtype, *name)) { in x_table_lookup()
558 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label() local
561 switch (xtype) { in x_to_label()
Dpolicy_unpack.c983 int index, xtype; in verify_xindex() local
984 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex()
986 if (xtype == AA_X_TABLE && index >= table_size) in verify_xindex()