Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus_var.h576 extern struct nxbind *nxb_alloc(zalloc_flags_t);
H A Dnexus.c734 nxb = nxb_alloc(Z_WAITOK); in nxctl_nexus_bind()
915 nxb_alloc(zalloc_flags_t how) in nxb_alloc() function
2765 struct nxbind *nxb = nxb_alloc(Z_WAITOK); in nx_port_bind_info()
/xnu-8796.121.2/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c272 nxb = nxb_alloc(Z_WAITOK); in nx_kpipe_dom_bind_port()
/xnu-8796.121.2/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c454 nxb = nxb_alloc(Z_WAITOK); in nx_upipe_dom_bind_port()
/xnu-8796.121.2/bsd/skywalk/channel/
H A Dchannel.c1600 nxb = nxb_alloc(Z_WAITOK); in ch_open()