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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c1523 struct unpcb *unp, **unp_list; variable in typeref:struct:
1573 MALLOC(unp_list, struct unpcb **, n * sizeof (*unp_list),
1575 if (unp_list == 0) {
1583 unp_list[i++] = unp;
1589 unp = unp_list[i];
1628 FREE(unp_list, M_TEMP);
1647 struct unpcb *unp, **unp_list; variable in typeref:struct:
1697 MALLOC(unp_list, struct unpcb **, n * sizeof (*unp_list),
[all...]

Completed in 23 milliseconds