OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
165
*
Timeout
- Max time to wait
178
UINT16
Timeout
)
197
Status = AcpiOsWaitSemaphore (Semaphore, 1,
Timeout
);
217
*
Timeout
- Max time to wait
230
UINT16
Timeout
)
249
Status = AcpiOsAcquireMutex (Mutex,
Timeout
);
exmutex.c
264
* PARAMETERS:
Timeout
-
Timeout
in milliseconds
285
UINT16
Timeout
,
316
Status = AcpiEvAcquireGlobalLock (
Timeout
);
320
Status = AcpiExSystemWaitMutex (ObjDesc->Mutex.OsMutex,
Timeout
);
325
/* Includes failure from a
timeout
on TimeDesc */
345
* 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
244
*
Timeout
- Max time to wait for the lock (millisec)
260
UINT16
Timeout
)
276
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/gnu-efi/dist/inc/protocol/
efidbg.h
54
UINT32
Timeout
;
179
IN UINT32
Timeout
,
/src/sys/external/bsd/acpica/dist/events/
evglock.c
324
* PARAMETERS:
Timeout
- Max time to wait for the lock, in millisec.
344
UINT16
Timeout
)
359
Timeout
);
evxface.c
1296
* PARAMETERS:
Timeout
- How long the caller is willing to wait
1314
UINT16
Timeout
,
1329
Status = AcpiExAcquireMutexObject (
Timeout
,
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c
847
UINT16
Timeout
)
978
*
Timeout
- How long to wait
990
UINT16
Timeout
)
994
UINT32 OsTimeout =
Timeout
;
1012
if (
Timeout
== ACPI_WAIT_FOREVER)
1017
/* The debug
timeout
will prevent hang conditions */
1036
"Debug
timeout
on semaphore 0x%04X (%ums)\n",
1046
"%s - No unit received.
Timeout
0x%X, OS_Status 0x%X",
1047
AcpiUtGetMutexName (Index),
Timeout
, WaitStatus));
1179
UINT16
Timeout
)
[
all
...]
oszephyr.c
1124
UINT16
Timeout
)
osunixxf.c
849
UINT16
Timeout
)
1003
* A zero
timeout
value indicates that we shouldn't wait - just
1036
* Alternate
timeout
mechanism for environments where
1062
* 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
292
UINT16
Timeout
);
325
UINT16
Timeout
);
acinterp.h
468
UINT16
Timeout
,
564
UINT16
Timeout
);
569
UINT16
Timeout
);
acevents.h
214
UINT16
Timeout
))
acpixf.h
367
* Maximum
timeout
for While() loop iterations before forced method abort.
990
UINT16
Timeout
,
1007
UINT16
Timeout
))
/src/sys/external/bsd/acpica/dist/compiler/
aslstubs.c
278
UINT16
Timeout
)
/src/sys/arch/emips/include/
emipsreg.h
388
volatile uint32_t
Timeout
;
Completed in 30 milliseconds
1
2
Indexes created Wed Oct 15 16:09:53 GMT 2025