Home
last modified time | relevance | path

Searched refs:CHMODE_DEFUNCT_OK (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/core/
H A Dskywalk_proc_info.c51 if ((ch_mode & CHMODE_DEFUNCT_OK) != 0) { in ch_mode_to_flags()
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h530 #define CHMODE_DEFUNCT_OK 0x00000010 macro
539 CHMODE_DEFUNCT_OK | CHMODE_EVENT_RING | CHMODE_EXCLUSIVE | \
H A Dchannel_kern.c634 if ((ch->ch_info->cinfo_ch_mode & CHMODE_DEFUNCT_OK) == 0) { in _kern_channel_defunct_eligible()
H A Dchannel_syscalls.c189 init.ci_ch_mode |= CHMODE_DEFUNCT_OK; in __channel_open()
/xnu-12377.41.6/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c1637 if ((chr->cr_mode & CHMODE_DEFUNCT_OK) != 0) { in nx_upipe_na_find()
1710 if ((chr->cr_mode & CHMODE_DEFUNCT_OK) == 0) { in nx_upipe_na_find()
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c483 init.ci_ch_mode |= CHMODE_DEFUNCT_OK; in os_channel_create_extended()
1633 CHMODE_DEFUNCT_OK); in os_channel_info2attr()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus.c3243 flags |= (ch_mode & CHMODE_DEFUNCT_OK) ? SCHF_DEFUNCT_OK : 0; in nexus_channel_get_flags()