Home
last modified time | relevance | path

Searched refs:nxb0 (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/nexus/
H A Dnexus.c943 nxb_is_equal(struct nxbind *nxb0, struct nxbind *nxb1) in nxb_is_equal() argument
945 ASSERT(nxb0 != NULL && nxb1 != NULL); in nxb_is_equal()
946 ASSERT(nxb0 != nxb1); in nxb_is_equal()
949 if ((nxb0->nxb_flags & NXBF_MATCH_UNIQUEID) && in nxb_is_equal()
950 nxb1->nxb_uniqueid != nxb0->nxb_uniqueid) { in nxb_is_equal()
954 if ((nxb0->nxb_flags & NXBF_MATCH_EXEC_UUID) && in nxb_is_equal()
955 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal()
959 ASSERT(!(nxb0->nxb_flags & NXBF_MATCH_KEY) || in nxb_is_equal()
960 (nxb0->nxb_key_len != 0 && nxb0->nxb_key != NULL)); in nxb_is_equal()
962 if ((nxb0->nxb_flags & NXBF_MATCH_KEY) && in nxb_is_equal()
[all …]
/xnu-8020.140.41/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c252 struct nxbind *nxb0, void *info) in nx_kpipe_dom_bind_port() argument
259 ASSERT(nxb0 != NULL); in nx_kpipe_dom_bind_port()
269 nxb_move(nxb0, nxb); in nx_kpipe_dom_bind_port()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h85 struct nxbind *nxb0);
/xnu-8020.140.41/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c438 struct nxbind *nxb0, void *info) in nx_upipe_dom_bind_port() argument
446 ASSERT(nxb0 != NULL); in nx_upipe_dom_bind_port()
460 nxb_move(nxb0, nxb); in nx_upipe_dom_bind_port()