Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Ddisklabel.h265 static const char * const fstypenames[] = { variable
318 #define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
/openbsd/sbin/disklabel/
H A Ddisklabel.c432 fstypenames[pp->p_fstype]); in makedisktab()
505 fprintf(f, "%7.7s", fstypenames[pp->p_fstype]); in display_partition()
952 cpp = fstypenames; in getasciilabel()
953 for (; cpp < &fstypenames[FSMAXTYPES]; cpp++) in getasciilabel()
955 pp->p_fstype = cpp - fstypenames; in getasciilabel()
H A Deditor.c1699 fstypenames[pp->p_fstype]); in get_fstype()
1704 if (!strcasecmp(p, fstypenames[ui])) { in get_fstype()
/openbsd/lib/libc/gen/
H A Ddisklabel.c124 pp->p_fstype = (u_char)gettype(cq, fstypenames); in getdiskbyname()
/openbsd/sbin/fsck_ext2fs/
H A Dsetup.c459 fstypenames[pp->p_fstype] : "unknown"); in calcsb()
/openbsd/sbin/fsck_ffs/
H A Dsetup.c632 fstypenames[pp->p_fstype] : "unknown"); in calcsb()