Searched refs:fstypenames (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/sbin/mbrlabel/ |
| D | mbrlabel.c | 173 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/ |
| D | apmlabel.c | 185 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/ |
| D | disksubr.c | 133 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/ |
| D | migrate.c | 100 if (t >= __arraycount(fstypenames)) { in fstypename() 104 return fstypenames[t]; in fstypename()
|
| /netbsd/src/sbin/disklabel/ |
| D | interact.c | 491 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()
|
| D | main.c | 1483 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];
|
| D | printlabel.c | 137 (void)fprintf(f, "%10.10s", fstypenames[pp->p_fstype]); in showpartition()
|
| /netbsd/src/sys/arch/mvme68k/mvme68k/ |
| D | disksubr.c | 343 const char *fstyp = fstypenames[part->p_fstype]; in printlp() 376 fstyp = fstypenames[part->p_fstype]; in printclp()
|
| /netbsd/src/distrib/utils/edlabel/ |
| D | edlabel.c | 253 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/ |
| D | disklabel.c | 189 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
|
| /netbsd/src/sys/arch/luna68k/stand/boot/ |
| D | disklabel.c | 379 printf("%s", fstypenames[pp->p_fstype]); in display()
|
| /netbsd/src/sys/sys/ |
| D | disklabel.h | 416 static const char *const fstypenames[] = { FSTYPE_DEFN(FS_TYPENAMES) NULL }; variable
|
| /netbsd/src/sbin/fsck/ |
| D | fsck.c | 589 fstypenames[t], buf); in getfslab()
|
| /netbsd/src/sys/arch/atari/stand/installboot/ |
| D | installboot.c | 301 devnm, fstypenames[label->d_partitions[0].p_fstype]); in install_hd()
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | biosdisk.c | 926 fstypenames[d->part[part].fstype]); in biosdisk_probe() 1005 fstypenames[d->part[part].fstype]); in biosdisk_probe()
|
| /netbsd/src/sys/arch/mac68k/obio/ |
| D | iwm_fd.c | 1948 fstypenames[lp->d_partitions[i].p_fstype]); in fdPrintDiskLabel()
|