Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dskywalk_stubs.c61 STUB(kern_channel_ring_get_container);
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel.h623 extern errno_t kern_channel_ring_get_container(const kern_channel_ring_t ring,
H A Dchannel_kern.c206 kern_channel_ring_get_container(const kern_channel_ring_t kring, in kern_channel_ring_get_container() function
/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c366 VERIFY(kern_channel_ring_get_container(txkring, NULL, NULL) == EINVAL); in kplo_sync_tx()
367 VERIFY(kern_channel_ring_get_container(txkring, &ary, &ary_cnt) == 0); in kplo_sync_tx()