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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c388 bool vt_mode = FALSE; local
392 vt_mode = dcb_config->vt_mode;
395 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4))
398 if (tc_count == 8 && vt_mode == FALSE) {
438 } else if (tc_count == 4 && vt_mode == FALSE) {
475 } else if (tc_count == 4 && vt_mode == TRUE) {
547 if (dcb_config->vt_mode)
562 if (dcb_config->vt_mode)
H A Dixgbe_dcb.h134 bool vt_mode; member in struct:ixgbe_dcb_config
/freebsd-12-stable/sys/sys/
H A Dconsio.h337 struct vt_mode { struct
347 typedef struct vt_mode vtmode_t;
/freebsd-12-stable/lib/libvgl/
H A Dmain.c69 struct vt_mode smode;
134 struct vt_mode smode;
/freebsd-12-stable/sys/dev/vt/
H A Dvt.h305 struct vt_mode vw_smode; /* switch mode */
H A Dvt_core.c2583 struct vt_mode *mode;
2586 mode = (struct vt_mode *)data;
2620 bcopy(data, &vw->vw_smode, sizeof(struct vt_mode));
2634 bcopy(&vw->vw_smode, data, sizeof(struct vt_mode));
/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.h346 struct vt_mode smode; /* switch mode */
H A Dsyscons.c1159 struct vt_mode *mode;
1162 mode = (struct vt_mode *)data;
1196 bcopy(data, &scp->smode, sizeof(struct vt_mode));
1208 bcopy(&scp->smode, data, sizeof(struct vt_mode));
/freebsd-12-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-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c2067 struct vt_mode mode;

Completed in 238 milliseconds