Searched defs:Io (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmCpuIo.h83 EFI_SMM_IO_ACCESS Io; member in struct:_EFI_SMM_CPU_IO_INTERFACE
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSmmCpuIo2.h91 EFI_SMM_IO_ACCESS2 Io; member in struct:_EFI_SMM_CPU_IO2_PROTOCOL
H A DCpuIo2.h62 The Io.Read() and Io.Write() functions enable a driver to access PCI controller
137 EFI_CPU_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_CPU_IO2_PROTOCOL
H A DDeviceIo.h253 EFI_IO_ACCESS Io; member in struct:_EFI_DEVICE_IO_PROTOCOL
H A DPciRootBridgeIo.h431 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h527 EFI_PCI_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_PCI_IO_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DCpuIo2.h64 The Io.Read() and Io.Write() functions enable a driver to access PCI controller
139 EFI_CPU_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_CPU_IO2_PROTOCOL
H A DPciRootBridgeIo.h418 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h529 EFI_PCI_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_PCI_IO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaIo.h336 EFI_ISA_IO_PROTOCOL_ACCESS Io; member in struct:_EFI_ISA_IO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DCpuIo.h403 EFI_PEI_CPU_IO_PPI_ACCESS Io; member in struct:_EFI_PEI_CPU_IO_PPI
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c294 EFI_ACPI_IO_PORT_DESCRIPTOR *Io; local
329 Io = (EFI_ACPI_IO_PORT_DESCRIPTOR *) AcpiResource.SmallHeader;
330 if (Io->Length != 0) {
333 IsaResource[Count].Attribute = IsaIoAttribute (Io->Information);
334 IsaResource[Count].StartRange = Io->BaseAddressMin;
335 IsaResource[Count].EndRange = Io->BaseAddressMin + Io->Length - 1;
552 Status = IsaIoDevice->PciIo->Io.Read (
614 Status = IsaIoDevice->PciIo->Io.Write (
657 Status = IsaIoDevice->PciIo->Io
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.h463 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL Io; member in struct:__anon12666
472 CR(a, PCI_ROOT_BRIDGE_INSTANCE, Io, PCI_ROOT_BRIDGE_SIGNATURE)
480 Construct the Pci Root Bridge Io protocol
/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIInternal.h150 } Io; member in union:VSCSIIOREQINT::__anon15957
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp83 } Io; member in union:IoLogEntryStart::__anon16775
403 Entry.Io.u64Off = RT_H2LE_U64(off);
404 Entry.Io.u64IoSize = RT_H2LE_U64(cbIo);
670 *poff = RT_LE2H_U64(Entry.Io.u64Off);
671 *pcbIo = RT_LE2H_U64(Entry.Io.u64IoSize);
/vbox/src/VBox/Storage/
H A DVD.cpp397 } Io; member in union:VDIOCTX::__anon16785
1010 RTSgBufReset(&pIoCtx->Req.Io.SgBuf);
1033 RTSgBufReset(&pIoCtx->Req.Io.SgBuf);
1042 RTSgBufReset(&pIoCtx->Req.Io.SgBuf);
1052 pIoCtx->rcReq = vdFilterChainApplyRead(pDisk, pIoCtx->Req.Io.uOffsetXferOrig,
1053 pIoCtx->Req.Io.cbXferOrig, pIoCtx);
1070 pIoCtx->Req.Io.cbTransferLeft = (uint32_t)cbTransfer; Assert((uint32_t)cbTransfer == cbTransfer);
1071 pIoCtx->Req.Io.uOffset = uOffset;
1072 pIoCtx->Req.Io.cbTransfer = cbTransfer;
1073 pIoCtx->Req.Io
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp345 } Io; member in union:AHCIREQ::__anon15815
4350 uint8_t *pbBufSrc = (uint8_t *)pAhciReq->u.Io.DataSeg.pvSeg;
4396 pAhciReq->u.Io.pfnPostProcess = atapiReadSectors2352PostProcess;
5613 pAhciReq->u.Io.DataSeg.pvSeg = ahciReqMemAlloc(pAhciPort, pAhciReq, cbTransfer);
5614 if (!pAhciReq->u.Io.DataSeg.pvSeg)
5617 pAhciReq->u.Io.DataSeg.cbSeg = cbTransfer;
5621 pAhciReq->u.Io.DataSeg.pvSeg,
5646 if (pAhciReq->u.Io.pfnPostProcess)
5650 int rc = pAhciReq->u.Io.pfnPostProcess(pAhciReq, &pv, &cb);
5660 pAhciReq->u.Io
[all...]

Completed in 106 milliseconds