Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c1791 struct unpcb *unp, **unp_list __bidi_indexable;
1843 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);
1844 if (unp_list == 0) {
1852 unp_list[i++] = unp;
1859 unp = unp_list[i];
1901 kfree_type(struct unpcb *, unp_list_len, unp_list);
1925 struct unpcb *unp, **unp_list; variable
1976 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);
1977 if (unp_list == 0) {
1985 unp_list[i++] = unp;
[all …]