Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c300 static char *io_mboot = 0; /* master boot record (-b boot_file) */ variable
848 io_mboot = optarg; in main()
1551 if (io_mboot == (char *)0) { in mboot_read()
1558 io_mboot = "/usr/lib/fs/ufs/mboot"; in mboot_read()
1564 if ((mDev = open(io_mboot, O_RDONLY, 0666)) == -1) { in mboot_read()
1567 io_mboot); in mboot_read()
1576 io_mboot); in mboot_read()
1583 "fdisk: Invalid master boot file %s.\n", io_mboot); in mboot_read()