Searched refs:CHMODE_MONITOR_NO_COPY (Results 1 – 6 of 6) sorted by relevance
51 if ((ch_mode & CHMODE_MONITOR_NO_COPY) != 0) { in ch_mode_to_flags()
524 #define CHMODE_MONITOR_NO_COPY 0x00000004 /* only if mon tx/rx is set */ macro536 (CHMODE_MONITOR | CHMODE_MONITOR_NO_COPY | \
1587 if (!(mode & CHMODE_MONITOR) && (mode & CHMODE_MONITOR_NO_COPY)) { in ch_open()1588 mode &= ~CHMODE_MONITOR_NO_COPY; in ch_open()
518 init.ci_ch_mode |= CHMODE_MONITOR_NO_COPY; in os_channel_create_extended()1689 (cinfo->cinfo_ch_mode & CHMODE_MONITOR_NO_COPY) ? in os_channel_info2attr()
1424 boolean_t zcopy = !!(chr->cr_mode & CHMODE_MONITOR_NO_COPY); in nx_monitor_na_find()
3247 flags |= (ch_mode & CHMODE_MONITOR_NO_COPY) ? SCHF_MONITOR_NO_COPY : 0; in nexus_channel_get_flags()