Home | History | Annotate | Download | only in efi

Lines Matching defs:status

28 	EFI_STATUS status;
32 status = write_blocks(bio, disk->disk_number, lba, bytes, buf);
34 status = read_blocks(bio, disk->disk_number, lba, bytes, buf);
36 if (status != EFI_SUCCESS)
39 status);
51 EFI_STATUS status;
53 status = uefi_call_wrapper(BS->HandleProtocol, 3, handle,
55 if (status != EFI_SUCCESS)
58 status = uefi_call_wrapper(BS->HandleProtocol, 3, handle,
60 if (status != EFI_SUCCESS)