Searched refs:xbsd_dktypenames (Results 1 – 1 of 1) sorted by relevance
147 static const char *const xbsd_dktypenames[] ALIGN_PTR = { variable508 if ((unsigned) lp->d_type < ARRAY_SIZE(xbsd_dktypenames)-1) in xbsd_print_disklabel()509 printf("type: %s\n", xbsd_dktypenames[lp->d_type]); in xbsd_print_disklabel()