Lines Matching defs:check
69 * unpack_table - unpack a dfa table (one of accept, default, base, next check)
139 * @tables - array of dfa tables to check (NOT NULL)
152 /* check that required tables exist */
231 pr_err("AppArmor DFA next/check upper bounds error\n");
383 /* check for duplicate table entry */
409 #define match_char(state, def, base, next, check, C) \
413 if ((check)[pos] != (state)) { \
445 u16 *check = CHECK_TABLE(dfa);
456 match_char(state, def, base, next, check,
461 match_char(state, def, base, next, check, (u8) *str++);
484 u16 *check = CHECK_TABLE(dfa);
496 match_char(state, def, base, next, check,
501 match_char(state, def, base, next, check, (u8) *str++);
522 u16 *check = CHECK_TABLE(dfa);
528 match_char(state, def, base, next, check, equiv[(u8) c]);
530 match_char(state, def, base, next, check, (u8) c);
540 u16 *check = CHECK_TABLE(dfa);
547 match_char(state, def, base, next, check, -1);
571 u16 *check = CHECK_TABLE(dfa);
585 if (check[pos] == state)
596 if (check[pos] == state)
632 u16 *check = CHECK_TABLE(dfa);
647 if (check[pos] == state)
658 if (check[pos] == state)
708 u16 *check = CHECK_TABLE(dfa);
730 if (check[pos] == state)
749 if (check[pos] == state)