Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_private.h639 uint32_t cha_exclusive; member
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c509 if (cha->cha_exclusive != 0) { in os_channel_create_extended()
1353 cha->cha_exclusive = (uint32_t)value; in os_channel_attr_set()
1496 *value = cha->cha_exclusive; in os_channel_attr_get()
1643 cha->cha_exclusive = !!(cinfo->cinfo_ch_mode & CHMODE_EXCLUSIVE); in os_channel_info2attr()