Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-common.c106 strlcpy(hardware->vesa_background, argv[i] + 5, in detect_parameters()
107 sizeof(hardware->vesa_background)); in detect_parameters()
237 memset(hardware->vesa_background, 0, sizeof hardware->vesa_background); in init_hardware()
246 strlcpy(hardware->vesa_background, CLI_DEFAULT_BACKGROUND, in init_hardware()
247 sizeof(hardware->vesa_background)); in init_hardware()
741 draw_background(hardware->vesa_background); in init_console()
Dhdt-common.h223 char vesa_background[255]; member