HomeSort by relevance Sort by last modified time
    Searched refs:Timeout (Results 351 - 375 of 595) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 211 /// The timer timeout value (number of microseconds) for the
212 /// receive timeout event to be associated with each assembled
217 /// The timer timeout value (number of microseconds) for the
218 /// transmit timeout event to be associated with each outgoing
535 /// - EFI_TIMEOUT: The transmit timeout expired.
731 timeout) or dynamic (will time out).
733 The implementation should follow the neighbor cache timeout mechanism which is defined in
734 RFC4861. The default neighbor cache timeout value should be tuned for the expected network
744 @param[in] Timeout Time in 100-ns units that this entry will remain in the neighbor
745 cache, it will be deleted after Timeout. A value of zero means that
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpProto.h 549 @param[in] Timeout The time to wait for receiving the header packet.
560 IN EFI_EVENT Timeout
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 528 network traffic is processed. Most neighbor cache entries will timeout and be deleted if the network
530 timeout) or dynamic (will timeout).
532 The implementation should follow the neighbor cache timeout mechanism defined in
533 RFC4861. The default neighbor cache timeout value should be tuned for the expected network
543 @param[in] Timeout Time in 100-ns units that this entry will remain in the neighbor
544 cache, it will be deleted after Timeout. A value of zero means that
576 IN UINT32 Timeout,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Option.c 20 "timeout",
192 } else if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "timeout") == 0) {
194 // timeout option, valid value is between [1, 255]
202 ExtInfo->Timeout = (UINT8) Value;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpFunc.h 25 Timeout handler prototype.
542 @param[in] TimeOut The timeout value of this timer.
549 IN UINT32 TimeOut
577 Enable the window prober timer and set the timeout value.
588 Enable the keepalive timer and set the timeout value.
652 @param[in] Timeout Time in 100-ns units that this entry will remain
656 after Timeout.
669 IN UINT32 Timeout
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.h 237 UINT8 Timeout;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.h 302 IN UINT32 Timeout,
318 Timeout - TODO: add argument description
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c     [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
SerialPortLib.c 358 @param Timeout The requested time out for a single character in microseconds.
359 This timeout applies to both the transmit and receive side of the
360 interface. A Timeout value of 0 will use the device's default time
385 IN OUT UINT32 *Timeout,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.h 294 @param PortMultiplier The timeout Value of stop.
374 @param PortMultiplier The timeout Value of stop.
382 @param Timeout The timeout Value of non Data transfer.
403 IN UINT64 Timeout
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SerMode.c 333 SerialIo->Mode->Timeout,
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.h 61 // Timeout value for reading packet (unit is microsecond)
469 @retval EFI_TIMEOUT Timeout occurs when reading debug packet.
489 @param Timeout Timeout value for reading from debug device. It unit is Microsecond.
500 IN UINTN Timeout
  /external/llvm/tools/bugpoint/
BugDriver.h 57 unsigned Timeout;
67 unsigned timeout, unsigned memlimit, bool use_valgrind,
OptimizerDriver.cpp 238 Timeout, MemoryLimit, &ErrMsg);
  /external/okhttp/okio/okio/src/main/java/okio/
RealBufferedSink.java 250 @Override public Timeout timeout() {
251 return sink.timeout();
  /external/okhttp/okio/okio/src/test/java/okio/
GzipSourceTest.java 225 @Override public Timeout timeout() { method in class:GzipSourceTest.ExhaustableSource
226 return source.timeout();
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 56 unsigned Timeout;
66 unsigned timeout, unsigned memlimit, bool use_valgrind,
OptimizerDriver.cpp 207 Timeout, MemoryLimit, &ErrMsg);
  /frameworks/base/libs/common_time/
common_time_server.h 185 // Helper to keep track of the state machine's current timeout
186 Timeout mCurTimeout;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddscsi.h 200 ULONG Timeout;
rpcdce.h 204 RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtInqComTimeout(RPC_BINDING_HANDLE Binding,unsigned int *Timeout);
205 RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtSetComTimeout(RPC_BINDING_HANDLE Binding,unsigned int Timeout);
206 RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtSetCancelTimeout(__LONG32 Timeout);
506 RPCRTAPI RPC_STATUS RPC_ENTRY RpcCancelThreadEx(void *Thread,__LONG32 Timeout);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 66 return e == EINTR || e == EMFILE || e.Timeout()
69 func (e Errno) Timeout() bool {
syscall_plan9.go 27 return e == EINTR || e == EMFILE || e.Timeout()
30 func (e ErrorString) Timeout() bool {
syscall_unix.go 114 return e == EINTR || e == EMFILE || e == ECONNRESET || e == ECONNABORTED || e.Timeout()
117 func (e Errno) Timeout() bool {
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 66 return e == EINTR || e == EMFILE || e.Timeout()
69 func (e Errno) Timeout() bool {

Completed in 753 milliseconds

<<11121314151617181920>>