Home | History | Annotate | Download | only in src

Lines Matching refs:head

152 	ocontext_t *c, *head;
155 head = policydb->ocontexts[OCON_NODE];
156 for (c = head; c != NULL; c = c->next)
159 head = policydb->ocontexts[OCON_NODE6];
160 for (c = head; c != NULL; c = c->next)
176 ocontext_t *c, *head;
186 head = policydb->ocontexts[OCON_NODE];
187 for (c = head; c; c = c->next) {
202 head = policydb->ocontexts[OCON_NODE6];
203 for (c = head; c; c = c->next) {
236 ocontext_t *c, *head;
246 head = policydb->ocontexts[OCON_NODE];
247 for (c = head; c; c = c->next) {
265 head = policydb->ocontexts[OCON_NODE6];
266 for (c = head; c; c = c->next) {
352 ocontext_t *c, *head;
356 head = policydb->ocontexts[OCON_NODE];
357 for (c = head; c; c = c->next) {
375 head = policydb->ocontexts[OCON_NODE6];
376 for (c = head; c; c = c->next) {