Home
last modified time | relevance | path

Searched refs:custom_attribute_count (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dpartitions.h246 size_t custom_attribute_count; member
H A Dgpt.c1724 if (attr_no >= arg->pscheme->custom_attribute_count) in gpt_custom_attribute_writable()
1793 if (attr_no >= parts->dp.pscheme->custom_attribute_count) in gpt_format_custom_attribute()
1838 if (attr_no >= parts->dp.pscheme->custom_attribute_count) in gpt_custom_attribute_toggle()
1874 if (attr_no >= parts->dp.pscheme->custom_attribute_count) in gpt_custom_attribute_set_str()
1908 .custom_attribute_count = __arraycount(gpt_custom_attrs),
H A Dpart_edit.c380 count = hdr_cnt + parts->pscheme->custom_attribute_count in fill_part_edit_menu_opts()
397 for (i = 0; i < parts->pscheme->custom_attribute_count; i++) { in fill_part_edit_menu_opts()
651 n < marg->parts->pscheme->custom_attribute_count; n++) { in draw_outer_ptn_line()
741 marg->parts->pscheme->custom_attribute_count; attr_no++) { in draw_outer_ptn_header()
H A Dlabel.c922 num_opts += pset->parts->pscheme->custom_attribute_count; in edit_ptn()
946 i < pset->parts->pscheme->custom_attribute_count; in edit_ptn()
1172 i < edit->pset->parts->pscheme->custom_attribute_count; in draw_edit_ptn_line()
H A Dmbr.c3167 .custom_attribute_count = __arraycount(mbr_custom_attrs),