Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.h87 struct nxbind *nup_srv_nxb; member
H A Dnx_user_pipe.c409 if (u->nup_srv_nxb != NULL) { in nx_upipe_prov_nx_dtor()
410 nxb_free(u->nup_srv_nxb); in nx_upipe_prov_nx_dtor()
411 u->nup_srv_nxb = NULL; in nx_upipe_prov_nx_dtor()
463 u->nup_srv_nxb != NULL)) { in nx_upipe_dom_bind_port()
473 u->nup_srv_nxb = nxb; in nx_upipe_dom_bind_port()
502 u->nup_srv_nxb == NULL)) { in nx_upipe_dom_unbind_port()
511 nxb = u->nup_srv_nxb; in nx_upipe_dom_unbind_port()
512 u->nup_srv_nxb = NULL; in nx_upipe_dom_unbind_port()
1501 if (!anon && (u->nup_srv_nxb == NULL || nxb == NULL || in nx_upipe_na_find()
1502 !nxb_is_equal(u->nup_srv_nxb, nxb))) { in nx_upipe_na_find()
[all …]