Lines Matching refs:step
739 switch (head->r.step) { in tomoyo_read_profile()
744 head->r.step++; in tomoyo_read_profile()
755 head->r.step++; in tomoyo_read_profile()
773 head->r.step++; in tomoyo_read_profile()
782 head->r.step++; in tomoyo_read_profile()
809 head->r.step = 1; in tomoyo_read_profile()
1585 switch (head->r.step) { in tomoyo_read_domain()
1601 head->r.step++; in tomoyo_read_domain()
1607 head->r.step++; in tomoyo_read_domain()
1612 head->r.step = 0; in tomoyo_read_domain()
1861 while (head->r.step < TOMOYO_MAX_POLICY && in tomoyo_read_exception()
1862 tomoyo_read_policy(head, head->r.step)) in tomoyo_read_exception()
1863 head->r.step++; in tomoyo_read_exception()
1864 if (head->r.step < TOMOYO_MAX_POLICY) in tomoyo_read_exception()
1866 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && in tomoyo_read_exception()
1867 tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY)) in tomoyo_read_exception()
1868 head->r.step++; in tomoyo_read_exception()
1869 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) in tomoyo_read_exception()
1871 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP in tomoyo_read_exception()
1873 head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY in tomoyo_read_exception()
1878 head->r.step++; in tomoyo_read_exception()