Symbol: vt_mode
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.h
133
bool vt_mode;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
387
bool vt_mode = false;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
391
vt_mode = dcb_config->vt_mode;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
394
if (!((tc_count == 8 && vt_mode == false) || tc_count == 4))
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
397
if (tc_count == 8 && vt_mode == false) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
437
} else if (tc_count == 4 && vt_mode == false) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
474
} else if (tc_count == 4 && vt_mode == true) {
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
546
if (dcb_config->vt_mode)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
561
if (dcb_config->vt_mode)
usr/src/uts/common/io/vcons.c
1142
struct vt_mode *pmode;
usr/src/uts/common/io/vcons.c
1153
pmode = (struct vt_mode *)(void *)mp->b_cont->b_rptr;
usr/src/uts/common/io/vcons.c
633
vt_setmode(vc_state_t *pvc, struct vt_mode *pmode)
usr/src/uts/common/io/vcons.c
875
struct vt_mode vtmode;
usr/src/uts/common/io/vcons.c
948
if (!(tmp = allocb(sizeof (struct vt_mode), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
952
*(struct vt_mode *)(void *)tmp->b_rptr = vtmode;
usr/src/uts/common/io/vcons.c
953
tmp->b_wptr += sizeof (struct vt_mode);
usr/src/uts/common/io/vcons.c
954
vt_copyout(q, mp, tmp, sizeof (struct vt_mode));
usr/src/uts/common/io/vcons.c
958
vt_copyin(q, mp, sizeof (struct vt_mode));
usr/src/uts/common/io/wscons.c
175
_NOTE(SCHEME_PROTECTS_DATA("D_MTPERMOD protected data", vt_mode))