Home
last modified time | relevance | path

Searched refs:MULTIBOOT_VIDEO_MODE (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/mboot/
Dmb_header.h83 #define MULTIBOOT_VIDEO_MODE 0x00000004 macro
Dinitvesa.c62 if (!(mbh->flags & MULTIBOOT_VIDEO_MODE) || mbh->mode_type != 0) in set_graphics_mode()
Dmap.c122 if (mbh->flags & MULTIBOOT_VIDEO_MODE) in map_image()