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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c805 &unp_dhead : &unp_shead, unp, unp_link);
837 LIST_REMOVE(unp, unp_link);
1482 cp->unp_link.le_next = (u_int32_t)
1483 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1484 cp->unp_link.le_prev = (u_int32_t)
1485 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1487 cp->unp_link.le_next = (struct unpcb_compat *)
1488 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1489 cp->unp_link.le_prev = (struct unpcb_compat **)
1490 VM_KERNEL_ADDRPERM(up->unp_link
[all...]

Completed in 27 milliseconds