Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_var.h589 extern struct nxbind *nxb_alloc(zalloc_flags_t);
H A Dnexus.c773 nxb = nxb_alloc(Z_WAITOK); in nxctl_nexus_bind()
959 nxb_alloc(zalloc_flags_t how) in nxb_alloc() function
2827 struct nxbind *nxb = nxb_alloc(Z_WAITOK); in nx_port_bind_info()
/xnu-12377.61.12/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c272 nxb = nxb_alloc(Z_WAITOK); in nx_kpipe_dom_bind_port()
/xnu-12377.61.12/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c455 nxb = nxb_alloc(Z_WAITOK); in nx_upipe_dom_bind_port()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c1604 nxb = nxb_alloc(Z_WAITOK); in ch_open()