Lines Matching refs:xmatch
769 /* default start state for xmatch and file dfa */
897 /* xmatch is optional and may be NULL */
898 error = unpack_pdb(e, &profile->attach.xmatch, false, false, &info);
900 info = "bad xmatch";
904 /* neither xmatch_len not xmatch_perms are optional if xmatch is set */
905 if (profile->attach.xmatch->dfa) {
907 info = "missing xmatch len";
911 profile->attach.xmatch->start[AA_CLASS_XMATCH] = DFA_START;
912 if (!profile->attach.xmatch->perms) {
913 error = aa_compat_map_xmatch(profile->attach.xmatch);
915 info = "failed to convert xmatch permission table";
1319 if (!verify_perms(profile->attach.xmatch)) {