Searched refs:nxb0 (Results 1 – 4 of 4) sorted by relevance
947 nxb_is_equal(struct nxbind *nxb0, struct nxbind *nxb1) in nxb_is_equal() argument949 ASSERT(nxb0 != NULL && nxb1 != NULL); in nxb_is_equal()950 ASSERT(nxb0 != nxb1); in nxb_is_equal()953 if ((nxb0->nxb_flags & NXBF_MATCH_UNIQUEID) && in nxb_is_equal()954 nxb1->nxb_uniqueid != nxb0->nxb_uniqueid) { in nxb_is_equal()958 if ((nxb0->nxb_flags & NXBF_MATCH_EXEC_UUID) && in nxb_is_equal()959 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal()963 ASSERT(!(nxb0->nxb_flags & NXBF_MATCH_KEY) || in nxb_is_equal()964 (nxb0->nxb_key_len != 0 && nxb0->nxb_key != NULL)); in nxb_is_equal()966 if ((nxb0->nxb_flags & NXBF_MATCH_KEY) && in nxb_is_equal()[all …]
257 struct nxbind *nxb0, void *info) in nx_kpipe_dom_bind_port() argument264 ASSERT(nxb0 != NULL); in nx_kpipe_dom_bind_port()274 nxb_move(nxb0, nxb); in nx_kpipe_dom_bind_port()
85 struct nxbind *nxb0);
435 struct nxbind *nxb0, void *info) in nx_upipe_dom_bind_port() argument443 ASSERT(nxb0 != NULL); in nx_upipe_dom_bind_port()457 nxb_move(nxb0, nxb); in nx_upipe_dom_bind_port()