Searched refs:vtoc64 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/format/ |
H A D | menu_partition.c | 440 struct dk_gpt *vtoc64; in print_map() local 443 vtoc64 = map->etoc; in print_map() 445 for (i = 0; i < vtoc64->efi_nparts; i++) { in print_map() 451 ((int)vtoc64->efi_parts[i].p_tag != in print_map() 456 print_efi_partition(vtoc64, i, want_header); in print_map()
|
H A D | label.c | 277 struct dk_gpt *vtoc64; in write_label() local 302 vtoc64 = cur_parts->etoc; in write_label() 303 err_check(vtoc64); in write_label() 304 if (efi_write(cur_file, vtoc64) != 0) { in write_label() 670 struct dk_gpt *vtoc64; in read_efi_label() local 673 if (efi_alloc_and_read(fd, &vtoc64) < 0) { in read_efi_label() 676 if (vtoc64_to_label(label, vtoc64) != 0) { in read_efi_label() 680 efi_free(vtoc64); in read_efi_label()
|
H A D | menu_command.c | 1561 struct dk_gpt *vtoc64; in c_label() local 1696 if (SMI_vtoc_to_EFI(cur_file, &vtoc64) == -1) { in c_label() 1699 if (efi_write(cur_file, vtoc64) != 0) { in c_label() 1700 err_check(vtoc64); in c_label() 1722 cur_parts->etoc = vtoc64; in c_label()
|
/titanic_44/usr/src/cmd/rmformat/ |
H A D | rmf_menu.c | 1123 struct dk_gpt *vtoc64; in process_b_flag() local 1127 if (efi_alloc_and_read(fd, &vtoc64) < 0) { in process_b_flag() 1132 if (efi_auto_sense(fd, &vtoc64) < 0) { in process_b_flag() 1138 for (nparts = 0; nparts < vtoc64->efi_nparts; in process_b_flag() 1140 if (vtoc64->efi_parts[nparts].p_tag == in process_b_flag() 1142 if (vtoc64->efi_parts[nparts].p_name) { in process_b_flag() 1144 vtoc64->efi_parts[nparts].p_name, label, in process_b_flag() 1150 if (efi_write(fd, vtoc64) != 0) { in process_b_flag() 1151 (void) efi_err_check(vtoc64); in process_b_flag()
|