Home
last modified time | relevance | path

Searched refs:cha_nexus_defunct_ok (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h662 uint32_t cha_nexus_defunct_ok; member
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c482 if (cha->cha_nexus_defunct_ok != 0) { in os_channel_create_extended()
1402 cha->cha_nexus_defunct_ok = (value != 0); in os_channel_attr_set()
1555 *value = cha->cha_nexus_defunct_ok; in os_channel_attr_get()
1632 cha->cha_nexus_defunct_ok = !!(cinfo->cinfo_ch_mode & in os_channel_info2attr()