Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h621 uint32_t cha_exclusive; member
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c497 if (cha->cha_exclusive != 0) { in os_channel_create_extended()
1340 cha->cha_exclusive = (uint32_t)value; in os_channel_attr_set()
1483 *value = cha->cha_exclusive; in os_channel_attr_get()
1626 cha->cha_exclusive = !!(cinfo->cinfo_ch_mode & CHMODE_EXCLUSIVE); in os_channel_info2attr()