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

/illumos-gate/usr/src/uts/common/sys/
H A Dvt.h59 struct vt_mode { struct
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
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
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c633 vt_setmode(vc_state_t *pvc, struct vt_mode *pmode)
875 struct vt_mode vtmode;
948 if (!(tmp = allocb(sizeof (struct vt_mode), BPRI_MED))) {
952 *(struct vt_mode *)(void *)tmp->b_rptr = vtmode;
953 tmp->b_wptr += sizeof (struct vt_mode);
954 vt_copyout(q, mp, tmp, sizeof (struct vt_mode));
958 vt_copyin(q, mp, sizeof (struct vt_mode));
1142 struct vt_mode *pmode;
1153 pmode = (struct vt_mode *)(void *)mp->b_cont->b_rptr;
H A Dwscons.c173 _NOTE(SCHEME_PROTECTS_DATA("D_MTPERMOD protected data", vt_mode))

Completed in 63 milliseconds