Searched refs:dktypenames (Results 1 – 3 of 3) sorted by relevance
90 static const char *dktypenames[] = { variable110 #define DKMAXTYPES (sizeof(dktypenames) / sizeof(dktypenames[0]) - 1)
532 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()
105 dp->d_type = gettype(cq, dktypenames); in getdiskbyname()