Lines Matching refs:efi_vtoc
4481 struct dk_gpt *efi_vtoc; local
4487 if (efi_alloc_and_read(Dev, &efi_vtoc) < 0) {
4495 dk_ioc.dki_length = EFI_MIN_ARRAY_SIZE + efi_vtoc->efi_lbasize;
4525 dk_ioc.dki_lba = efi_vtoc->efi_last_u_lba + 1;
4526 dk_ioc.dki_length -= efi_vtoc->efi_lbasize;
4528 efi_vtoc->efi_lbasize);
4537 "block %llu; errno %d\n", efi_vtoc->efi_last_u_lba + 1,
4544 dk_ioc.dki_lba = efi_vtoc->efi_last_lba;
4545 dk_ioc.dki_length = efi_vtoc->efi_lbasize;
4547 efi_vtoc->efi_lbasize);
4557 efi_vtoc->efi_last_lba,
4562 efi_free(efi_vtoc);