Searched refs:vesa_background (Results 1 – 2 of 2) sorted by relevance
106 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()
223 char vesa_background[255]; member