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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dinit.c42 static struct init_list_entry *list_head = 0; variable in typeref:struct:init_list_entry
55 if (list_head == LIST_RAN) {
69 entry->next = list_head;
77 (UInt32*)&list_head));
94 backward_head = list_head;
96 (UInt32*)&list_head));
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c673 struct kdp_callout *list_head; local
684 list_head = kdp_callout_list;
685 kcp->callout_next = list_head;
687 (uint32_t) list_head,

Completed in 31 milliseconds