Lines Matching defs:state
53 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ argument
55 #define dfa_user_xbits(dfa, state) (((ACCEPT_TABLE(dfa)[state]) >> 7) & 0x7f) argument
56 #define dfa_user_audit(dfa, state) ((ACCEPT_TABLE2(dfa)[state]) & 0x7f) argument
57 #define dfa_user_quiet(dfa, state) (((ACCEPT_TABLE2(dfa)[state]) >> 7) & 0x7f) argument
58 #define dfa_user_xindex(dfa, state) \ argument
61 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \ argument
64 #define dfa_other_xbits(dfa, state) \ argument
66 #define dfa_other_audit(dfa, state) (((ACCEPT_TABLE2(dfa)[state]) >> 14) & 0x7f) argument
67 #define dfa_other_quiet(dfa, state) \ argument
69 #define dfa_other_xindex(dfa, state) \ argument
101 aa_state_t state) in compute_fperms_allow()
113 aa_state_t state) in compute_fperms_user()
128 aa_state_t state) in compute_fperms_other()
153 aa_state_t state; in compute_fperms() local
178 int state; in compute_xmatch_perms() local
211 aa_state_t state, in compute_perms_entry()
252 unsigned int state; in compute_perms() local
284 unsigned int state; in remap_dfa_accept() local