OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Timeout
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/sys/external/bsd/gnu-efi/dist/lib/
event.c
82
IN UINT64
Timeout
OPTIONAL
90
if (
Timeout
) {
102
uefi_call_wrapper(BS->SetTimer, 3, TimerEvent, TimerRelative,
Timeout
);
125
// No
timeout
... just wait on the event
139
IN UINTN
Timeout
,
150
PrintAt (Column, Row, String,
Timeout
);
157
} while (
Timeout
> 0);
/src/sys/external/bsd/acpica/dist/executer/
exsystem.c
57
*
Timeout
- Max time to wait
70
UINT16
Timeout
)
89
Status = AcpiOsWaitSemaphore (Semaphore, 1,
Timeout
);
109
*
Timeout
- Max time to wait
122
UINT16
Timeout
)
141
Status = AcpiOsAcquireMutex (Mutex,
Timeout
);
exmutex.c
156
* PARAMETERS:
Timeout
-
Timeout
in milliseconds
177
UINT16
Timeout
,
208
Status = AcpiEvAcquireGlobalLock (
Timeout
);
212
Status = AcpiExSystemWaitMutex (ObjDesc->Mutex.OsMutex,
Timeout
);
217
/* Includes failure from a
timeout
on TimeDesc */
237
* PARAMETERS: TimeDesc -
Timeout
integer
/src/games/phantasia/
phantglobs.c
23
bool
Timeout
; /* set if short
timeout
waiting for input */
phantglobs.h
15
extern bool
Timeout
; /* set if short
timeout
waiting for input */
io.c
202
/* set
timeout
*/
203
if (
Timeout
)
210
alarm(0); /* turn off
timeout
*/
main.c
189
/* low level players have long
timeout
*/
190
Timeout
= TRUE;
310
Timeout
= FALSE;
/src/sys/external/bsd/acpica/dist/utilities/
utxfmutex.c
136
*
Timeout
- Max time to wait for the lock (millisec)
152
UINT16
Timeout
)
168
Status = AcpiOsAcquireMutex (MutexObj->Mutex.OsMutex,
Timeout
);
/src/sys/dev/acpi/acpica/
OsdSynch.c
166
AcpiOsWaitSemaphore(ACPI_SEMAPHORE Handle, UINT32 Units, UINT16
Timeout
)
174
*
timeout
before it will return AE_TIME. A better implementation
183
/* A
timeout
of 0xFFFF means "forever". */
184
if (
Timeout
== 0xFFFF)
187
/* Compute the
timeout
using uSec per tick. */
188
timo = (
Timeout
* 1000) / (1000000 / hz);
196
"get %d units from semaphore %p (has %d)
timeout
%d\n",
197
Units, as, as->as_units,
Timeout
));
/src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h
72
IN UINT32
Timeout
,
112
UINT32
Timeout
;
efiip.h
362
IN UINT32
Timeout
,
efilib.h
181
#define VarTimeout L"
Timeout
"
783
IN UINT64
Timeout
OPTIONAL
789
IN UINTN
Timeout
,
/src/sys/external/bsd/acpica/dist/events/
evglock.c
216
* PARAMETERS:
Timeout
- Max time to wait for the lock, in millisec.
236
UINT16
Timeout
)
251
Timeout
);
evxface.c
1188
* PARAMETERS:
Timeout
- How long the caller is willing to wait
1206
UINT16
Timeout
,
1221
Status = AcpiExAcquireMutexObject (
Timeout
,
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h
54
UINT32
Timeout
;
179
IN UINT32
Timeout
,
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c
739
UINT16
Timeout
)
870
*
Timeout
- How long to wait
882
UINT16
Timeout
)
886
UINT32 OsTimeout =
Timeout
;
904
if (
Timeout
== ACPI_WAIT_FOREVER)
909
/* The debug
timeout
will prevent hang conditions */
928
"Debug
timeout
on semaphore 0x%04X (%ums)\n",
938
"%s - No unit received.
Timeout
0x%X, OS_Status 0x%X",
939
AcpiUtGetMutexName (Index),
Timeout
, WaitStatus));
1071
UINT16
Timeout
)
[
all
...]
oszephyr.c
1016
UINT16
Timeout
)
osunixxf.c
741
UINT16
Timeout
)
895
* A zero
timeout
value indicates that we shouldn't wait - just
928
* Alternate
timeout
mechanism for environments where
954
* get the current time, then add in the millisecond
Timeout
value.
/src/usr.sbin/sysinst/
msg.mbr.de
131
{Setzen des
Timeout
-Wertes}
134
{
Timeout
(Countdown) f�r das Bootmen�: %d\n}
/src/sys/external/bsd/acpica/dist/include/
acpiosxf.h
184
UINT16
Timeout
);
217
UINT16
Timeout
);
acinterp.h
360
UINT16
Timeout
,
456
UINT16
Timeout
);
461
UINT16
Timeout
);
acevents.h
106
UINT16
Timeout
))
acpixf.h
259
* Maximum
timeout
for While() loop iterations before forced method abort.
882
UINT16
Timeout
,
899
UINT16
Timeout
))
/src/sys/external/bsd/acpica/dist/compiler/
aslstubs.c
170
UINT16
Timeout
)
/src/sys/arch/emips/include/
emipsreg.h
388
volatile uint32_t
Timeout
;
Completed in 31 milliseconds
1
2
Indexes created Sun Feb 22 08:20:21 UTC 2026