Home
last modified time | relevance | path

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

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