Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c514 if (cha->cha_monitor != 0) { in os_channel_create_extended()
522 if (cha->cha_monitor == CHANNEL_MONITOR_NO_COPY) { in os_channel_create_extended()
1354 cha->cha_monitor = (uint32_t)value; in os_channel_attr_set()
1491 *value = cha->cha_monitor; in os_channel_attr_get()
1633 cha->cha_monitor = in os_channel_info2attr()
1637 cha->cha_monitor = CHANNEL_MONITOR_OFF; in os_channel_info2attr()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h622 uint32_t cha_monitor; member