Home
last modified time | relevance | path

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

/external/syslinux/utils/
Disohybrid.c66 char mbr_template_path[1024] = {0}; /* Path to MBR template */ variable
355 if (strlen(optarg) >= sizeof(mbr_template_path)) in check_option()
357 strcpy(mbr_template_path, optarg); in check_option()
615 if (mbr_template_path[0]) { in initialise_mbr()
616 read_mbr_template(mbr_template_path, mbr); in initialise_mbr()