Lines Matching refs:dfa
106 state = aa_dfa_match(profile->file.dfa, state, "&"); in match_component()
108 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
112 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
113 state = aa_dfa_match(profile->file.dfa, state, ns_name); in match_component()
114 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
115 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
161 state = aa_dfa_match(profile->file.dfa, state, "//&"); in label_compound_match()
166 *perms = aa_compute_fperms(profile->file.dfa, state, &cond); in label_compound_match()
219 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
228 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
665 state = aa_str_perms(profile->file.dfa, state, name, cond, &perms); in profile_transition()
760 state = aa_str_perms(profile->file.dfa, state, xname, cond, &perms); in profile_onexec()
769 state = aa_dfa_null_transition(profile->file.dfa, state); in profile_onexec()