HomeSort by: relevance | last modified time | path
    Searched defs:disk_partitions (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sysinst/
partitions.h 80 * a struct disk_partitions. This is just an iterator/index - whenever
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*,
576 struct disk_partitions { struct
    [all...]

Completed in 13 milliseconds