Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-common.c207 hardware->memory_detection = false; in init_hardware()
542 if (hardware->memory_detection == false) { in detect_memory()
543 hardware->memory_detection = true; in detect_memory()
Dhdt-common.h210 bool memory_detection; /* Does the memory size got detected ?*/ member