Home
last modified time | relevance | path

Searched refs:pflag_choices (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.h56 extern slist_t pflag_choices[];
H A Dmenu_partition.c500 s = find_string(pflag_choices, (int)map->efi_parts[partnum].p_flag); in print_efi_partition()
604 s = find_string(pflag_choices, (int)pinfo->vtoc.v_part[partnum].p_flag); in print_partition()
H A Dpartition.c158 ioparam.io_slist = pflag_choices; in change_partition()
218 ioparam.io_slist = pflag_choices; in change_partition()
H A Dadd_definition.c344 s = find_string(pflag_choices, (int)pv->p_flag); in add_partition()
H A Dmenu_command.c101 slist_t pflag_choices[] = { variable
H A Dstartup.c1202 if (find_value(pflag_choices, cleaned, &i) == 1) { in sup_setpart()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c105 static slist_t pflag_choices[] = { variable
594 if (find_value(pflag_choices, cleaned, &i) == 1) { in sup_setpart()