bootpart_type
gpart_create(pp, bootpart_type(scheme, &bootmount),
if (strcmp(type, bootpart_type(scheme, &default_bootmount)) == 0) {
if (strcmp(gc->lg_val, bootpart_type(scheme, &bootmount)) != 0)
const char *bootpart_type(const char *scheme, const char **mountpoint);