HomeSort by: relevance | last modified time | path
    Searched refs:get_part_attr_str (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/sysinst/
partitions.h 311 bool (*get_part_attr_str)(const struct disk_partitions*, part_id, member in struct:disk_partitioning_scheme
part_edit.c 785 if (parts->pscheme->get_part_attr_str != NULL)
786 parts->pscheme->get_part_attr_str(parts, pno, astr,
label.c 1521 if (pset->parts->pscheme->get_part_attr_str != NULL)
1522 pset->parts->pscheme->get_part_attr_str(pset->parts,
gpt.c 1934 .get_part_attr_str = gpt_get_part_attr_str,
mbr.c 3171 .get_part_attr_str = mbr_part_attr_str,

Completed in 59 milliseconds