Home
last modified time | relevance | path

Searched refs:os_channel_destroy (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel.h327 extern void os_channel_destroy(const channel_t channel);
/xnu-8019.80.24/tests/
H A Dnet_tuntests.c873 os_channel_destroy(channels[ri]); in cleanup_channels_and_rings()
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c849 os_channel_destroy(channel_t chd) in os_channel_destroy() function