Home
last modified time | relevance | path

Searched refs:vt_mode (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c387 bool vt_mode = false; in ixgbe_dcb_config_tc_stats_82599() local
391 vt_mode = dcb_config->vt_mode; in ixgbe_dcb_config_tc_stats_82599()
394 if (!((tc_count == 8 && vt_mode == false) || tc_count == 4)) in ixgbe_dcb_config_tc_stats_82599()
397 if (tc_count == 8 && vt_mode == false) { in ixgbe_dcb_config_tc_stats_82599()
437 } else if (tc_count == 4 && vt_mode == false) { in ixgbe_dcb_config_tc_stats_82599()
474 } else if (tc_count == 4 && vt_mode == true) { in ixgbe_dcb_config_tc_stats_82599()
546 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()
561 if (dcb_config->vt_mode) in ixgbe_dcb_config_82599()
H A Dixgbe_dcb.h133 bool vt_mode; member
/freebsd/sys/sys/
H A Dconsio.h324 struct vt_mode { struct
334 typedef struct vt_mode vtmode_t; argument
/freebsd/lib/libvgl/
H A Dmain.c68 struct vt_mode smode; in VGLEnd()
143 struct vt_mode smode; in VGLInit()
/freebsd/sys/dev/vt/
H A Dvt.h318 struct vt_mode vw_smode; /* switch mode */
H A Dvt_core.c2997 struct vt_mode *mode; in vtterm_ioctl()
3000 mode = (struct vt_mode *)data; in vtterm_ioctl()
3034 bcopy(data, &vw->vw_smode, sizeof(struct vt_mode)); in vtterm_ioctl()
3048 bcopy(&vw->vw_smode, data, sizeof(struct vt_mode)); in vtterm_ioctl()
/freebsd/sys/dev/syscons/
H A Dsyscons.h333 struct vt_mode smode; /* switch mode */
H A Dsyscons.c1168 struct vt_mode *mode; in sctty_ioctl()
1171 mode = (struct vt_mode *)data; in sctty_ioctl()
1208 bcopy(data, &scp->smode, sizeof(struct vt_mode)); in sctty_ioctl()
1221 bcopy(&scp->smode, data, sizeof(struct vt_mode)); in sctty_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp506 unsigned struct_vt_mode_sz = sizeof(struct vt_mode);
H A Dsanitizer_platform_limits_netbsd.cpp1102 unsigned struct_vt_mode_sz = sizeof(struct vt_mode);
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2040 struct vt_mode mode; in linux_ioctl_console()