Searched refs:efi_block_read (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/stand/efiboot/ |
H A D | efiblock.c | 232 efi_block_read(struct efi_block_dev *bdev, UINT64 off, void *buf, in efi_block_read() function 251 status = efi_block_read(bdev, in efi_block_find_partitions_cd9660() 295 status = efi_block_read(bdev, in efi_block_find_partitions_disklabel() 341 status = efi_block_read(bdev, 0, &mbr, sizeof(mbr)); in efi_block_find_partitions_mbr() 421 status = efi_block_read(bdev, (EFI_LBA)GPT_HDR_BLKNO * bdev->bio->Media->BlockSize, &hdr, in efi_block_find_partitions_gpt() 437 status = efi_block_read(bdev, in efi_block_find_partitions_gpt() 707 status = efi_block_read(bpart->bdev, off, buf, size); in efi_block_strategy()
|