Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c1705 struct unpcb *unp, **unp_list; variable
1756 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);
1757 if (unp_list == 0) {
1765 unp_list[i++] = unp;
1772 unp = unp_list[i];
1813 kfree_type(struct unpcb *, unp_list_len, unp_list);
1834 struct unpcb *unp, **unp_list; variable
1885 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);
1886 if (unp_list == 0) {
1894 unp_list[i++] = unp;
[all …]