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

/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h108 #define _UNPCB_LIST_ENTRY(x) struct _unpcb_list_entry macro
112 #define _UNPCB_LIST_ENTRY(x) LIST_ENTRY(x) macro
166 _UNPCB_LIST_ENTRY(unpcb_compat) unp_link; /* glue on list of all PCBs */
176 _UNPCB_LIST_ENTRY(unpcb_compat) unp_reflink; /* link in unp_refs list */

Completed in 68 milliseconds