Searched refs:kern_channel_ring_get_container (Results 1 – 4 of 4) sorted by relevance
61 STUB(kern_channel_ring_get_container);
623 extern errno_t kern_channel_ring_get_container(const kern_channel_ring_t ring,
206 kern_channel_ring_get_container(const kern_channel_ring_t kring, in kern_channel_ring_get_container() function
366 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()