Lines Matching defs:start
69 ad.iface.pos = e->pos - e->start;
171 * @chunk: start address for chunk of data (NOT NULL)
437 size_t sz = blob - (char *) e->start -
438 ((e->pos - e->start) & 7);
492 /* verify that name doesn't start with space */
751 * sadly start was given different names for file and policydb
754 if (!aa_unpack_u32(e, &policy->start[0], "start"))
755 /* default start state */
756 policy->start[0] = DFA_START;
757 if (!aa_unpack_u32(e, &policy->start[AA_CLASS_FILE], "dfa_start")) {
758 /* default start state for xmatch and file dfa */
759 policy->start[AA_CLASS_FILE] = DFA_START;
762 policy->start[i] = aa_dfa_next(policy->dfa, policy->start[0],
869 profile->attach.xmatch.start[AA_CLASS_XMATCH] = DFA_START;
987 /* Fixup: drop when we get rid of start array */
988 if (aa_dfa_next(rules->policy.dfa, rules->policy.start[0],
990 rules->policy.start[AA_CLASS_FILE] =
992 rules->policy.start[0],
1025 rules->policy.start[AA_CLASS_FILE]) {
1027 rules->file.start[AA_CLASS_FILE] = rules->policy.start[AA_CLASS_FILE];
1413 .start = udata->data,
1420 void *start;
1421 error = verify_header(&e, e.pos == e.start, ns);
1425 start = e.pos;
1437 error = aa_calc_profile_hash(profile, e.version, start,
1438 e.pos - start);