Searched refs:nxb0 (Results 1 – 4 of 4) sorted by relevance
976 nxb_is_equal(struct nxbind *nxb0, struct nxbind *nxb1) in nxb_is_equal() argument978 ASSERT(nxb0 != NULL && nxb1 != NULL); in nxb_is_equal()979 ASSERT(nxb0 != nxb1); in nxb_is_equal()982 if ((nxb0->nxb_flags & NXBF_MATCH_UNIQUEID) && in nxb_is_equal()983 nxb1->nxb_uniqueid != nxb0->nxb_uniqueid) { in nxb_is_equal()987 if ((nxb0->nxb_flags & NXBF_MATCH_EXEC_UUID) && in nxb_is_equal()988 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal()992 ASSERT(!(nxb0->nxb_flags & NXBF_MATCH_KEY) || in nxb_is_equal()993 (nxb0->nxb_key_len != 0 && nxb0->nxb_key != NULL)); in nxb_is_equal()995 if ((nxb0->nxb_flags & NXBF_MATCH_KEY) && in nxb_is_equal()[all …]
252 struct nxbind *nxb0, void *info) in nx_kpipe_dom_bind_port() argument259 ASSERT(nxb0 != NULL); in nx_kpipe_dom_bind_port()269 nxb_move(nxb0, nxb); in nx_kpipe_dom_bind_port()
85 struct nxbind *nxb0);
447 struct nxbind *nxb0, void *info) in nx_upipe_dom_bind_port() argument455 ASSERT(nxb0 != NULL); in nx_upipe_dom_bind_port()469 nxb_move(nxb0, nxb); in nx_upipe_dom_bind_port()