Searched refs:kctl_next (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c708 struct kctl *kctl_next = NULL; local
751 kctl_next = TAILQ_LAST(&ctl_head, kctl_list);
753 if (kctl_next != NULL) {
755 id = kctl_next->id + 1;
756 kctl_next = NULL;
766 TAILQ_FOREACH(kctl_next, &ctl_head, next) {
767 if (kctl_next->id > id) {
772 id = kctl_next->id + 1;
781 TAILQ_FOREACH(kctl_next, &ctl_head, next) {
782 if (kctl_next
[all...]

Completed in 201 milliseconds