Searched defs:want_header (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmenu_partition.c439 int want_header; local
444 want_header = 1;
456 print_efi_partition(vtoc64, i, want_header);
457 want_header = 0;
466 want_header = 1;
471 print_partition(map, i, want_header);
472 want_header = 0;
484 print_efi_partition(struct dk_gpt *map, int partnum, int want_header) argument
492 if (want_header) {
552 print_partition(struct partition_info *pinfo, int partnum, int want_header) argument
[all...]

Completed in 45 milliseconds