Searched refs:memtest_label (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-common.c | 98 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()
|
D | hdt-common.h | 221 char memtest_label[255]; member
|
D | hdt-menu-memory.c | 381 add_item("Run Test", "Run Test", OPT_RUN, hardware->memtest_label, 0); in compute_memory()
|