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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dinit.c41 #define LIST_RAN ((struct init_list_entry*)0xffffffff) macro
55 if (list_head == LIST_RAN) {
71 if (entry->next == LIST_RAN) {
95 } while (!OSCompareAndSwap((UInt32)backward_head, (UInt32)LIST_RAN,

Completed in 21 milliseconds