Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h647 uint32_t cha_exclusive; member
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c476 if (cha->cha_exclusive != 0) { in os_channel_create_extended()
1363 cha->cha_exclusive = (uint32_t)value; in os_channel_attr_set()
1495 *value = cha->cha_exclusive; in os_channel_attr_get()
1629 cha->cha_exclusive = !!(cinfo->cinfo_ch_mode & CHMODE_EXCLUSIVE); in os_channel_info2attr()