Lines Matching refs:step
748 switch (head->r.step) { in tomoyo_read_profile()
753 head->r.step++; in tomoyo_read_profile()
764 head->r.step++; in tomoyo_read_profile()
783 head->r.step++; in tomoyo_read_profile()
792 head->r.step++; in tomoyo_read_profile()
820 head->r.step = 1; in tomoyo_read_profile()
1619 switch (head->r.step) { in tomoyo_read_domain()
1633 head->r.step++; in tomoyo_read_domain()
1645 head->r.step++; in tomoyo_read_domain()
1651 head->r.step++; in tomoyo_read_domain()
1656 head->r.step = 0; in tomoyo_read_domain()
1915 while (head->r.step < TOMOYO_MAX_POLICY && in tomoyo_read_exception()
1916 tomoyo_read_policy(head, head->r.step)) in tomoyo_read_exception()
1917 head->r.step++; in tomoyo_read_exception()
1918 if (head->r.step < TOMOYO_MAX_POLICY) in tomoyo_read_exception()
1920 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP && in tomoyo_read_exception()
1921 tomoyo_read_group(head, head->r.step - TOMOYO_MAX_POLICY)) in tomoyo_read_exception()
1922 head->r.step++; in tomoyo_read_exception()
1923 if (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP) in tomoyo_read_exception()
1925 while (head->r.step < TOMOYO_MAX_POLICY + TOMOYO_MAX_GROUP in tomoyo_read_exception()
1927 head->r.acl_group_index = head->r.step - TOMOYO_MAX_POLICY in tomoyo_read_exception()
1932 head->r.step++; in tomoyo_read_exception()