Home
last modified time | relevance | path

Searched refs:CHMODE_MONITOR (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h508 #define CHMODE_MONITOR \ macro
513 (CHMODE_MONITOR | CHMODE_MONITOR_NO_COPY | \
H A Dchannel.c1490 } else if (cinfo->cinfo_ch_mode & CHMODE_MONITOR) { in ch_find()
1577 if (!(mode & CHMODE_MONITOR) && (mode & CHMODE_MONITOR_NO_COPY)) { in ch_open()
1581 if (mode & CHMODE_MONITOR) { in ch_open()
1602 if (!(mode & CHMODE_MONITOR) && !NX_ANONYMOUS_PROV(nx)) { in ch_open()
1658 if (!(mode & CHMODE_MONITOR)) { in ch_open()
1672 } else if (mode & CHMODE_MONITOR) { in ch_open()
H A Dchannel_syscalls.c165 if ((init.ci_ch_mode & CHMODE_MONITOR) != 0) { in __channel_open()
/xnu-8019.80.24/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1449 !(chr->cr_mode & CHMODE_MONITOR) ? " (skipped)" : ""); in nx_monitor_na_find()
1452 if (!(chr->cr_mode & CHMODE_MONITOR)) { in nx_monitor_na_find()
1477 ASSERT(!(ch0->ch_info->cinfo_ch_mode & CHMODE_MONITOR)); in nx_monitor_na_find()
1490 pchr.cr_mode &= ~CHMODE_MONITOR; in nx_monitor_na_find()
1636 mna->mna_mode = (chr->cr_mode & CHMODE_MONITOR); in nx_monitor_na_find()
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c516 init.ci_ch_mode |= CHMODE_MONITOR; in os_channel_create_extended()
1632 if (cinfo->cinfo_ch_mode & CHMODE_MONITOR) { in os_channel_info2attr()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus.c1251 if ((ch->ch_info->cinfo_ch_mode & CHMODE_MONITOR) || in nxprov_advise_connect()
H A Dnexus_adapter.c525 if (ch_mode & CHMODE_MONITOR) { in na_bind_channel()