Searched refs:Timeout (Results 1 - 25 of 155) sorted by relevance

1234567

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DSetWatchdogTimer.c22 @param Timeout The number of seconds to set the watchdog timer to.
35 @return EFI_SUCCESS Timeout has been set
44 IN UINTN Timeout,
62 Status = gWatchdogTimer->SetTimerPeriod (gWatchdogTimer, MultU64x32 (Timeout, WATCHDOG_TIMER_CALIBRATE_PER_SECOND));
43 CoreSetWatchdogTimer( IN UINTN Timeout, IN UINT64 WatchdogCode, IN UINTN DataSize, IN CHAR16 *WatchdogData OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Drecvfrom.c64 UINT64 Timeout; local
104 Timeout = TimeVal.tv_sec;
105 Timeout *= 1000 * 1000;
106 Timeout += TimeVal.tv_usec;
107 Timeout *= 10;
115 if ( 0 != Timeout ) {
129 Timeout );
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RecvDgram/
H A DRecvDgram.c50 struct timeval Timeout; local
65 Timeout.tv_sec = 5;
66 Timeout.tv_usec = 0;
70 &Timeout,
71 sizeof ( Timeout ));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dicmpapi.h54 DWORD Timeout
H A Davrt.h61 GUID *ThreadOrderingGuid, PLARGE_INTEGER Timeout);
65 GUID *ThreadOrderingGuid, PLARGE_INTEGER Timeout,
69 GUID *ThreadOrderingGuid, PLARGE_INTEGER Timeout,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dicmpapi.h54 DWORD Timeout
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassCbi.c167 @param Timeout The time to wait the command to finish
178 IN UINT32 Timeout
198 Timeout = Timeout / USB_MASS_1_MILLISECOND;
211 Timeout,
244 @param Timeout The time to wait for the command to execute
257 IN UINT32 Timeout
288 Timeout = Timeout / USB_MASS_1_MILLISECOND;
307 Timeout,
370 UsbCbiGetStatus( IN USB_CBI_PROTOCOL *UsbCbi, IN UINT32 Timeout, OUT USB_CBI_STATUS *Result ) argument
433 UsbCbiExecCommand( IN VOID *Context, IN VOID *Cmd, IN UINT8 CmdLen, IN EFI_USB_DATA_DIRECTION DataDir, IN VOID *Data, IN UINT32 DataLen, IN UINT8 Lun, IN UINT32 Timeout, OUT UINT32 *CmdStatus ) argument
559 UINT32 Timeout; local
[all...]
H A DUsbMassBot.c166 UINTN Timeout; local
185 Timeout = USB_BOT_SEND_CBW_TIMEOUT / USB_MASS_1_MILLISECOND;
195 Timeout,
225 @param Timeout The time to wait the command to complete
239 IN UINT32 Timeout
263 Timeout = Timeout / USB_MASS_1_MILLISECOND;
270 Timeout,
325 UINTN Timeout; local
331 Timeout
399 UsbBotExecCommand( IN VOID *Context, IN VOID *Cmd, IN UINT8 CmdLen, IN EFI_USB_DATA_DIRECTION DataDir, IN VOID *Data, IN UINT32 DataLen, IN UINT8 Lun, IN UINT32 Timeout, OUT UINT32 *CmdStatus ) argument
476 UINT32 Timeout; local
553 UINT32 Timeout; local
[all...]
H A DUsbMassBoot.c153 @param Timeout The timeout used to transfer
167 IN UINT32 Timeout
183 Timeout,
188 DEBUG ((EFI_D_ERROR, "UsbBootExecCmd: Timeout to Exec 0x%x Cmd\n", *(UINT8 *)Cmd));
221 @param Timeout The timeout used to transfer
236 IN UINT32 Timeout
272 Timeout
781 UINT32 Timeout; local
798 Timeout = (UINT32) USB_BOOT_GENERAL_CMD_TIMEOUT;
817 Timeout
857 UINT32 Timeout; local
933 UINT32 Timeout; local
1007 UINT32 Timeout; local
1074 UINT32 Timeout; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciReg.c220 @param Timeout The time to wait before abort (in millisecond).
232 IN UINT32 Timeout
237 for (Index = 0; Index < Timeout / EHC_SYNC_POLL_INTERVAL + 1; Index++) {
300 @param Timeout The time to wait before abort (in millisecond, ms).
309 IN UINT32 Timeout
317 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_IAA, TRUE, Timeout);
354 @param Timeout The time to wait before abort (in millisecond, ms).
363 IN UINT32 Timeout
370 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_PERIOD_ENABLED, TRUE, Timeout);
379 @param Timeout Tim
[all...]
H A DEhciReg.h235 @param Timeout The time to wait before abort (in millisecond, ms).
244 IN UINT32 Timeout
295 @param Timeout Time to wait before abort (in millisecond, ms).
304 IN UINT32 Timeout
312 @param Timeout Time to wait before abort.
315 @return EFI_TIMEOUT Failed to halt the controller before Timeout.
321 IN UINT32 Timeout
329 @param Timeout Time to wait before abort.
338 IN UINT32 Timeout
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DStorageSecurityCommand.h60 If the security protocol fails to complete within the Timeout period, the function
69 @param Timeout The timeout, in 100ns units, to use for the execution
70 of the security protocol command. A Timeout value of 0
72 security protocol command to execute. If Timeout is greater
74 time required to execute the receive data command is greater than Timeout.
105 IN UINT64 Timeout,
139 If the security protocol fails to complete within the Timeout period, the function
148 @param Timeout The timeout, in 100ns units, to use for the execution
149 of the security protocol command. A Timeout value of 0
151 security protocol command to execute. If Timeout i
[all...]
H A DDebugPort.h57 @param Timeout The number of microseconds to wait before timing out a write operation.
71 IN UINT32 Timeout,
80 @param Timeout The number of microseconds to wait before timing out a read operation.
95 IN UINT32 Timeout,
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/
H A DDebugCommunicationLibSerialPort.c90 @param Timeout Timeout value for reading from debug device. It unit is Microsecond.
102 IN UINTN Timeout
109 Elapsed = (INTN) Timeout;
111 if (SerialPortPoll () || Timeout == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiScsiLib.h28 If Timeout is zero, then this function waits indefinitely for the command to complete.
29 If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 ns units.
38 @param[in] Timeout The timeout in 100 ns units to use for the execution
39 of this SCSI Request Packet. A Timeout value of
41 for the SCSI Request Packet to execute. If Timeout
44 Request Packet is greater than Timeout.
91 IN UINT64 Timeout,
103 If Timeout is zero, then this function waits indefinitely for the command to complete.
104 If Timeout i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DUsbIoPeim.c27 @param Timeout Indicates the maximum timeout, in millisecond.
45 IN UINT32 Timeout,
67 Timeout,
82 Timeout,
98 @param Timeout Indicates the maximum time, in millisecond, which the
116 IN UINTN Timeout
173 Timeout,
187 Timeout,
40 PeiUsbControlTransfer( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *This, IN EFI_USB_DEVICE_REQUEST *Request, IN EFI_USB_DATA_DIRECTION Direction, IN UINT32 Timeout, IN OUT VOID *Data, OPTIONAL IN UINTN DataLength OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciReg.h182 @param Timeout The time to wait before abort (in millisecond, ms).
191 IN UINT32 Timeout
242 @param Timeout Time to wait before abort (in millisecond, ms).
251 IN UINT32 Timeout
259 @param Timeout Time to wait before abort.
261 @retval EFI_TIMEOUT Failed to halt the controller before Timeout.
268 IN UINT32 Timeout
276 @param Timeout Time to wait before abort.
285 IN UINT32 Timeout
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Include/Library/
H A DDebugCommunicationLib.h91 @param Timeout Timeout value for reading from debug device. It unit is Microsecond.
103 IN UINTN Timeout
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DBotPeim.c38 UINT32 Timeout; local
57 Timeout = 3000;
64 Timeout,
97 @param Timeout Indicates the maximum time, in millisecond, which the
112 IN UINT16 Timeout
144 Timeout
169 @param Timeout Indicates the maximum time, in millisecond, which the
183 IN UINT16 Timeout
228 Timeout
257 @param Timeout Indicate
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DUsbIo.h75 IN UINT32 Timeout,
109 IN UINTN Timeout
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiTcp4Io.h81 @param[in] Timeout The time to wait for connection done.
90 IN EFI_EVENT Timeout
125 @param[in] Timeout The time to wait for receiving the amount of data the Packet
139 IN EFI_EVENT Timeout
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiScsiLib/
H A DUefiScsiLib.c49 If Timeout is zero, then this function waits indefinitely for the command to complete.
50 If Timeout is greater than zero, then the command is executed and will timeout after Timeout 100 ns units.
59 @param[in] Timeout The timeout in 100 ns units to use for the execution
60 of this SCSI Request Packet. A Timeout value of
62 for the SCSI Request Packet to execute. If Timeout
65 Request Packet is greater than Timeout.
112 IN UINT64 Timeout,
134 CommandPacket.Timeout = Timeout;
110 ScsiTestUnitReadyCommand( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus ) argument
244 ScsiInquiryCommandEx( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *InquiryDataBuffer, OPTIONAL IN OUT UINT32 *InquiryDataLength, IN BOOLEAN EnableVitalProductData, IN UINT8 PageCode ) argument
389 ScsiInquiryCommand( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *InquiryDataBuffer, OPTIONAL IN OUT UINT32 *InquiryDataLength, IN BOOLEAN EnableVitalProductData ) argument
498 ScsiModeSense10Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT8 DBDField, OPTIONAL IN UINT8 PageControl, IN UINT8 PageCode ) argument
595 ScsiRequestSenseCommand( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus ) argument
685 ScsiReadCapacityCommand( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN BOOLEAN Pmi ) argument
787 ScsiReadCapacity16Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN BOOLEAN Pmi ) argument
892 ScsiRead10Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize ) argument
990 ScsiWrite10Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT32 StartLba, IN UINT32 SectorSize ) argument
1088 ScsiRead16Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize ) argument
1186 ScsiWrite16Command( IN EFI_SCSI_IO_PROTOCOL *ScsiIo, IN UINT64 Timeout, IN OUT VOID *SenseData, OPTIONAL IN OUT UINT8 *SenseDataLength, OUT UINT8 *HostAdapterStatus, OUT UINT8 *TargetStatus, IN OUT VOID *DataBuffer, OPTIONAL IN OUT UINT32 *DataLength, IN UINT64 StartLba, IN UINT32 SectorSize ) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl90 Timeout => $TIMEOUT,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DTcpIoLib.h147 @param[in] Timeout The time to wait for connection done.
163 IN EFI_EVENT Timeout
170 @param[in] Timeout The time to wait for connection done.
188 IN EFI_EVENT Timeout
231 @param[in] Timeout The time to wait for receiving the amount of data the Packet
249 IN EFI_EVENT Timeout
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c338 @param Timeout The time to complete the command, uses 100ns as a unit.
353 IN UINT64 Timeout
362 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1);
396 @param Timeout The time to complete the command, uses 100ns as a unit.
409 IN UINT64 Timeout
418 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1);
454 @param Timeout The time to complete the command, uses 100ns as a unit.
468 IN UINT64 Timeout
478 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1);
522 @param Timeout Th
1124 AtaPioDataInOut( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN OUT VOID *Buffer, IN UINT64 ByteCount, IN BOOLEAN Read, IN EFI_ATA_COMMAND_BLOCK *AtaCommandBlock, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock, IN UINT64 Timeout, IN ATA_NONBLOCK_TASK *Task ) argument
1259 AtaNonDataCommandIn( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN EFI_ATA_COMMAND_BLOCK *AtaCommandBlock, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock, IN UINT64 Timeout, IN ATA_NONBLOCK_TASK *Task ) argument
1330 UINT64 Timeout; local
1443 AtaUdmaInOut( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN EFI_IDE_REGISTERS *IdeRegisters, IN BOOLEAN Read, IN VOID *DataBuffer, IN UINT64 DataLength, IN EFI_ATA_COMMAND_BLOCK *AtaCommandBlock, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock, IN UINT64 Timeout, IN ATA_NONBLOCK_TASK *Task ) argument
[all...]

Completed in 91 milliseconds

1234567