Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit_generic.c66 bootpart_type(const char *scheme, const char **mountpoint) { in bootpart_type() function
H A Dpartedit_efi.c82 bootpart_type(const char *scheme, const char **mountpoint) in bootpart_type() function
H A Dpartedit_x86.c111 bootpart_type(const char *scheme, const char **mountpoint) in bootpart_type() function
H A Dpartedit.h96 const char *bootpart_type(const char *scheme, const char **mountpoint);
H A Dpartedit_powerpc.c103 bootpart_type(const char *scheme, const char **mountpoint) in bootpart_type() function
H A Dgpart_ops.c759 if (strcmp(type, bootpart_type(scheme, &default_bootmount)) == 0) { in set_default_part_metadata()
957 if (strcmp(gc->lg_val, bootpart_type(scheme, &bootmount)) != 0) in add_boot_partition()
1004 gpart_create(pp, bootpart_type(scheme, &bootmount), in add_boot_partition()