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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c106 struct zone *unp_zone; variable in typeref:struct:zone
791 unp = (struct unpcb *)zalloc(unp_zone);
1888 unp_zone = zinit(sizeof (struct unpcb),
1891 if (unp_zone == 0)
2365 zfree(unp_zone, unp);

Completed in 17 milliseconds