Lines Matching defs:xindex
504 * @xindex: index into x transition table
509 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex,
513 u32 xtype = xindex & AA_X_TYPE_MASK;
514 int index = xindex & AA_X_INDEX_MASK;
524 if (xindex & AA_X_CHILD) {
544 * x_to_label - get target label for a given xindex
548 * @xindex: index into x transition table
557 const char *name, u32 xindex,
563 u32 xtype = xindex & AA_X_TYPE_MASK;
573 stack = profile->file.trans.table[xindex & AA_X_INDEX_MASK];
576 new = x_table_lookup(profile, xindex, lookupname);
582 if (xindex & AA_X_CHILD)
595 if (xindex & AA_X_INHERIT) {
602 } else if (xindex & AA_X_UNCONFINED) {
666 new = x_to_label(profile, bprm, name, perms.xindex, &target,
690 perms.xindex |= AA_X_UNSAFE;
699 if (!(perms.xindex & AA_X_UNSAFE)) {
775 if (!(perms.xindex & AA_X_UNSAFE)) {