Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c67 static struct nexus_upipe_adapter *nx_upipe_find(struct nexus_adapter *,
70 struct nexus_upipe_adapter *);
72 struct nexus_upipe_adapter *);
115 static struct nexus_upipe_adapter *na_upipe_alloc(zalloc_flags_t);
249 sizeof(struct nexus_upipe_adapter), ZC_ZFREE_CLEARMEM);
407 static struct nexus_upipe_adapter *
410 struct nexus_upipe_adapter *pna; in na_upipe_alloc()
412 _CASSERT(offsetof(struct nexus_upipe_adapter, pna_up) == 0); in na_upipe_alloc()
425 struct nexus_upipe_adapter *pna = (struct nexus_upipe_adapter *)na; in na_upipe_free()
600 struct nexus_upipe_adapter *pna = (struct nexus_upipe_adapter *)na; in nx_upipe_dom_defunct()
[all …]
H A Dnx_user_pipe.h63 struct nexus_upipe_adapter { struct
74 struct nexus_upipe_adapter *pna_peer; /* the other end of the pipe */ argument
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_adapter.h68 struct nexus_upipe_adapter;
260 struct nexus_upipe_adapter **na_pipes;
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel_kern.c539 struct nexus_upipe_adapter *pna; in _kern_channel_defunct_eligible()
547 pna = (struct nexus_upipe_adapter *)ch->ch_na; in _kern_channel_defunct_eligible()