Home
last modified time | relevance | path

Searched refs:CHMODE_MONITOR_NO_COPY (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/core/
H A Dskywalk_proc_info.c51 if ((ch_mode & CHMODE_MONITOR_NO_COPY) != 0) { in ch_mode_to_flags()
/xnu-11417.140.69/bsd/skywalk/channel/
H A Dos_channel_private.h524 #define CHMODE_MONITOR_NO_COPY 0x00000004 /* only if mon tx/rx is set */ macro
536 (CHMODE_MONITOR | CHMODE_MONITOR_NO_COPY | \
H A Dchannel.c1587 if (!(mode & CHMODE_MONITOR) && (mode & CHMODE_MONITOR_NO_COPY)) { in ch_open()
1588 mode &= ~CHMODE_MONITOR_NO_COPY; in ch_open()
/xnu-11417.140.69/libsyscall/wrappers/skywalk/
H A Dos_channel.c518 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()
/xnu-11417.140.69/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1424 boolean_t zcopy = !!(chr->cr_mode & CHMODE_MONITOR_NO_COPY); in nx_monitor_na_find()
/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus.c3247 flags |= (ch_mode & CHMODE_MONITOR_NO_COPY) ? SCHF_MONITOR_NO_COPY : 0; in nexus_channel_get_flags()