Lines Matching refs:dfa
104 state = aa_dfa_match(profile->file.dfa, state, "&"); in match_component()
106 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
110 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
111 state = aa_dfa_match(profile->file.dfa, state, ns_name); in match_component()
112 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
113 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
159 state = aa_dfa_match(profile->file.dfa, state, "//&"); in label_compound_match()
164 *perms = aa_compute_fperms(profile->file.dfa, state, &cond); in label_compound_match()
217 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
226 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
663 state = aa_str_perms(profile->file.dfa, state, name, cond, &perms); in profile_transition()
758 state = aa_str_perms(profile->file.dfa, state, xname, cond, &perms); in profile_onexec()
767 state = aa_dfa_null_transition(profile->file.dfa, state); in profile_onexec()