Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dpart.h94 const char *parttype2str(enum partition_type type);
H A Ddisk.c121 parttype2str(part->type)); in ptable_print()
H A Dpart.c121 parttype2str(enum partition_type type) in parttype2str() function