Lines Matching refs:dfa
108 state = aa_dfa_match(profile->file.dfa, state, "&"); in match_component()
110 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
114 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
115 state = aa_dfa_match(profile->file.dfa, state, ns_name); in match_component()
116 state = aa_dfa_match_len(profile->file.dfa, state, ":", 1); in match_component()
117 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component()
163 state = aa_dfa_match(profile->file.dfa, state, "//&"); in label_compound_match()
168 *perms = aa_compute_fperms(profile->file.dfa, state, &cond); in label_compound_match()
221 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
230 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
660 state = aa_str_perms(profile->file.dfa, state, name, cond, &perms); in profile_transition()
781 state = aa_str_perms(profile->file.dfa, state, xname, cond, &perms); in profile_onexec()
790 state = aa_dfa_null_transition(profile->file.dfa, state); in profile_onexec()