Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:head

282 	ocontext_t *newc = 0, *c, *head;
303 head = policydbp->ocontexts[OCON_ISID];
305 for (c = head; c; c = c->next) {
312 if (head) {
313 newc->sid[0] = head->sid[0] + 1;
317 newc->next = head;
3734 ocontext_t *c, *head;
3748 head = policydbp->ocontexts[OCON_ISID];
3749 for (c = head; c; c = c->next) {
3775 ocontext_t *newc, *c, *head;
3814 head = policydbp->ocontexts[OCON_FS];
3816 for (c = head; c; c = c->next) {
3828 newc->next = head;
3836 ocontext_t *newc, *c, *l, *head;
3865 head = policydbp->ocontexts[OCON_XEN_PIRQ];
3866 for (l = NULL, c = head; c; l = c, c = c->next) {
3890 ocontext_t *newc, *c, *l, *head;
3926 head = policydbp->ocontexts[OCON_XEN_IOMEM];
3927 for (l = NULL, c = head; c; l = c, c = c->next) {
3954 ocontext_t *newc, *c, *l, *head;
3990 head = policydbp->ocontexts[OCON_XEN_IOPORT];
3991 for (l = NULL, c = head; c; l = c, c = c->next) {
4018 ocontext_t *newc, *c, *l, *head;
4047 head = policydbp->ocontexts[OCON_XEN_PCIDEVICE];
4048 for (l = NULL, c = head; c; l = c, c = c->next) {
4073 ocontext_t *newc, *c, *l, *head;
4127 head = policydbp->ocontexts[OCON_PORT];
4128 for (l = NULL, c = head; c; l = c, c = c->next) {
4162 ocontext_t *newc, *c, *head;
4199 head = policydbp->ocontexts[OCON_NETIF];
4201 for (c = head; c; c = c->next) {
4213 newc->next = head;
4223 ocontext_t *newc, *c, *l, *head;
4287 head = policydbp->ocontexts[OCON_NODE];
4288 for (l = NULL, c = head; c; l = c, c = c->next) {
4309 ocontext_t *newc, *c, *l, *head;
4380 head = policydbp->ocontexts[OCON_NODE6];
4381 for (l = NULL, c = head; c; l = c, c = c->next) {
4400 ocontext_t *newc, *c, *head;
4432 head = policydbp->ocontexts[OCON_FSUSE];
4434 for (c = head; c; c = c->next) {
4445 newc->next = head;
4453 ocontext_t *newc, *c, *head, *p;
4541 head = genfs->head;
4543 for (p = NULL, c = head; c; p = c, c = c->next) {
4561 genfs->head = newc;