Searched refs:pciio (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 173 EFI_PCI_IO_PROTOCOL *pciio, uint64_t addr, uint64_t size) in efifb_uga_find_pixel() argument 204 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32, in efifb_uga_find_pixel() 217 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32, in efifb_uga_find_pixel() 250 EFI_PCI_IO_PROTOCOL *pciio; in efifb_uga_get_pciio() local 269 pciio = NULL; in efifb_uga_get_pciio() 272 (void **)&pciio); in efifb_uga_get_pciio() 275 return (pciio); in efifb_uga_get_pciio() 283 efifb_uga_locate_framebuffer(EFI_PCI_IO_PROTOCOL *pciio, uint64_t *addrp, in efifb_uga_locate_framebuffer() argument 291 if (pciio == NULL) in efifb_uga_locate_framebuffer() 298 status = pciio->GetBarAttributes(pciio, bar, NULL, in efifb_uga_locate_framebuffer() [all …]
|
/freebsd/tools/build/test-includes/ |
H A D | badfiles.inc | 91 sys/pciio.h \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 331 /* Entries from file: dev/pci/pciio.h */
|