Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus.c985 nxb_is_equal(struct nxbind *nxb0, struct nxbind *nxb1) in nxb_is_equal() argument
987 ASSERT(nxb0 != NULL && nxb1 != NULL); in nxb_is_equal()
988 ASSERT(nxb0 != nxb1); in nxb_is_equal()
991 if ((nxb0->nxb_flags & NXBF_MATCH_UNIQUEID) && in nxb_is_equal()
992 nxb1->nxb_uniqueid != nxb0->nxb_uniqueid) { in nxb_is_equal()
996 if ((nxb0->nxb_flags & NXBF_MATCH_EXEC_UUID) && in nxb_is_equal()
997 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal()
1001 ASSERT(!(nxb0->nxb_flags & NXBF_MATCH_KEY) || in nxb_is_equal()
1002 (nxb0->nxb_key_len != 0 && nxb0->nxb_key != NULL)); in nxb_is_equal()
1004 if ((nxb0->nxb_flags & NXBF_MATCH_KEY) && in nxb_is_equal()
[all …]
/xnu-11215.1.10/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c256 struct nxbind *nxb0, void *info) in nx_kpipe_dom_bind_port() argument
263 ASSERT(nxb0 != NULL); in nx_kpipe_dom_bind_port()
273 nxb_move(nxb0, nxb); in nx_kpipe_dom_bind_port()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h85 struct nxbind *nxb0);
/xnu-11215.1.10/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c434 struct nxbind *nxb0, void *info) in nx_upipe_dom_bind_port() argument
442 ASSERT(nxb0 != NULL); in nx_upipe_dom_bind_port()
456 nxb_move(nxb0, nxb); in nx_upipe_dom_bind_port()