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

/darwin-on-arm/xnu/bsd/net/
H A Dinit.c36 struct init_list_entry { struct
37 struct init_list_entry *next;
41 #define LIST_RAN ((struct init_list_entry*)0xffffffff)
42 static struct init_list_entry *list_head = 0;
48 struct init_list_entry *entry;
84 struct init_list_entry *backward_head = 0;
85 struct init_list_entry *forward_head = 0;
86 struct init_list_entry *current = 0;

Completed in 19 milliseconds