Home
last modified time | relevance | path

Searched defs:part_usage_info (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Ddefs.h290 struct part_usage_info { struct
291 daddr_t size; /* thumb guestimate of size,
295 daddr_t def_size; /* default size */
296 daddr_t limit; /* max size */
297 char mount[MOUNTLEN]; /* where will we mount this? */
298 enum part_type type; /* PT_root/PT_swap/PT_EFI_SYSTEM */
308 uint flags;
309 struct disk_partitions *parts; /* Where does this partition live?
315 part_id cur_part_id; /* this may change, but we try to
317 daddr_t cur_start; /* may change during editing, just
[all …]