Home
last modified time | relevance | path

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

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