Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_var.h565 extern struct nxbind *nxb_alloc(zalloc_flags_t);
H A Dnexus.c768 nxb = nxb_alloc(Z_WAITOK); in nxctl_nexus_bind()
949 nxb_alloc(zalloc_flags_t how) in nxb_alloc() function
2806 struct nxbind *nxb = nxb_alloc(Z_WAITOK); in nx_port_bind_info()
/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c268 nxb = nxb_alloc(Z_WAITOK); in nx_kpipe_dom_bind_port()
/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c468 nxb = nxb_alloc(Z_WAITOK); in nx_upipe_dom_bind_port()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c1611 nxb = nxb_alloc(Z_WAITOK); in ch_open()