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

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c368 bool vt_mode = FALSE; local
372 vt_mode = dcb_config->vt_mode;
375 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4))
378 if (tc_count == 8 && vt_mode == FALSE) {
418 } else if (tc_count == 4 && vt_mode == FALSE) {
455 } else if (tc_count == 4 && vt_mode == TRUE) {
527 if (dcb_config->vt_mode)
542 if (dcb_config->vt_mode)
H A Dixgbe_dcb.h134 bool vt_mode; member in struct:ixgbe_dcb_config
/freebsd-9.3-release/sys/sys/
H A Dconsio.h327 struct vt_mode { struct
337 typedef struct vt_mode vtmode_t;
/freebsd-9.3-release/lib/libvgl/
H A Dmain.c67 struct vt_mode smode;
132 struct vt_mode smode;
/freebsd-9.3-release/sys/dev/vt/
H A Dvt.h260 struct vt_mode vw_smode; /* switch mode */
H A Dvt_core.c1740 struct vt_mode *mode;
1743 mode = (struct vt_mode *)data;
1777 bcopy(data, &vw->vw_smode, sizeof(struct vt_mode));
1791 bcopy(&vw->vw_smode, data, sizeof(struct vt_mode));
/freebsd-9.3-release/sys/dev/syscons/
H A Dsyscons.h337 struct vt_mode smode; /* switch mode */
H A Dsyscons.c1043 struct vt_mode *mode;
1046 mode = (struct vt_mode *)data;
1080 bcopy(data, &scp->smode, sizeof(struct vt_mode));
1092 bcopy(&scp->smode, data, sizeof(struct vt_mode));
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c2042 struct vt_mode mode;

Completed in 106 milliseconds