Home
last modified time | relevance | path

Searched refs:blkio (Results 1 – 3 of 3) sorted by relevance

/src/stand/efi/libefi/
H A Defipart.c239 efipart_ignore_device(EFI_HANDLE h, EFI_BLOCK_IO *blkio, in efipart_ignore_device() argument
251 if (blkio->Media->BlockSize < 512 || in efipart_ignore_device()
252 blkio->Media->BlockSize > (1 << 16) || in efipart_ignore_device()
253 !powerof2(blkio->Media->BlockSize)) { in efipart_ignore_device()
259 if (blkio->Media->IoAlign > 1 && in efipart_ignore_device()
260 !powerof2(blkio->Media->IoAlign)) { in efipart_ignore_device()
299 if (blkio->Media->MediaPresent) in efipart_ignore_device()
354 EFI_BLOCK_IO *blkio; in efipart_inithandles() local
390 (void **)&blkio); in efipart_inithandles()
396 if (efipart_ignore_device(hin[i], blkio, devpath)) in efipart_inithandles()
[all …]
/src/stand/efi/boot1/
H A Dproto.c58 EFI_BLOCK_IO *blkio; in probe_handle() local
81 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()
91 if (!blkio->Media->LogicalPartition) in probe_handle()
102 devinfo->dev = blkio; in probe_handle()
/src/stand/efi/gptboot/
H A Dproto.c143 EFI_BLOCK_IO *blkio; in probe_handle() local
171 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()
181 devinfo->dev = blkio; in probe_handle()