/netbsd-src/usr.sbin/sysinst/ |
H A D | partitions.h | 192 struct disk_partitions; /* in-memory representation of a set of partitions */ 298 daddr_t (*get_part_alignment)(const struct disk_partitions*); 307 bool (*get_part_info)(const struct disk_partitions*, part_id, 311 bool (*get_part_attr_str)(const struct disk_partitions*, part_id, 316 bool (*format_partition_table_str)(const struct disk_partitions*, 320 bool (*part_type_can_change)(const struct disk_partitions*, 324 bool (*can_add_partition)(const struct disk_partitions*); 327 bool (*custom_attribute_writable)(const struct disk_partitions*, 335 bool (*format_custom_attribute)(const struct disk_partitions*, 340 bool (*custom_attribute_toggle)(struct disk_partitions*, [all …]
|
H A D | defs.h | 309 struct disk_partitions *parts; /* Where does this partition live? 356 struct disk_partitions *parts; /* main partition table */ 359 struct disk_partitions **write_back; 401 struct disk_partitions **write_back; /* partition tables from 451 struct disk_partitions *parts; 511 struct disk_partitions *parts; 670 bool md_gpt_post_write(struct disk_partitions*, part_id root_id, 679 bool md_pre_disklabel(struct install_partition_desc*, struct disk_partitions*); 680 bool md_post_disklabel(struct install_partition_desc*, struct disk_partitions*); 707 struct disk_partitions *parts; [all …]
|
H A D | mbr.h | 104 int guess_biosgeom_from_parts(struct disk_partitions*, int *, int *, int *); 106 int set_bios_geom_with_mbr_guess(struct disk_partitions*); 107 void set_bios_geom(struct disk_partitions *, int *cyl, int *head, int *sec); 131 int md_check_mbr(struct disk_partitions*, mbr_info_t*, bool quiet); 137 bool md_mbr_update_check(struct disk_partitions*, mbr_info_t*);
|
/netbsd-src/usr.sbin/sysinst/arch/hpcsh/ |
H A D | md.c | 79 struct disk_partitions *parts = in md_get_info() 126 struct disk_partitions *parts) in md_pre_disklabel() 152 struct disk_partitions *parts) in md_post_disklabel() 202 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 209 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 222 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 229 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/bebox/ |
H A D | md.c | 75 struct disk_partitions *parts = in md_get_info() 120 struct disk_partitions *parts) in md_pre_disklabel() 146 struct disk_partitions *parts) in md_post_disklabel() 191 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 197 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 210 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 221 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/evbmips/ |
H A D | md.c | 75 struct disk_partitions *parts = in md_get_info() 120 struct disk_partitions *parts) in md_pre_disklabel() 146 struct disk_partitions *parts) in md_post_disklabel() 191 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 197 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 209 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 216 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/hpcmips/ |
H A D | md.c | 78 struct disk_partitions *parts = in md_get_info() 123 struct disk_partitions *parts) in md_pre_disklabel() 149 struct disk_partitions *parts) in md_post_disklabel() 202 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 208 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 221 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 232 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/evbppc/ |
H A D | md.c | 88 struct disk_partitions *parts = in md_get_info() 133 struct disk_partitions *parts) in md_pre_disklabel() 159 struct disk_partitions *parts) in md_post_disklabel() 205 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 211 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 223 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 230 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/landisk/ |
H A D | md.c | 75 struct disk_partitions *parts = in md_get_info() 120 struct disk_partitions *parts) in md_pre_disklabel() 148 struct disk_partitions *parts) in md_post_disklabel() 212 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 218 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 231 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 238 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/sandpoint/ |
H A D | md.c | 109 struct disk_partitions *parts = in md_get_info() 154 struct disk_partitions *parts) in md_pre_disklabel() 180 struct disk_partitions *parts) in md_post_disklabel() 247 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 253 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 265 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 272 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/playstation2/ |
H A D | md.c | 79 struct disk_partitions *parts = in md_get_info() 145 struct disk_partitions *parts) in md_pre_disklabel() 171 struct disk_partitions *parts) in md_post_disklabel() 216 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 222 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 234 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 241 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/zaurus/ |
H A D | md.c | 89 struct disk_partitions *parts = in md_get_info() 131 struct disk_partitions *parts) in md_pre_disklabel() 157 struct disk_partitions *parts) in md_post_disklabel() 238 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 244 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 258 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 265 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/hpcarm/ |
H A D | md.c | 104 struct disk_partitions *parts = in md_get_info() 149 struct disk_partitions *parts) in md_pre_disklabel() 175 struct disk_partitions *parts) in md_post_disklabel() 261 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 267 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 279 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 286 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/arc/ |
H A D | md.c | 82 struct disk_partitions *parts = in md_get_info() 142 struct disk_partitions *parts) in md_pre_disklabel() 168 struct disk_partitions *parts) in md_post_disklabel() 242 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 274 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 296 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 303 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/cobalt/ |
H A D | md.c | 82 struct disk_partitions *parts = in md_get_info() 140 struct disk_partitions *parts) in md_pre_disklabel() 166 struct disk_partitions *parts) in md_post_disklabel() 257 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 289 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 311 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 318 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/prep/ |
H A D | md.c | 80 struct disk_partitions *parts = in md_get_info() 139 struct disk_partitions *parts) in md_pre_disklabel() 165 struct disk_partitions *parts) in md_post_disklabel() 257 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 287 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 307 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 314 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/dummy/ |
H A D | md.c | 73 struct disk_partitions *part) in md_pre_disklabel() 80 struct disk_partitions *part) in md_post_disklabel() 126 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write() 135 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk()
|
/netbsd-src/usr.sbin/sysinst/arch/sparc/ |
H A D | md.c | 97 struct disk_partitions *parts) in md_pre_disklabel() 107 struct disk_partitions *parts) in md_post_disklabel() 165 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 176 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/evbarm/ |
H A D | md.c | 110 struct disk_partitions *parts = in md_get_info() 172 struct disk_partitions *parts) in md_pre_disklabel() 188 struct disk_partitions *parts) in md_post_disklabel() 306 md_check_mbr(struct disk_partitions *parts, mbr_info_t *mbri, bool quiet) in md_check_mbr() 333 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 349 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 360 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/shark/ |
H A D | md.c | 130 struct disk_partitions *parts) in md_pre_disklabel() 147 struct disk_partitions *parts) in md_post_disklabel() 234 md_mbr_update_check(struct disk_partitions *parts, mbr_info_t *mbri) in md_mbr_update_check() 245 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write() 253 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk()
|
/netbsd-src/usr.sbin/sysinst/arch/sparc64/ |
H A D | md.c | 99 struct disk_partitions *parts) in md_pre_disklabel() 109 struct disk_partitions *parts) in md_post_disklabel() 185 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 197 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/amiga/ |
H A D | md.c | 89 struct disk_partitions *parts) in md_pre_disklabel() 99 struct disk_partitions *parts) in md_post_disklabel() 177 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write() 186 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk()
|
/netbsd-src/usr.sbin/sysinst/arch/cats/ |
H A D | md.c | 146 struct disk_partitions *parts) in md_pre_disklabel() 156 struct disk_partitions *parts) in md_post_disklabel() 212 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write() 220 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk()
|
/netbsd-src/usr.sbin/sysinst/arch/evbsh3/ |
H A D | md.c | 97 struct disk_partitions *parts) in md_pre_disklabel() 108 struct disk_partitions *parts) in md_post_disklabel() 197 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 205 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|
/netbsd-src/usr.sbin/sysinst/arch/news68k/ |
H A D | md.c | 130 struct disk_partitions *parts) in md_pre_disklabel() 141 struct disk_partitions *parts) in md_post_disklabel() 205 md_parts_use_wholedisk(struct disk_partitions *parts) in md_parts_use_wholedisk() 212 md_gpt_post_write(struct disk_partitions *parts, part_id root_id, in md_gpt_post_write()
|