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

/xnu-2422.115.4/bsd/sys/
H A Dunpcb.h124 LIST_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */ member in struct:unpcb
166 _UNPCB_LIST_ENTRY(unpcb_compat) unp_link; /* glue on list of all PCBs */ member in struct:unpcb_compat
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c846 &unp_dhead : &unp_shead, unp, unp_link);
878 LIST_REMOVE(unp, unp_link);
1523 cp->unp_link.le_next = (u_int32_t)
1524 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1525 cp->unp_link.le_prev = (u_int32_t)
1526 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1528 cp->unp_link.le_next = (struct unpcb_compat *)
1529 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1530 cp->unp_link.le_prev = (struct unpcb_compat **)
1531 VM_KERNEL_ADDRPERM(up->unp_link
[all...]

Completed in 21 milliseconds