Lines Matching defs:check
26 * unpack_table - unpack a dfa table (one of accept, default, base, next check)
96 * @tables: array of dfa tables to check (NOT NULL)
109 /* check that required tables exist */
189 pr_err("AppArmor DFA next/check upper bounds error\n");
397 /* check for duplicate table entry */
440 #define match_char(state, def, base, next, check, C) \
444 if ((check)[pos] != (state)) { \
476 u32 *check = CHECK_TABLE(dfa);
489 match_char(state, def, base, next, check, c);
495 match_char(state, def, base, next, check, (u8) *str);
520 u32 *check = CHECK_TABLE(dfa);
534 match_char(state, def, base, next, check, c);
540 match_char(state, def, base, next, check, (u8) *str);
563 u32 *check = CHECK_TABLE(dfa);
569 match_char(state, def, base, next, check, equiv[(u8) c]);
571 match_char(state, def, base, next, check, (u8) c);
581 u32 *check = CHECK_TABLE(dfa);
588 match_char(state, def, base, next, check, -1);
612 u32 *check = CHECK_TABLE(dfa);
626 if (check[pos] == state)
637 if (check[pos] == state)
673 u32 *check = CHECK_TABLE(dfa);
688 if (check[pos] == state)
699 if (check[pos] == state)
750 u32 *check = CHECK_TABLE(dfa);
772 if (check[pos] == state)
791 if (check[pos] == state)