efi_alloc_and_init
if ((i = efi_alloc_and_init(fd, max_part, efi)) < 0) {
if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) {
if (efi_alloc_and_init(fd, EFI_NUMPAR, new_vtoc) != 0) {
if (efi_alloc_and_init(fd, EFI_NUMPAR, &label) != 0) {
if (efi_alloc_and_init(fd, EFI_NUMPAR, vtoc) != 0) {
if (efi_alloc_and_init(fd, EFI_NUMPAR, &vtoc) != 0) {
extern int efi_alloc_and_init(int, uint32_t, struct dk_gpt **);