Searched refs:Operation (Results 1 - 25 of 75) sorted by relevance

123

/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 DPciIo.h35 @param Type Operation type could be memory or I/O.
369 @param Operation Indicates if the bus master is going to read or write to system memory.
388 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
527 @param Operation Set or Disable.
537 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation
544 @param Operation Enable/Disable.
553 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation
562 @param Operation The operation to perform on the attributes for this PCI controller.
572 its parent bridges when Operation is Set, Enable or Disable.
579 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
[all...]
H A DPciCommand.h71 @param Operation Type of Operation.
82 IN UINT8 Operation,
/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
H A DMtftp4Impl.c73 Instance->Operation = 0;
335 @param Operation The operation to do
347 IN UINT16 Operation
367 if (((Operation == EFI_MTFTP4_OPCODE_RRQ) || (Operation == EFI_MTFTP4_OPCODE_DIR)) &&
375 if ((Operation == EFI_MTFTP4_OPCODE_WRQ) &&
389 if (Instance->Operation != 0) {
399 // Set the Operation now to prevent the application start other
402 Instance->Operation = Operation;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciHotPlugRequest.h100 @param[in] Operation The operation the PCI bus driver is requested
107 when the Operation is a add operation. If
132 @retval EFI_INVALID_PARAMETER Operation is not a legal value.
135 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is
138 @retval EFI_INVALID_PARAMETER ChildHandleBuffer is NULL while Operation is add.
146 IN EFI_PCI_HOTPLUG_OPERATION Operation,
H A DSmbusHc.h55 @param Operation Signifies the particular SMBus
105 @retval EFI_INVALID_PARAMETER Operation is not defined in
128 IN EFI_SMBUS_OPERATION Operation,
H A DDeviceIo.h135 @param Operation Indicates if the bus master is going to read or write to system memory.
146 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
154 IN EFI_IO_OPERATION_TYPE Operation,
H A DPciIo.h289 @param Operation Indicates if the bus master is going to read or write to system memory.
308 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
429 @param Operation The operation to perform on the attributes for this PCI controller.
439 its parent bridges when Operation is Set, Enable or Disable.
446 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.h120 @param[in] Operation The operation code of this packet.
130 IN UINT16 Operation
309 @param[in] Operation The operation code of current packet.
318 IN UINT16 Operation
347 @param[in] Operation The operation code of current packet.
356 IN UINT16 Operation
/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
/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 DInternalIsaIo.h105 @param Operation Indicates the type of DMA (slave or bus master), and if
108 If Operation and ChannelAttributes shows that this device
120 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
129 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
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...]
H A DIsaIo.h105 @param Operation Indicates the type of DMA (slave or bus master), and if
108 If Operation and ChannelAttributes shows that this device
120 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
129 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DSmbus2.h43 @param Operation Signifies which particular SMBus hardware protocol instance that it
66 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
79 IN EFI_SMBUS_OPERATION Operation,
/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/IntelFrameworkPkg/Include/Ppi/
H A DSmbus.h42 @param[in] Operation Signifies which particular SMBus hardware protocol
74 IN EFI_SMBUS_OPERATION Operation,
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
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/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaIo.h197 @param[in] Operation Indicates the type of DMA (slave or bus master),
201 operation. If Operation and ChannelAttributes
219 @retval EFI_INVALID_PARAMETER The Operation is undefined.
230 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h112 UINT32 Operation; member in struct:__anon11097
/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/Main/include/
H A DProgressProxyImpl.h73 STDMETHOD(COMGETTER(Operation))(ULONG *aOperation);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmidles.h59 MIDL_ES_CODE Operation; member in struct:_MIDL_ES_MESSAGE

Completed in 63 milliseconds

123