Searched refs:io_mboot (Results 1 – 1 of 1) sorted by relevance
290 static char *io_mboot = 0; /* master boot record (-b boot_file) */ variable846 io_mboot = optarg; in main()1548 if (io_mboot == NULL) { in mboot_read()1549 io_mboot = DEFAULT_MASTER_BOOT_FILE; in mboot_read()1551 if ((mDev = open(io_mboot, O_RDONLY, 0666)) == -1) { in mboot_read()1560 if ((mDev = open(io_mboot, O_RDONLY, 0666)) == -1) { in mboot_read()1567 io_mboot, strerror(errno)); in mboot_read()1577 io_mboot); in mboot_read()1584 "fdisk: Invalid master boot file %s.\n", io_mboot); in mboot_read()