Home
last modified time | relevance | path

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

/netbsd/src/sbin/mbrlabel/
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/
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/
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/
Dmigrate.c100 if (t >= __arraycount(fstypenames)) { in fstypename()
104 return fstypenames[t]; in fstypename()
/netbsd/src/sbin/disklabel/
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()
Dmain.c1483 fstypenames[pp->p_fstype]);
1936 cpp = fstypenames;
1937 for (; cpp < &fstypenames[FSMAXTYPES]; cpp++) {
1945 pp->p_fstype = cpp - fstypenames;
2204 namep = fstypenames;
2219 list[i] = fstypenames[i];
Dprintlabel.c137 (void)fprintf(f, "%10.10s", fstypenames[pp->p_fstype]); in showpartition()
/netbsd/src/sys/arch/mvme68k/mvme68k/
Ddisksubr.c343 const char *fstyp = fstypenames[part->p_fstype]; in printlp()
376 fstyp = fstypenames[part->p_fstype]; in printclp()
/netbsd/src/distrib/utils/edlabel/
Dedlabel.c253 if (!strncasecmp(buf, fstypenames[i], len)) { in get_fstype()
294 printf(" %s\n", fstypenames[p->p_fstype]); in edit_partition()
/netbsd/src/lib/libc/gen/
Ddisklabel.c189 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
/netbsd/src/sys/arch/luna68k/stand/boot/
Ddisklabel.c379 printf("%s", fstypenames[pp->p_fstype]); in display()
/netbsd/src/sys/sys/
Ddisklabel.h416 static const char *const fstypenames[] = { FSTYPE_DEFN(FS_TYPENAMES) NULL }; variable
/netbsd/src/sbin/fsck/
Dfsck.c589 fstypenames[t], buf); in getfslab()
/netbsd/src/sys/arch/atari/stand/installboot/
Dinstallboot.c301 devnm, fstypenames[label->d_partitions[0].p_fstype]); in install_hd()
/netbsd/src/sys/arch/i386/stand/lib/
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/
Diwm_fd.c1948 fstypenames[lp->d_partitions[i].p_fstype]); in fdPrintDiskLabel()