| /src/sys/arch/atari/stand/ahdilabel/ |
| writedtab.c | 42 ahdi_writedisktab (struct ahdi_ptable *ptable, char *disktype, char *disktab, char *dtype) 52 strlen (dtype) ? dtype : "SCSI", disktype);
|
| /src/sbin/newfs_lfs/ |
| newfs.c | 97 char *disktype; variable 229 disktype = optarg; 324 if (disktype == NULL) 325 disktype = argv[1]; 327 if (getdiskinfo(special, fsi, disktype, &geo, &dkw) == -1)
|
| /src/sys/arch/atari/stand/installboot/ |
| installboot.c | 287 char disktype; local 290 disktype = 'w'; 292 disktype = 's'; 313 snprintf(xxb00t, xxb00tlen, "%s%s%cdb00t.ahdi", mdecpath, machpath, disktype); 321 snprintf(xxboot, xxbootlen, "%s%s%cdboot", mdecpath, machpath, disktype);
|
| /src/sbin/newfs/ |
| newfs.c | 232 char *disktype = NULL; variable 335 disktype = optarg; 555 if (disktype == NULL) 556 disktype = argv[1]; 558 if (getdiskinfo(special, fsi, disktype, &geo, &dkw) == -1) 560 unlabeled = disktype != NULL; 873 { NEWFS, "-T disktype\tdisk type" },
|
| /src/sbin/newfs_ext2fs/ |
| newfs_ext2fs.c | 116 static char *disktype = NULL; variable 288 if (getdiskinfo(special, fsi, disktype, &geo, &dkw) == -1)
|
| /src/usr.sbin/sysinst/ |
| disklabel.c | 383 disktype[sizeof(parts->l.d_typename)+1]; local 416 escape_capfile(disktype, parts->l.d_typename, 427 disktype); 470 DISKLABEL_CMD, fname, disk, disktype, packname);
|