Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dskywalk_stubs.c64 STUB(kern_channel_slot_get_context);
/xnu-10002.1.13/bsd/skywalk/channel/
H A Dos_channel.h653 extern void *kern_channel_slot_get_context(const kern_channel_ring_t ring,
H A Dchannel_kern.c225 kern_channel_slot_get_context(const kern_channel_ring_t kring, in kern_channel_slot_get_context() function
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c297 ctx = kern_channel_slot_get_context(ring, slot); in kplo_slot_fini()