Home
last modified time | relevance | path

Searched refs:other_partition_identifier (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dpartitions.h353 const char * (*other_partition_identifier)(const struct member
H A Ddisks.c2335 if (parts->pscheme->other_partition_identifier != NULL) in display_single_part()
2336 desc = parts->pscheme->other_partition_identifier( in display_single_part()
H A Dbsddisklabel.c279 if (pset->infos[opt].parts->pscheme->other_partition_identifier in draw_size_menu_line()
282 other_partition_identifier(pset->infos[opt].parts, in draw_size_menu_line()
H A Dgpt.c1928 .other_partition_identifier = gpt_get_label_str,