HomeSort by: relevance | last modified time | path
    Searched defs:disktype (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 116 static char *disktype = NULL; variable in typeref:typename:char *
288 if (getdiskinfo(special, fsi, disktype, &geo, &dkw) == -1)
  /src/sbin/newfs_lfs/
newfs.c 97 char *disktype; variable in typeref:typename:char *
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 290 char disktype; local in function:install_hd
293 disktype = 'w';
295 disktype = 's';
316 snprintf(xxb00t, xxb00tlen, "%s%s%cdb00t.ahdi", mdecpath, machpath, disktype);
324 snprintf(xxboot, xxbootlen, "%s%s%cdboot", mdecpath, machpath, disktype);
  /src/sbin/newfs/
newfs.c 232 char *disktype = NULL; variable in typeref:typename:char *
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/usr.sbin/sysinst/
disklabel.c 383 disktype[sizeof(parts->l.d_typename)+1]; local in function:disklabel_write_to_disk
416 escape_capfile(disktype, parts->l.d_typename,
427 disktype);
470 DISKLABEL_CMD, fname, disk, disktype, packname);

Completed in 67 milliseconds