Searched defs:Operation (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciCommand.c23 @param Operation Type of Operation.
34 IN UINT8 Operation,
45 if (Operation != EFI_SET_REGISTER) {
54 if (Operation == EFI_GET_REGISTER) {
60 if (Operation == EFI_ENABLE_REGISTER) {
62 } else if (Operation == EFI_DISABLE_REGISTER) {
30 PciOperateRegister( IN PCI_IO_DEVICE *PciIoDevice, IN UINT16 Command, IN UINT8 Offset, IN UINT8 Operation, OUT UINT16 *PtrCommand ) argument
H A DPciIo.c69 @param Type Operation type could be memory or I/O.
942 @param Operation Indicates if the bus master is going to read or write to system memory.
961 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
973 if (Operation < 0 || Operation >= EfiPciIoOperationMaximum) {
982 Operation = (EFI_PCI_IO_PROTOCOL_OPERATION) (Operation + EfiPciOperationBusMasterRead64);
987 (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION) Operation,
1277 @param Operation Set or Disable.
1287 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation
959 PciIoMap( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_OPERATION Operation, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1482 PciIoAttributes( IN EFI_PCI_IO_PROTOCOL * This, IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation, IN UINT64 Attributes, OUT UINT64 *Result OPTIONAL ) argument
2007 UpStreamBridgesAttributes( IN PCI_IO_DEVICE *PciIoDevice, IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation, IN UINT64 Attributes ) argument
[all...]
H A DPciEnumerator.c2015 @param Operation The operation the PCI bus driver is requested to make.
2023 @retval EFI_INVALID_PARAMETER Operation is not a legal value.
2026 ChildHandleBuffer is NULL while Operation is add.
2037 IN EFI_PCI_HOTPLUG_OPERATION Operation,
2058 if ((Operation != EfiPciHotPlugRequestAdd) && (Operation != EfiPciHotplugRequestRemove)) {
2062 if (Operation == EfiPciHotPlugRequestAdd){
2066 } else if ((Operation == EfiPciHotplugRequestRemove) && (*NumberOfChildren != 0)) {
2097 if (Operation == EfiPciHotPlugRequestAdd) {
2123 if (Operation
2035 PciHotPlugRequestNotify( IN EFI_PCI_HOTPLUG_REQUEST_PROTOCOL * This, IN EFI_PCI_HOTPLUG_OPERATION Operation, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL * RemainingDevicePath OPTIONAL, IN OUT UINT8 *NumberOfChildren, IN OUT EFI_HANDLE * ChildHandleBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppyBlock.c183 @param Operation Specifies the read or write operation.
203 IN BOOLEAN Operation,
223 if (Operation == WRITE) {
267 if (Operation == WRITE) {
296 if (Operation == READ) {
327 Status = ReadWriteDataSector (FdcDev, Buffer, Lba, BlockCount, Operation);
347 if (Operation == READ) {
198 FddReadWriteBlocks( IN EFI_BLOCK_IO_PROTOCOL *This, IN UINT32 MediaId, IN EFI_LBA Lba, IN UINTN BufferSize, IN BOOLEAN Operation, OUT VOID *Buffer ) argument
H A DIsaFloppyCtrl.c819 @param Read Operation type: read or write
844 EFI_ISA_IO_PROTOCOL_OPERATION Operation; local
860 Operation = EfiIsaIoOperationSlaveWrite;
862 Operation = EfiIsaIoOperationSlaveRead;
884 Operation,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmidles.h59 MIDL_ES_CODE Operation; member in struct:_MIDL_ES_MESSAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmidles.h59 MIDL_ES_CODE Operation; member in struct:_MIDL_ES_MESSAGE
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaIo.c369 if (IsaMapInfo->Operation == EfiIsaIoOperationBusMasterWrite) {
705 @param Operation Indicates the type of DMA (slave or bus master), and if
708 If Operation and ChannelAttributes shows that this device
720 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
728 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
763 // Make sure the Operation parameter is valid.
766 if (!(Operation == EfiIsaIoOperationSlaveRead ||
767 Operation == EfiIsaIoOperationSlaveWrite)) {
788 if (Operation == EfiIsaIoOperationBusMasterCommonBuffer) {
808 IsaMapInfo->Operation
726 IsaIoMapOnlySupportSlaveReadWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
962 IsaIoMapFullSupport( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1288 IsaIoMap( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
[all...]
H A DInternalIsaBus.h149 EFI_ISA_IO_PROTOCOL_OPERATION Operation; member in struct:__anon10289
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h112 UINT32 Operation; member in struct:__anon11097
H A DBootScriptExecute.c27 @param Operation Signifies which particular SMBus hardware protocol instance that
42 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
53 IN EFI_SMBUS_OPERATION Operation,
71 switch (Operation) {
129 @param Operation Signifies which particular SMBus hardware protocol instance that
152 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
163 IN EFI_SMBUS_OPERATION Operation,
172 Status = CheckParameters (SmbusAddress, Operation, Length, Buffer);
177 switch (Operation) {
1048 DEBUG ((EFI_D_INFO, "BootScriptExecuteSmbusExecute - 0x%08x, 0x%08x\n", (UINTN)SmbusExecuteEntry.SmBusAddress, (UINTN)SmbusExecuteEntry.Operation));
51 CheckParameters( IN UINTN SmBusAddress, IN EFI_SMBUS_OPERATION Operation, IN OUT UINTN *Length, IN OUT VOID *Buffer ) argument
161 SmbusExecute( IN UINTN SmbusAddress, IN EFI_SMBUS_OPERATION Operation, IN OUT UINTN *Length, IN OUT VOID *Buffer ) argument
[all...]
H A DBootScriptSave.c1186 @param Operation Indicates which particular SMBus protocol it will use to execute the SMBus
1198 IN EFI_SMBUS_OPERATION Operation,
1219 ScriptSmbusExecute.Operation = Operation;
1196 S3BootScriptSaveSmbusExecute( IN UINTN SmBusAddress, IN EFI_SMBUS_OPERATION Operation, IN UINTN *Length, IN VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c267 EFI_SMBUS_OPERATION Operation; local
275 Operation = VA_ARG (Marker, EFI_SMBUS_OPERATION);
281 return S3BootScriptSaveSmbusExecute (SmBusAddress, Operation, DataSize, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c266 EFI_SMBUS_OPERATION Operation; local
274 Operation = VA_ARG (Marker, EFI_SMBUS_OPERATION);
280 return S3BootScriptSaveSmbusExecute (SmBusAddress, Operation, DataSize, Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.h110 // Operation parameters: token and requested options.
114 UINT16 Operation; member in struct:_MTFTP4_PROTOCOL
172 @param Operation Redundant parameter, which is always
182 IN UINT16 Operation
192 @param Operation The MTFTP opcode, it may be a EFI_MTFTP4_OPCODE_RRQ
202 IN UINT16 Operation
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c208 @param Operation Indicates which particular SMBus protocol it will use to execute the SMBus
220 IN EFI_SMBUS_OPERATION Operation,
218 S3BootScriptSaveSmbusExecute( IN UINTN SmBusAddress, IN EFI_SMBUS_OPERATION Operation, IN UINTN *Length, IN VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaDriver.h140 EFI_ISA_IO_PROTOCOL_OPERATION Operation; member in struct:__anon10312
H A DIsaIo.c773 if (IsaMapInfo->Operation == EfiIsaIoOperationBusMasterWrite) {
1045 @param Operation Indicates the type of DMA (slave or bus master), and if
1048 If Operation and ChannelAttributes shows that this device
1060 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
1068 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
1103 // Make sure the Operation parameter is valid.
1106 if (!(Operation == EfiIsaIoOperationSlaveRead ||
1107 Operation == EfiIsaIoOperationSlaveWrite)) {
1128 if (Operation == EfiIsaIoOperationBusMasterCommonBuffer) {
1148 IsaMapInfo->Operation
1066 IsaIoMapOnlySupportSlaveReadWrite( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1302 IsaIoMapFullSupport( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
1628 IsaIoMap( IN EFI_ISA_IO_PROTOCOL *This, IN EFI_ISA_IO_PROTOCOL_OPERATION Operation, IN UINT8 ChannelNumber OPTIONAL, IN UINT32 ChannelAttributes, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c747 read a directory, and read a file. The type of operation is specified by Operation.
780 @param[in] Operation The type of operation to perform.
808 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
879 switch (Operation) {
806 EfiPxeBcMtftp( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation, IN OUT VOID *BufferPtr OPTIONAL, IN BOOLEAN Overwrite, IN OUT UINT64 *BufferSize, IN UINTN *BlockSize OPTIONAL, IN EFI_IP_ADDRESS *ServerIp, IN UINT8 *Filename, IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL, IN BOOLEAN DontUseBuffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.h385 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation; member in struct:__anon12660
H A DPciRootBridgeIo.c351 @param[in] Operation Indicates if the bus master is going to read or write to system memory.
359 @retval EFI_INVALID_PARAMETER Operation is invalid.
373 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
1683 @param[in] Operation Indicates if the bus master is going to read or write to system memory.
1691 @retval EFI_INVALID_PARAMETER Operation is invalid.
1705 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
1726 // Make sure that Operation is valid
1728 if (Operation < 0 || Operation >= EfiPciOperationMaximum) {
1745 if (Operation
1703 RootBridgeIoMap( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation, IN VOID *HostAddress, IN OUT UINTN *NumberOfBytes, OUT EFI_PHYSICAL_ADDRESS *DeviceAddress, OUT VOID **Mapping ) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp536 STDMETHODIMP ProgressProxy::COMGETTER(Operation)(ULONG *aOperation) function in class:ProgressProxy
546 hrc = Progress::COMGETTER(Operation)(aOperation);
550 hrc = mptrOtherProgress->COMGETTER(Operation)(&uCurOtherOperation);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c674 @param Operation The type of the operation
697 IN UINTN Operation,
722 if ((Operation & GCD_MEMORY_SPACE_OPERATION) != 0) {
725 } else if ((Operation & GCD_IO_SPACE_OPERATION) != 0) {
749 switch (Operation) {
829 if (Operation == GCD_SET_ATTRIBUTES_MEMORY_OPERATION) {
860 switch (Operation) {
911 if ((Operation & GCD_MEMORY_SPACE_OPERATION) != 0) {
915 if ((Operation & GCD_IO_SPACE_OPERATION) != 0) {
927 @param Operation Allocat
696 CoreConvertSpace( IN UINTN Operation, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_GCD_IO_TYPE GcdIoType, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, IN UINT64 Capabilities, IN UINT64 Attributes ) argument
940 CoreAllocateSpaceCheckEntry( IN UINTN Operation, IN EFI_GCD_MAP_ENTRY *Entry, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_GCD_IO_TYPE GcdIoType ) argument
987 CoreAllocateSpace( IN UINTN Operation, IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_GCD_IO_TYPE GcdIoType, IN UINTN Alignment, IN UINT64 Length, IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE DeviceHandle OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c1066 read a directory, and read a file. The type of operation is specified by Operation.
1107 @param Operation The type of operation to perform.
1135 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
1210 switch (Operation) {
1133 EfiPxeBcMtftp( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation, IN OUT VOID *BufferPtr, IN BOOLEAN Overwrite, IN OUT UINT64 *BufferSize, IN UINTN *BlockSize OPTIONAL, IN EFI_IP_ADDRESS *ServerIp, IN UINT8 *Filename, IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL, IN BOOLEAN DontUseBuffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DStatusCodeDataTypeId.h491 /// Memory Error Operation Definition
496 /// Memory Error Operations. Used to fill in EFI_MEMORY_EXTENDED_ERROR_DATA.Operation.
526 EFI_MEMORY_ERROR_OPERATION Operation; member in struct:__anon11368

Completed in 129 milliseconds

12