Lines Matching defs:head
115 ocontext_t *c, *head;
120 head = policydb->ocontexts[OCON_NETIF];
121 for (c = head; c; c = c->next) {
139 ocontext_t *c, *head;
144 head = policydb->ocontexts[OCON_NETIF];
145 for (c = head; c; c = c->next) {
171 ocontext_t *head, *prev, *c, *iface = NULL;
180 head = policydb->ocontexts[OCON_NETIF];
181 for (c = head; c; c = c->next) {
223 ocontext_t *c, *head;
226 head = policydb->ocontexts[OCON_NETIF];
227 for (c = head; c != NULL; c = c->next)
242 ocontext_t *c, *head;
245 head = policydb->ocontexts[OCON_NETIF];
246 for (c = head; c; c = c->next) {