Searched refs:CHMODE_MONITOR (Results 1 – 7 of 7) sorted by relevance
531 #define CHMODE_MONITOR \ macro536 (CHMODE_MONITOR | CHMODE_MONITOR_NO_COPY | \
1496 } else if (cinfo->cinfo_ch_mode & CHMODE_MONITOR) { in ch_find()1587 if (!(mode & CHMODE_MONITOR) && (mode & CHMODE_MONITOR_NO_COPY)) { in ch_open()1591 if (mode & CHMODE_MONITOR) { in ch_open()1612 if (!(mode & CHMODE_MONITOR) && !NX_ANONYMOUS_PROV(nx)) { in ch_open()1673 if (!(mode & CHMODE_MONITOR)) { in ch_open()1687 } else if (mode & CHMODE_MONITOR) { in ch_open()
177 if ((init.ci_ch_mode & CHMODE_MONITOR) != 0) { in __channel_open()
1444 !(chr->cr_mode & CHMODE_MONITOR) ? " (skipped)" : ""); in nx_monitor_na_find()1447 if (!(chr->cr_mode & CHMODE_MONITOR)) { in nx_monitor_na_find()1472 ASSERT(!(ch0->ch_info->cinfo_ch_mode & CHMODE_MONITOR)); in nx_monitor_na_find()1485 pchr.cr_mode &= ~CHMODE_MONITOR; in nx_monitor_na_find()1631 mna->mna_mode = (chr->cr_mode & CHMODE_MONITOR); in nx_monitor_na_find()
511 init.ci_ch_mode |= CHMODE_MONITOR; in os_channel_create_extended()1687 if (cinfo->cinfo_ch_mode & CHMODE_MONITOR) { in os_channel_info2attr()
1272 if ((ch->ch_info->cinfo_ch_mode & CHMODE_MONITOR) || in nxprov_advise_connect()
466 if (ch_mode & CHMODE_MONITOR) { in na_bind_channel()