Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c428 pna->pna_up.na_type = NA_USER_PIPE; in na_upipe_alloc()
619 ASSERT(na->na_type == NA_USER_PIPE); in nx_upipe_dom_defunct()
673 ASSERT(ch->ch_na->na_type == NA_USER_PIPE); in nx_upipe_dom_defunct_finalize()
1572 ASSERT(mna->pna_up.na_type == NA_USER_PIPE); in nx_upipe_na_find()
1633 ASSERT(sna->pna_up.na_type == NA_USER_PIPE); in nx_upipe_na_find()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.h74 NA_USER_PIPE, /* struct nexus_upipe_adapter */ enumerator
H A Dnexus_adapter.c1565 case NA_USER_PIPE: in na_kr_create()
1602 case NA_USER_PIPE: in na_kr_create()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_kern.c544 if (ch->ch_na->na_type != NA_USER_PIPE) { in _kern_channel_defunct_eligible()