Home
last modified time | relevance | path

Searched refs:fstypenames (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sbin/mbrlabel/
H A Dmbrlabel.c173 fstypenames[npe.p_fstype], in getparts()
188 fstypenames[lpe->p_fstype], in getparts()
212 fstypenames[lpe->p_fstype], in getparts()
228 fstypenames[npe.p_fstype]); in getparts()
235 fstypenames[npe.p_fstype], unused + 'a'); in getparts()
/netbsd-src/sbin/apmlabel/
H A Dapmlabel.c185 fstypenames[npe.p_fstype], in getparts()
203 fstypenames[lpe->p_fstype], in getparts()
221 fstypenames[npe.p_fstype]); in getparts()
228 fstypenames[npe.p_fstype], unused + 'a'); in getparts()
/netbsd-src/sys/arch/next68k/next68k/
H A Ddisksubr.c133 fstypenames[t], NEXT68K_LABEL_MAXFSTLEN) in parse_nextstep_label()
232 fstypenames[lp->d_partitions[nbp].p_fstype], in build_nextstep_label()
267 fstypenames[lp->d_partitions[nbp].p_fstype], in build_nextstep_label()
/netbsd-src/sbin/gpt/
H A Dmigrate.c100 if (t >= __arraycount(fstypenames)) { in fstypename()
104 return fstypenames[t]; in fstypename()
/netbsd-src/sbin/disklabel/
H A Dinteract.c491 i = getinput(line, "Filesystem type [%s]: ", fstypenames[i]); in cmd_part()
498 fstypenames, FSMAXTYPES); in cmd_part()
502 if (!strcasecmp(line, fstypenames[i])) { in cmd_part()
H A Dmain.c1483 fstypenames[pp->p_fstype]);
1932 /* can't use word() here because of blanks in fstypenames[] */
1936 cpp = fstypenames;
1937 for (; cpp < &fstypenames[FSMAXTYPES]; cpp++) {
1945 pp->p_fstype = cpp - fstypenames;
2204 namep = fstypenames;
2219 list[i] = fstypenames[i];
H A Dprintlabel.c137 (void)fprintf(f, "%10.10s", fstypenames[pp->p_fstype]); in showpartition()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defidisk.c282 printf("%s", fstypenames[part[i].fstype]); in efi_disk_show()
339 fstypenames[part[j].fstype]); in efi_disk_show()
/netbsd-src/distrib/utils/edlabel/
H A Dedlabel.c253 if (!strncasecmp(buf, fstypenames[i], len)) { in get_fstype()
294 printf(" %s\n", fstypenames[p->p_fstype]); in edit_partition()
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Ddisksubr.c343 const char *fstyp = fstypenames[part->p_fstype]; in printlp()
376 fstyp = fstypenames[part->p_fstype]; in printclp()
/netbsd-src/sys/stand/efiboot/
H A Defiblock.c599 printf("%s\n", fstypenames[bpart->disklabel.part.p_fstype]); in efi_block_show()
620 printf("%s\n", fstypenames[bpart->gpt.fstype]); in efi_block_show()
623 printf(" hd%u%c %s\n", bdev->index, bpart->index + 'a', fstypenames[FS_ISO9660]); in efi_block_show()
/netbsd-src/lib/libc/gen/
H A Ddisklabel.c189 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Ddisklabel.c379 printf("%s", fstypenames[pp->p_fstype]); in display()
/netbsd-src/sys/sys/
H A Ddisklabel.h416 static const char *const fstypenames[] = { FSTYPE_DEFN(FS_TYPENAMES) NULL }; variable
/netbsd-src/usr.sbin/sysinst/
H A Ddisklabel.c56 static struct part_type_desc dl_types[__arraycount(fstypenames)-1];
438 fstypenames[lp[i].p_fstype]); in disklabel_write_to_disk()
596 if (fstypenames[i] == NULL) in dl_init_types()
H A Dlabel.c572 if (fstypenames[i] == NULL) in init_fs_type_ext()
612 if (fstypenames[i] == NULL) in set_fstype_ext()
656 cnt = __arraycount(fstypenames)+2; in edit_fs_type_ext()
676 if (fstypenames[i] == NULL) in edit_fs_type_ext()
678 opts[ndx].opt_name = fstypenames[i]; in edit_fs_type_ext()
H A Ddisks.c126 else if (f >= __arraycount(fstypenames) || fstypenames[f] == NULL) in getfslabelname()
128 return fstypenames[f]; in getfslabelname()
/netbsd-src/sbin/fsck/
H A Dfsck.c589 fstypenames[t], buf); in getfslab()
/netbsd-src/sys/arch/atari/stand/installboot/
H A Dinstallboot.c301 devnm, fstypenames[label->d_partitions[0].p_fstype]); in install_hd()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosdisk.c926 fstypenames[d->part[part].fstype]); in biosdisk_probe()
1005 fstypenames[d->part[part].fstype]); in biosdisk_probe()
/netbsd-src/sys/arch/mac68k/obio/
H A Diwm_fd.c1948 fstypenames[lp->d_partitions[i].p_fstype]); in fdPrintDiskLabel()