Lines Matching defs:state
1271 unsigned int state)
1276 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname);
1280 state = aa_dfa_match_len(profile->policy.dfa, state, ":", 1);
1281 state = aa_dfa_match(profile->policy.dfa, state, ns_name);
1282 state = aa_dfa_match_len(profile->policy.dfa, state, ":", 1);
1283 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname);
1290 * @start: state to start match in
1303 unsigned int state, bool subns, u32 request,
1313 state = match_component(profile, tp, state);
1314 if (!state)
1327 state = aa_dfa_match(profile->policy.dfa, state, "//&");
1328 state = match_component(profile, tp, state);
1329 if (!state)
1332 aa_compute_perms(profile->policy.dfa, state, perms);
1341 return state;
1348 * @start: state to start match in
1367 unsigned int state = 0;
1373 state = match_component(profile, tp, start);
1374 if (!state)
1383 aa_compute_perms(profile->policy.dfa, state, &tmp);
1389 state = match_component(profile, tp, start);
1390 if (!state)
1392 aa_compute_perms(profile->policy.dfa, state, &tmp);
1411 * @state: state to start in
1416 * Returns: the state the match finished in, may be the none matching state
1419 unsigned int state, bool subns, u32 request,
1422 int error = label_compound_match(profile, label, state, subns, request,
1428 return label_components_match(profile, label, state, subns, request,