Home
last modified time | relevance | path

Searched refs:VBE_ERROR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c222 if (VBE_ERROR(v86.eax & 0xffff)) in biosvbe_ddc_caps()
417 if (VBE_ERROR(ret)) { in vbe_set_mode()
441 if (VBE_ERROR(ret)) { in vbe_set_mode()
621 if (VBE_ERROR(biosvbe_ddc_read_edid(0, edidp))) in vbe_get_edid()
651 if (VBE_ERROR(biosvbe_ddc_read_flat_panel_info(fp_info))) in vbe_get_flatpanel()
H A Dvbe.h133 #define VBE_ERROR(a) (((a) & 0xFF) != 0x4F || ((a) & 0xFF00) != 0) macro