/src/sys/arch/x68k/stand/newdisk/ |
newdisk.c | 33 * Usage: /usr/mdec/newdisk [-vnfc] [-m /usr/mdec/mboot] /dev/rsd?c 48 const char *mboot = MBOOT; variable in typeref:typename:const char * 63 "Usage: %s [-v] [-n] [-f] [-c] [-m /usr/mdec/mboot] " 91 mboot = optarg; 109 if (access(mboot, R_OK) < 0) 110 err(1, "checking %s", mboot); 146 fprintf(stderr, "Merging %s... ", mboot); 147 fd = open(mboot, O_RDONLY); 149 err(1, "opening %s", mboot); [all...] |
newdisk.c | 33 * Usage: /usr/mdec/newdisk [-vnfc] [-m /usr/mdec/mboot] /dev/rsd?c 48 const char *mboot = MBOOT; variable in typeref:typename:const char * 63 "Usage: %s [-v] [-n] [-f] [-c] [-m /usr/mdec/mboot] " 91 mboot = optarg; 109 if (access(mboot, R_OK) < 0) 110 err(1, "checking %s", mboot); 146 fprintf(stderr, "Merging %s... ", mboot); 147 fd = open(mboot, O_RDONLY); 149 err(1, "opening %s", mboot); [all...] |
/src/sbin/fdisk/ |
fdisk.c | 133 static struct mbr_sector mboot; variable in typeref:struct:mbr_sector 548 if (read_s0(0, &mboot)) 699 print_part(&mboot, part, 0); 719 if (!sh_flag && mboot.mbr_bootsel_magic == LE_MBR_BS_MAGIC) { 723 if (mboot.mbr_bootsel.mbrbs_flags & MBR_BS_ACTIVE) { 725 tmo = le16toh(mboot.mbr_bootsel.mbrbs_timeo); 745 le32toh(mboot.mbr_dsn), 746 le32toh(mboot.mbr_dsn)); 760 print_part(&mboot, which, 0); 776 if (boot != &mboot) { [all...] |
fdisk.c | 133 static struct mbr_sector mboot; variable in typeref:struct:mbr_sector 548 if (read_s0(0, &mboot)) 699 print_part(&mboot, part, 0); 719 if (!sh_flag && mboot.mbr_bootsel_magic == LE_MBR_BS_MAGIC) { 723 if (mboot.mbr_bootsel.mbrbs_flags & MBR_BS_ACTIVE) { 725 tmo = le16toh(mboot.mbr_bootsel.mbrbs_timeo); 745 le32toh(mboot.mbr_dsn), 746 le32toh(mboot.mbr_dsn)); 760 print_part(&mboot, which, 0); 776 if (boot != &mboot) { [all...] |