Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ddisklabel.h112 static const char *fstypenames[] = { variable
146 #define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
/freebsd/lib/libc/gen/
H A Ddisklabel.c145 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c567 fprintf(f, "%8.8s", fstypenames[pp->p_fstype]); in display()
1032 for (cpp = fstypenames; cpp < &fstypenames[FSMAXTYPES]; cpp++) in getasciipartspec()
1036 pp->p_fstype = cpp - fstypenames; in getasciipartspec()