Lines Matching full:scheme
76 int gpart_partition(const char *lg_name, const char *scheme);
77 void set_default_part_metadata(const char *name, const char *scheme,
83 const char *default_scheme(void); /* Default partition scheme */
84 int is_scheme_bootable(const char *scheme); /* Non-zero if scheme boots */
85 int is_fs_bootable(const char *scheme, const char *fs); /* Ditto if FS boots */
88 size_t bootpart_size(const char *scheme);
91 * Type and mountpoint of boot partition for given scheme. If boot partition
96 const char *bootpart_type(const char *scheme, const char **mountpoint);
98 /* Path to bootcode that goes in the scheme (e.g. disk MBR). NULL if none */
99 const char *bootcode_path(const char *scheme);
103 * for the given scheme and root filesystem type. If the boot partition should
106 const char *partcode_path(const char *scheme, const char *fs_type);