Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_usrreq.c1760 struct unpcb *unp, **unp_list __bidi_indexable;
1812 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);
1813 if (unp_list == 0) {
1821 unp_list[i++] = unp;
1828 unp = unp_list[i];
1868 kfree_type(struct unpcb *, unp_list_len, unp_list);
1892 struct unpcb *unp, **unp_list; variable
1943 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);
1944 if (unp_list == 0) {
1952 unp_list[i++] = unp;
[all …]