HomeSort by: relevance | last modified time | path
    Searched defs:efi_block_do_read (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/stand/efiboot/
efiblock.c 180 efi_block_do_read(struct efi_block_dev *bdev, UINT64 off, void *buf, function in typeref:typename:EFI_STATUS
217 status = efi_block_do_read(bdev, off, efi_ra_buffer, len);
239 return efi_block_do_read(bdev, off, buf, bufsize);

Completed in 13 milliseconds