Lines Matching defs:mboot
43 fprintf(stderr, "Usage: %s [ -d | -n | -o | -r ] <device> [<mboot>]\n",
48 "(/usr/lib/fs/ufs/mboot)\n");
58 struct mboot *mboot;
59 char *mboot_file = "/usr/lib/fs/ufs/mboot";
116 mboot = (struct mboot *)boot_sect;
118 struct ipart *part = (struct ipart *)mboot->parts + i;
146 /* write new mboot */
166 printf("Replaced mboot program with %s\n", mboot_file);