Lines Matching refs:xmatch
1028 /* default start state for xmatch and file dfa */
1167 /* xmatch is optional and may be NULL */
1168 error = unpack_pdb(e, &profile->attach.xmatch, false, false, &info);
1170 info = "bad xmatch";
1174 /* neither xmatch_len not xmatch_perms are optional if xmatch is set */
1175 if (profile->attach.xmatch->dfa) {
1177 info = "missing xmatch len";
1181 profile->attach.xmatch->start[AA_CLASS_XMATCH] = DFA_START;
1182 if (!profile->attach.xmatch->perms) {
1183 error = aa_compat_map_xmatch(profile->attach.xmatch);
1185 info = "failed to convert xmatch permission table";
1590 if (!verify_perms(profile->attach.xmatch)) {