Searched refs:vt_mode (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp441 unsigned struct_vt_mode_sz = sizeof(struct vt_mode);
H A Dsanitizer_platform_limits_netbsd.cpp817 unsigned struct_vt_mode_sz = sizeof(struct vt_mode);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c2093 struct vt_mode mode;
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c2500 struct vt_mode *mode;
2503 mode = (struct vt_mode *)data;
2537 bcopy(data, &vw->vw_smode, sizeof(struct vt_mode));
2551 bcopy(&vw->vw_smode, data, sizeof(struct vt_mode));
H A Dvt.h297 struct vt_mode vw_smode; /* switch mode */
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h348 struct vt_mode smode; /* switch mode */
H A Dsyscons.c1130 struct vt_mode *mode;
1133 mode = (struct vt_mode *)data;
1167 bcopy(data, &scp->smode, sizeof(struct vt_mode));
1179 bcopy(&scp->smode, data, sizeof(struct vt_mode));
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c375 bool vt_mode = FALSE; local
379 vt_mode = dcb_config->vt_mode;
382 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4))
385 if (tc_count == 8 && vt_mode == FALSE) {
425 } else if (tc_count == 4 && vt_mode == FALSE) {
462 } else if (tc_count == 4 && vt_mode == TRUE) {
534 if (dcb_config->vt_mode)
549 if (dcb_config->vt_mode)
H A Dixgbe_dcb.h133 bool vt_mode; member in struct:ixgbe_dcb_config
/freebsd-11-stable/lib/libvgl/
H A Dmain.c67 struct vt_mode smode;
132 struct vt_mode smode;
/freebsd-11-stable/sys/sys/
H A Dconsio.h328 struct vt_mode { struct
338 typedef struct vt_mode vtmode_t;

Completed in 153 milliseconds