Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defipart.c238 efipart_ignore_device(EFI_HANDLE h, EFI_BLOCK_IO *blkio, in efipart_ignore_device() argument
250 if (blkio->Media->BlockSize < 512 || in efipart_ignore_device()
251 blkio->Media->BlockSize > (1 << 16) || in efipart_ignore_device()
252 !powerof2(blkio->Media->BlockSize)) { in efipart_ignore_device()
258 if (blkio->Media->IoAlign > 1 && in efipart_ignore_device()
259 !powerof2(blkio->Media->IoAlign)) { in efipart_ignore_device()
298 if (blkio->Media->MediaPresent) in efipart_ignore_device()
353 EFI_BLOCK_IO *blkio; in efipart_inithandles() local
389 (void **)&blkio); in efipart_inithandles()
395 if (efipart_ignore_device(hin[i], blkio, devpath)) in efipart_inithandles()
[all …]
/freebsd/stand/efi/boot1/
H A Dproto.c56 EFI_BLOCK_IO *blkio; in probe_handle() local
79 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()
89 if (!blkio->Media->LogicalPartition) in probe_handle()
100 devinfo->dev = blkio; in probe_handle()
/freebsd/stand/efi/gptboot/
H A Dproto.c141 EFI_BLOCK_IO *blkio; in probe_handle() local
169 status = OpenProtocolByHandle(h, &BlockIoProtocolGUID, (void **)&blkio); in probe_handle()
179 devinfo->dev = blkio; in probe_handle()