HomeSort by relevance Sort by last modified time
    Searched refs:video_mode (Results 1 - 6 of 6) sorted by null

  /external/syslinux/com32/lib/syslinux/
load_linux.c 168 uint16_t video_mode = 0; local
186 video_mode = 0xfffd;
189 video_mode = 0xfffe;
192 video_mode = 0xffff;
195 video_mode = 0x0f04;
198 video_mode = strtoul(arg, NULL, 0);
218 whdr->vid_mode = video_mode;
486 if (video_mode != 0x0f04) {
488 * video_mode is not "current", so if we are in graphics mode we
  /external/syslinux/com32/lua/src/
syslinux.c 190 uint16_t video_mode = luaL_optint(L, 4, 0); local
195 (void)video_mode;
371 uint16_t video_mode = luaL_optint(L, 5, 0); local
373 (void)video_mode;
  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 44 __u8 video_mode; member in struct:tag_videotext
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 54 __u8 video_mode; member in struct:tag_videotext
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 33 UINT16 video_mode; member in struct:setup_header
  /external/avb/examples/uefi/
uefi_avb_boot.c 45 UINT16 video_mode; member in struct:SetupHeader

Completed in 90 milliseconds