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

/xnu-2422.115.4/bsd/sys/
H A Dunpcb.h104 #define _UCPCB_LIST_HEAD(name, type) \ macro
111 #define _UCPCB_LIST_HEAD(name, type) LIST_HEAD(name, type) macro
118 _UCPCB_LIST_HEAD(unp_head, unpcb);

Completed in 20 milliseconds