Home
last modified time | relevance | path

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

/external/syslinux/com32/hdt/
Dhdt-common.c98 strlcpy(hardware->memtest_label, argv[i] + 8, in detect_parameters()
99 sizeof(hardware->memtest_label)); in detect_parameters()
100 convert_isolinux_filename(hardware->memtest_label, hardware); in detect_parameters()
233 memset(hardware->memtest_label, 0, sizeof hardware->memtest_label); in init_hardware()
245 strcat(hardware->memtest_label, "memtest"); in init_hardware()
Dhdt-common.h221 char memtest_label[255]; member
Dhdt-menu-memory.c381 add_item("Run Test", "Run Test", OPT_RUN, hardware->memtest_label, 0); in compute_memory()