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

  /src/usr.sbin/sysinst/
partitions.h 246 size_t custom_attribute_count; member in struct:disk_partitioning_scheme
gpt.c 1724 if (attr_no >= arg->pscheme->custom_attribute_count)
1793 if (attr_no >= parts->dp.pscheme->custom_attribute_count)
1838 if (attr_no >= parts->dp.pscheme->custom_attribute_count)
1874 if (attr_no >= parts->dp.pscheme->custom_attribute_count)
1908 .custom_attribute_count = __arraycount(gpt_custom_attrs),
part_edit.c 380 count = hdr_cnt + parts->pscheme->custom_attribute_count
397 for (i = 0; i < parts->pscheme->custom_attribute_count; i++) {
651 n < marg->parts->pscheme->custom_attribute_count; n++) {
741 marg->parts->pscheme->custom_attribute_count; attr_no++) {
label.c 922 num_opts += pset->parts->pscheme->custom_attribute_count;
946 i < pset->parts->pscheme->custom_attribute_count;
1172 i < edit->pset->parts->pscheme->custom_attribute_count;
mbr.c 3167 .custom_attribute_count = __arraycount(mbr_custom_attrs),

Completed in 19 milliseconds