Searched refs:nxb0 (Results 1 – 4 of 4) sorted by relevance
985 nxb_is_equal(struct nxbind *nxb0, struct nxbind *nxb1) in nxb_is_equal() argument987 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 …]
256 struct nxbind *nxb0, void *info) in nx_kpipe_dom_bind_port() argument263 ASSERT(nxb0 != NULL); in nx_kpipe_dom_bind_port()273 nxb_move(nxb0, nxb); in nx_kpipe_dom_bind_port()
85 struct nxbind *nxb0);
434 struct nxbind *nxb0, void *info) in nx_upipe_dom_bind_port() argument442 ASSERT(nxb0 != NULL); in nx_upipe_dom_bind_port()456 nxb_move(nxb0, nxb); in nx_upipe_dom_bind_port()