Searched refs:v_modeattr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Dvesa.h56 u_int16_t v_modeattr; member in struct:vesa_mode
H A Dvesa.c715 if ((vmode->v_modeattr & V_MODEGRAPHICS) != 0) {
734 if ((vmode->v_modeattr & V_MODELFB) != 0 &&
881 vmode.v_modeattr = le16toh(vmode.v_modeattr);
898 if ((vmode.v_modeattr &
903 if ((vmode.v_modeattr & V_MODEOPTINFO) == 0) {
907 vmode.v_modeattr & V_MODEGRAPHICS ?
910 vmode.v_modeattr);
917 if ((vmode.v_modeattr & V_MODEGRAPHICS) != 0)
925 vmode.v_modeattr
[all...]

Completed in 57 milliseconds