Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDdisklabel.h90 static const char *dktypenames[] = { variable
110 #define DKMAXTYPES (sizeof(dktypenames) / sizeof(dktypenames[0]) - 1)
/freebsd-14-stable/sbin/bsdlabel/
HDbsdlabel.c532 fprintf(f, "type: %s\n", dktypenames[lp->d_type]); in display()
769 cpp = dktypenames; in getasciilabel()
770 for (; cpp < &dktypenames[DKMAXTYPES]; cpp++) in getasciilabel()
772 lp->d_type = cpp - dktypenames; in getasciilabel()
775 if (cpp < &dktypenames[DKMAXTYPES]) in getasciilabel()
/freebsd-14-stable/lib/libc/gen/
HDdisklabel.c105 dp->d_type = gettype(cq, dktypenames); in getdiskbyname()