Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk_osf.c147 static const char *const xbsd_dktypenames[] ALIGN_PTR = { variable
508 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()