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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c1564 struct unpcb *unp, **unp_list; variable in typeref:struct:
1614 MALLOC(unp_list, struct unpcb **, n * sizeof (*unp_list),
1616 if (unp_list == 0) {
1624 unp_list[i++] = unp;
1630 unp = unp_list[i];
1669 FREE(unp_list, M_TEMP);
1687 struct unpcb *unp, **unp_list; variable in typeref:struct:
1737 MALLOC(unp_list, struct unpcb **, n * sizeof (*unp_list),
[all...]

Completed in 180 milliseconds