Searched refs:mboot_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/mbr/
H A Dmbr.c59 char *mboot_file = "/usr/lib/fs/ufs/mboot"; local
86 mboot_file = strdup(argv[optind + 1]);
88 if (!mboot_file) {
91 fd = open(mboot_file, O_RDONLY);
93 fprintf(stderr, "cannot read file %s\n", mboot_file);
166 printf("Replaced mboot program with %s\n", mboot_file);

Completed in 74 milliseconds