Lines Matching refs:head

289 	ocontext_t *newc = 0, *c, *head;
310 head = policydbp->ocontexts[OCON_ISID];
312 for (c = head; c; c = c->next) {
319 if (head) {
320 newc->sid[0] = head->sid[0] + 1;
324 newc->next = head;
1857 /* range is the new head */
4570 ocontext_t *c, *head;
4584 head = policydbp->ocontexts[OCON_ISID];
4585 for (c = head; c; c = c->next) {
4611 ocontext_t *newc, *c, *head;
4650 head = policydbp->ocontexts[OCON_FS];
4652 for (c = head; c; c = c->next) {
4664 newc->next = head;
4672 ocontext_t *newc, *c, *l, *head;
4701 head = policydbp->ocontexts[OCON_XEN_PIRQ];
4702 for (l = NULL, c = head; c; l = c, c = c->next) {
4726 ocontext_t *newc, *c, *l, *head;
4762 head = policydbp->ocontexts[OCON_XEN_IOMEM];
4763 for (l = NULL, c = head; c; l = c, c = c->next) {
4790 ocontext_t *newc, *c, *l, *head;
4826 head = policydbp->ocontexts[OCON_XEN_IOPORT];
4827 for (l = NULL, c = head; c; l = c, c = c->next) {
4854 ocontext_t *newc, *c, *l, *head;
4883 head = policydbp->ocontexts[OCON_XEN_PCIDEVICE];
4884 for (l = NULL, c = head; c; l = c, c = c->next) {
4909 ocontext_t *newc, *c, *l, *head;
4941 head = policydbp->ocontexts[OCON_XEN_DEVICETREE];
4942 for (l = NULL, c = head; c; l = c, c = c->next) {
4964 ocontext_t *newc, *c, *l, *head;
5019 head = policydbp->ocontexts[OCON_PORT];
5020 for (l = NULL, c = head; c; l = c, c = c->next) {
5056 ocontext_t *newc, *c, *l, *head;
5125 head = policydbp->ocontexts[OCON_IBPKEY];
5126 for (l = NULL, c = head; c; l = c, c = c->next) {
5162 ocontext_t *newc, *c, *l, *head;
5211 head = policydbp->ocontexts[OCON_IBENDPORT];
5212 for (l = NULL, c = head; c; l = c, c = c->next) {
5242 ocontext_t *newc, *c, *head;
5279 head = policydbp->ocontexts[OCON_NETIF];
5281 for (c = head; c; c = c->next) {
5293 newc->next = head;
5303 ocontext_t *newc, *c, *l, *head;
5375 head = policydbp->ocontexts[OCON_NODE];
5376 for (l = NULL, c = head; c; l = c, c = c->next) {
5431 ocontext_t *newc, *c, *l, *head;
5504 head = policydbp->ocontexts[OCON_NODE6];
5505 for (l = NULL, c = head; c; l = c, c = c->next) {
5524 ocontext_t *newc, *c, *head;
5556 head = policydbp->ocontexts[OCON_FSUSE];
5558 for (c = head; c; c = c->next) {
5569 newc->next = head;
5577 ocontext_t *newc, *c, *head, *p;
5679 head = genfs->head;
5681 for (p = NULL, c = head; c; p = c, c = c->next) {
5699 genfs->head = newc;