Home
last modified time | relevance | path

Searched refs:CHMODE_EVENT_RING (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h532 #define CHMODE_EVENT_RING 0x00000040 macro
539 CHMODE_DEFUNCT_OK | CHMODE_EVENT_RING | CHMODE_EXCLUSIVE | \
H A Dchannel_syscalls.c179 if ((init.ci_ch_mode & CHMODE_EVENT_RING) != 0) { in __channel_open()
H A Dchannel.c1701 ASSERT((chr->cr_mode & CHMODE_EVENT_RING) == 0); in ch_open_special()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c491 init.ci_ch_mode |= CHMODE_EVENT_RING; in os_channel_create_extended()
539 if ((init.ci_ch_mode & CHMODE_EVENT_RING) && ((num_event_rings == 0) || in os_channel_create_extended()
540 !(ci->cinfo_ch_mode & CHMODE_EVENT_RING))) { in os_channel_create_extended()
1646 (cinfo->cinfo_ch_mode & CHMODE_EVENT_RING) != 0; in os_channel_info2attr()
2157 if (__improbable((ci->cinfo_ch_mode & CHMODE_EVENT_RING) == 0)) { in os_channel_get_next_event_handle()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_vp.c396 if (chr->cr_mode & CHMODE_EVENT_RING) { in fsw_vp_na_create()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c537 if ((chr->cr_mode & CHMODE_EVENT_RING) != 0) { in netif_filter_na_create()
H A Dnx_netif_vp.c1021 if (chr->cr_mode & CHMODE_EVENT_RING) { in netif_vp_na_create()
H A Dnx_netif.c3220 if (chr->cr_mode & CHMODE_EVENT_RING) {
3233 if (chr->cr_mode & CHMODE_EVENT_RING) {
/xnu-12377.1.9/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c345 if (chr->cr_mode & CHMODE_EVENT_RING) { in nx_kpipe_dom_connect()
/xnu-12377.1.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c539 if (chr->cr_mode & CHMODE_EVENT_RING) { in nx_upipe_dom_connect()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus.c3245 flags |= (ch_mode & CHMODE_EVENT_RING) ? SCHF_EVENT_RING : 0; in nexus_channel_get_flags()
H A Dnexus_adapter.c482 if (ch_mode & CHMODE_EVENT_RING) { in na_bind_channel()