| /netbsd-src/sbin/mbrlabel/ |
| H A 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/ |
| H A 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/ |
| H A 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/ |
| H A D | migrate.c | 100 if (t >= __arraycount(fstypenames)) { in fstypename() 104 return fstypenames[t]; in fstypename()
|
| /netbsd-src/sbin/disklabel/ |
| H A 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()
|
| H A D | main.c | 1483 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 D | printlabel.c | 137 (void)fprintf(f, "%10.10s", fstypenames[pp->p_fstype]); in showpartition()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | efidisk.c | 282 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 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/sys/arch/mvme68k/mvme68k/ |
| H A D | disksubr.c | 343 const char *fstyp = fstypenames[part->p_fstype]; in printlp() 376 fstyp = fstypenames[part->p_fstype]; in printclp()
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | efiblock.c | 599 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 D | disklabel.c | 189 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | disklabel.c | 379 printf("%s", fstypenames[pp->p_fstype]); in display()
|
| /netbsd-src/sys/sys/ |
| H A D | disklabel.h | 416 static const char *const fstypenames[] = { FSTYPE_DEFN(FS_TYPENAMES) NULL }; variable
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | disklabel.c | 56 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 D | label.c | 572 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 D | disks.c | 126 else if (f >= __arraycount(fstypenames) || fstypenames[f] == NULL) in getfslabelname() 128 return fstypenames[f]; in getfslabelname()
|
| /netbsd-src/sbin/fsck/ |
| H A D | fsck.c | 589 fstypenames[t], buf); in getfslab()
|
| /netbsd-src/sys/arch/atari/stand/installboot/ |
| H A D | installboot.c | 301 devnm, fstypenames[label->d_partitions[0].p_fstype]); in install_hd()
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A 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/ |
| H A D | iwm_fd.c | 1948 fstypenames[lp->d_partitions[i].p_fstype]); in fdPrintDiskLabel()
|