/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
H A D | IsaFloppyCtrl.c | 396 FDD_SPECIFY_CMD Command; local 400 ZeroMem (&Command, sizeof (FDD_SPECIFY_CMD)); 401 Command.CommandCode = SPECIFY_CMD; 405 Command.SrtHut = 0xdf; 411 Command.HltNd = 0x02; 413 CommandPointer = (UINT8 *) (&Command); 436 FDD_COMMAND_PACKET2 Command; local 446 ZeroMem (&Command, sizeof (FDD_COMMAND_PACKET2)); 447 Command.CommandCode = RECALIBRATE_CMD; 452 Command 513 FDD_SEEK_CMD Command; local 620 UINT8 Command; local 655 FDD_COMMAND_PACKET2 Command; local 834 FDD_COMMAND_PACKET1 Command; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/ |
H A D | FloppyPeim.c | 287 Command bytes can not be written to Data Register unless RQM is 1 and DIO is 0. 432 UINT8 Command; local 434 Command = SENSE_INT_STATUS_CMD; 436 if (DataOutByte (FdcBlkIoDev, &Command) != EFI_SUCCESS) { 465 FDC_SPECIFY_CMD Command; local 469 ZeroMem (&Command, sizeof (FDC_SPECIFY_CMD)); 470 Command.CommandCode = SPECIFY_CMD; 474 Command.SrtHut = 0xdf; 479 Command.HltNd = 0x02; 481 Pointer = (UINT8 *) (&Command); 745 FDC_COMMAND_PACKET2 Command; local 826 FDC_SEEK_CMD Command; local 1380 FDC_COMMAND_PACKET1 Command; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciCommand.c | 21 @param Command Operator command. 32 IN UINT16 Command, 61 OldCommand = (UINT16) (OldCommand | Command); 63 OldCommand = (UINT16) (OldCommand & ~(Command)); 65 OldCommand = Command; 30 PciOperateRegister( IN PCI_IO_DEVICE *PciIoDevice, IN UINT16 Command, IN UINT8 Offset, IN UINT8 Operation, OUT UINT16 *PtrCommand ) argument
|
H A D | PciEnumeratorSupport.h | 205 @param Command Input command register value, and 216 IN OUT UINT16 *Command, 226 @param Command Command register value. 234 IN UINT16 Command,
|
H A D | PciCommand.h | 20 // The PCI Command register bits owned by PCI Bus driver. 69 @param Command Operator command. 80 IN UINT16 Command,
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | ShellManParser.h | 32 @param[in] Command Points to the NULL-terminated UEFI Shell command name. 45 @retval EFI_NOT_FOUND There is no help text available for Command. 51 IN CONST CHAR16 *Command,
|
H A D | ShellManParser.c | 350 "Brief Description" for the .TH section as specified by Command. If the 356 @param[in] Command name of command's section to find 368 IN CONST CHAR16 *Command, 379 || Command == NULL 387 TitleString = AllocateZeroPool((7*sizeof(CHAR16)) + StrSize(Command)); 392 StrCat(TitleString, Command); 437 "Brief Description" for the .TH section as specified by Command. if the 443 @param[in] Command name of command's section to find 457 IN CONST CHAR16 *Command, 472 || Command 366 ManBufferFindTitleSection( IN CHAR16 **Buffer, IN CONST CHAR16 *Command, IN CHAR16 **BriefDesc, IN UINTN *BriefSize ) argument 455 ManFileFindTitleSection( IN SHELL_FILE_HANDLE Handle, IN CONST CHAR16 *Command, OUT CHAR16 **BriefDesc OPTIONAL, OUT UINTN *BriefSize OPTIONAL, IN OUT BOOLEAN *Ascii ) argument 573 ProcessManFile( IN CONST CHAR16 *ManFileName, IN CONST CHAR16 *Command, IN CONST CHAR16 *Sections OPTIONAL, OUT CHAR16 **BriefDesc OPTIONAL, OUT CHAR16 **HelpText ) argument [all...] |
H A D | ShellProtocol.h | 792 @param Command Points to the NULL-terminated UEFI Shell command name. 803 @retval EFI_NOT_FOUND There is no help text available for Command. 808 IN CONST CHAR16 *Command, 845 @param[in] Command Points to the NULL-terminated shell alias. 861 IN CONST CHAR16 *Command, 872 @param[in] Command Points to the NULL-terminated shell command or existing alias. 874 Command refers to an alias, that alias will be deleted. 884 IN CONST CHAR16 *Command, 895 @param[in] Command Points to the NULL-terminated shell command or existing alias. 897 Command refer [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | AlertStandardFormatTable.h | 52 UINT8 Command; member in struct:__anon11596 85 UINT8 Command; member in struct:__anon11598
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
H A D | Alias.c | 33 CONST CHAR16 *Command; local 56 Command = gEfiShellProtocol->GetAlias(Alias, &Volatile); 60 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_ALIAS_OUTPUT), gShellLevel3HiiHandle, !Volatile?L' ':L'*', Alias, Command);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/ |
H A D | SmmLockBox.h | 34 UINT32 Command; member in struct:__anon11010
|
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Include/ |
H A D | TransferProtocol.h | 41 UINT8 Command; member in struct:__anon12900 49 UINT8 Command; member in struct:__anon12901 55 // Definition for Command field for debug packets 194 // Command and response data for DEBUG_COMMAND_XX_YY_BREAKPOINT 214 // Command data for DEBUG_COMMAND_SET_HW_BREAKPOINT 222 // Command data for DEBUG_COMMAND_CLEAR_HW_BREAKPOINT 229 // Command data for DEBUG_COMMAND_SET_SW_BREAKPOINT 243 // Command data for DEBUG_COMMAND_CLEAR_SW_BREAKPOINT 248 // Command data for DEBUG_COMMAND_READ_MEMORY_XX 262 // Command dat [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/ |
H A D | UhciReg.c | 270 UINT16 Command; local 272 Command = 0; 279 &Command
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
H A D | CommPs2.c | 313 UINT8 Command; local 315 Command = (UINT8) (Scaling == Scaling1 ? SETSF1_CMD : SETSF2_CMD); 320 return Out8042AuxCommand (IsaIo, Command, FALSE); 541 @param Command I/O command. 549 IN UINT8 Command 565 Data = Command; 659 @param Command Aux I/O command 668 IN UINT8 Command, 695 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_DATA_PORT, 1, &Command); 721 Status = Out8042AuxCommand (IsaIo, Command, TRU 666 Out8042AuxCommand( IN EFI_ISA_IO_PROTOCOL *IsaIo, IN UINT8 Command, IN BOOLEAN Resend ) argument [all...] |
H A D | CommPs2.h | 38 // 8042 Command 55 // 8042 Auxiliary Device Command 99 /// Command/Data: 303 @param Command I/O command. 311 IN UINT8 Command 348 @param Command Aux I/O command 357 IN UINT8 Command,
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/ |
H A D | CommPs2.c | 313 UINT8 Command; local 315 Command = (UINT8) (Scaling == Scaling1 ? SETSF1_CMD : SETSF2_CMD); 320 return Out8042AuxCommand (IsaIo, Command, FALSE); 540 @param Command I/O command. 548 IN UINT8 Command 564 Data = Command; 658 @param Command Aux I/O command 667 IN UINT8 Command, 694 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_DATA_PORT, 1, &Command); 720 Status = Out8042AuxCommand (IsaIo, Command, TRU 665 Out8042AuxCommand( IN EFI_ISA_IO_PROTOCOL *IsaIo, IN UINT8 Command, IN BOOLEAN Resend ) argument [all...] |
H A D | CommPs2.h | 38 // 8042 Command 55 // 8042 Auxiliary Device Command 99 /// Command/Data: 303 @param Command I/O command. 311 IN UINT8 Command 348 @param Command Aux I/O command 357 IN UINT8 Command,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | SmbusLib.h | 24 The unused upper bits of SlaveAddress, Command, and Length are stripped 28 @param Command SMBUS Command. Range 0..255. 33 #define SMBUS_LIB_ADDRESS(SlaveAddress,Command,Length,Pec) \ 36 (((Command) & 0xff) << 8) | \ 43 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC 48 Macro that returns the SMBUS Command value from an SmBusAddress Parameter value. 50 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC 57 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC 64 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBU [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/ |
H A D | BotPeim.c | 88 BOT transfer is composed of three phases: Command, Data, and Status. 89 This is the Command phase. 93 @param Command The command to transfer to device. 108 IN VOID *Command, 134 CopyMem (Cbw.CmdBlock, Command, CommandSize); 148 // Command phase fail, we need to recovery reset this device 161 BOT transfer is composed of three phases: Command, Data, and Status. 251 BOT transfer is composed of three phases: Command, Data, and Status. 315 @param Command The command to be sent to ATAPI device. 331 IN VOID *Command, 105 BotCommandPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN UINT32 DataTransferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 Timeout ) argument 328 PeiAtapiCommand( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN VOID *DataBuffer, IN UINT32 BufferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 TimeOutInMilliSeconds ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/ |
H A D | Smbus2.h | 38 @param Command This command is transmitted by the SMBus host controller to the SMBus slave 78 IN EFI_SMBUS_DEVICE_COMMAND Command,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | SmbusHc.h | 44 @param Command This command is transmitted by the SMBus host 127 IN EFI_SMBUS_DEVICE_COMMAND Command,
|
H A D | SuperIo.h | 148 @param[in] Command A pointer to an array of NumberOfCommands EFI_SIO_REGISTER_MODIFY 151 @param[in] NumberOfCommands Number of elements in the Command array. 154 @retval EFI_INVALID_PARAMETER Command is NULL 161 IN CONST EFI_SIO_REGISTER_MODIFY *Command,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmLockBoxLib/ |
H A D | SmmLockBoxDxeLib.c | 87 LockBoxParameterSave->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_SAVE; 172 LockBoxParameterSetAttributes->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_SET_ATTRIBUTES; 260 LockBoxParameterUpdate->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_UPDATE; 353 LockBoxParameterRestore->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_RESTORE; 431 LockBoxParameterRestoreAllInPlace->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_RESTORE_ALL_IN_PLACE;
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/ |
H A D | pxe_file.c | 201 * @v s_PXENV_FILE_EXEC::Command Command to execute 202 * @ret #PXENV_EXIT_SUCCESS Command was executed successfully 203 * @ret #PXENV_EXIT_FAILURE Command was not executed successfully 215 command = real_to_user ( file_exec->Command.segment, 216 file_exec->Command.offset ); 240 * @ret #PXENV_EXIT_SUCCESS Command was executed successfully 241 * @ret #PXENV_EXIT_FAILURE Command was not executed successfully
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Ppi/ |
H A D | Smbus.h | 39 @param[in] Command This command is transmitted by the SMBus host 73 IN EFI_SMBUS_DEVICE_COMMAND Command,
|