OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Event
(Results
1 - 25
of
64
) sorted by relevancy
1
2
3
/src/sys/external/bsd/acpica/dist/compiler/
aslcompile.c
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
95
UINT8
Event
;
100
Event
= UtBeginEvent ("Open input and output files");
101
UtEndEvent (
Event
);
103
Event
= UtBeginEvent ("Preprocess input file");
119
UtEndEvent (
Event
);
123
UtEndEvent (
Event
);
128
Event
= UtBeginEvent ("Parse source code and build parse tree");
130
UtEndEvent (
Event
);
168
Event
= UtBeginEvent ("Flush source input")
[
all
...]
dtcompile.c
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
89
UINT8
Event
;
104
Event
= UtBeginEvent ("Preprocess input file");
106
UtEndEvent (
Event
);
118
Event
= UtBeginEvent ("Parse data table in prototype mode");
125
UtEndEvent (
Event
);
133
Event
= UtBeginEvent ("Scan and parse input file");
135
UtEndEvent (
Event
);
150
Event
= UtBeginEvent ("Compile parse tree");
153
UtEndEvent (
Event
);
[
all
...]
aslstartup.c
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
308
UINT8
Event
;
388
Event
= UtBeginEvent ("Open AML output file");
390
UtEndEvent (
Event
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc
192
struct
Event
{
219
Event
(Type type, const void *ptr = 0, uptr arg = 0, uptr arg2 = 0)
239
atomic_uintptr_t
event
; //
Event
*
242
void send(
Event
*ev);
243
void HandleEvent(
Event
*ev);
246
void ScopedThread::Impl::HandleEvent(
Event
*ev) {
252
case
Event
::READ:
253
case
Event
::WRITE: {
255
if (ev->type ==
Event
::READ)
[
all
...]
/src/sys/external/bsd/acpica/dist/events/
evxfevnt.c
3
* Module Name: evxfevnt - External Interfaces, ACPI
event
disable/enable
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
180
* PARAMETERS:
Event
- The fixed eventto be enabled
185
* DESCRIPTION: Enable an ACPI
event
(fixed)
191
UINT32
Event
,
208
/* Decode the Fixed
Event
*/
210
if (
Event
> ACPI_EVENT_MAX)
216
* Enable the requested fixed
event
(by writing a one to the enable
220
AcpiGbl_FixedEventInfo[
Event
].EnableRegisterId,
230
AcpiGbl_FixedEventInfo[
Event
].EnableRegisterId, &Value)
[
all
...]
evevent.c
3
* Module Name: evevent - Fixed
Event
handling and dispatch
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
61
UINT32
Event
);
180
* DESCRIPTION: Install the fixed
event
handlers and disable all fixed events.
193
* Initialize the structure that keeps track of fixed
event
handlers and
201
/* Disable the fixed
event
*/
257
"Fixed
Event
Block: Enable %08X Status %08X\n",
265
/* Both the status and enable bits must be on for this
event
*/
271
* Found an active (signalled)
event
. Invoke global
event
[
all
...]
evxface.c
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
418
*
event
634
* PARAMETERS: Handler - Pointer to the global
event
handler function
635
* Context - Value passed to the handler on each
event
640
* is invoked upon each incoming GPE and Fixed
Event
. It is
641
* invoked at interrupt level at the time of the
event
dispatch.
642
* Can be used to update
event
counters, etc.
694
* PARAMETERS:
Event
-
Event
type to enable.
696
*
event
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/lib/
event.c
1
/* $NetBSD:
event
.c,v 1.3 2018/08/16 18:22:05 jmcneill Exp $ */
9
event
.c
37
EFI_EVENT
Event
;
40
// Create the
event
50
&
Event
56
// Register for protocol notifactions on this
event
63
Event
,
70
// Kick the
event
so we will perform an initial pass of
74
uefi_call_wrapper(BS->SignalEvent, 1,
Event
);
75
return
Event
;
[
all
...]
/src/games/trek/
warp.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
167
percent =
Event
[i].evcode;
169
Event
[i].date += time;
179
memcpy(p,
Event
, sizeof
Event
);
180
p += sizeof
Event
;
186
if (
Event
[i].evcode == E_FIXDV)
187
reschedule(&
Event
[i],
Event
[i].date - time);
damaged.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
47
**
event
list for a "device fix" action on that device.
54
struct
event
*e;
60
e = &
Event
[i];
67
/* device fix not in
event
list -- device must not be broken */
systemname.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
65
i =
Event
[i & Q_SYSTEM].systemname;
externs.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
106
/* dynamic
event
list; one entry per pending
event
*/
107
struct
event
Event
[MAXEVENTS];
damage.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
54
** that the dock() and undock() have to reschedule the
event
.
64
struct
event
*e;
88
e = &
Event
[i];
dcrept.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
47
** Print damages and time to fix. This is taken from the
event
50
** The
event
list is then scanned for damage fix events, the
63
struct
event
*e;
78
e = &
Event
[i];
dumpme.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
61
struct
event
*e;
81
e = &
Event
[i];
dumpssradio.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
51
struct
event
*e;
57
e = &
Event
[j];
dock.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
65
struct
event
*e;
113
e = &
Event
[i];
133
struct
event
*e;
145
e = &
Event
[i];
dumpgame.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
67
{ (char *)
Event
, sizeof (
Event
) },
events.c
22
* ARE DISCLAIMED. IN NO
EVENT
SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
67
struct
event
*ev = NULL;
70
struct
event
*e;
90
/* scan the
event
list */
94
/* xdate is the date of the current
event
*/
97
/* find the first
event
that has happened */
99
e = &
Event
[i];
201
e = &
Event
[j];
251
* Klingon got tired and went home, ignore this
event
297
q->qsystemname = (e -
Event
) | Q_DISTRESSED
[
all
...]
/src/sys/external/isc/libsodium/dist/test/default/
pre.js.inc
16
var
event
= new
Event
('test-output');
17
event
.data = x;
18
window.dispatchEvent(
event
);
/src/sys/external/bsd/acpica/dist/executer/
exsystem.c
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
276
Status = AcpiOsSignalSemaphore (ObjDesc->
Event
.OsSemaphore, 1);
294
*
event
.
311
Status = AcpiExSystemWaitSemaphore (ObjDesc->
Event
.OsSemaphore,
327
* DESCRIPTION: Reset an
event
to a known state.
349
(void) AcpiOsDeleteSemaphore (ObjDesc->
Event
.OsSemaphore);
350
ObjDesc->
Event
.OsSemaphore = TempSemaphore;
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_trace.h
39
// Represents a thread
event
(from most significant bit):
42
typedef u64
Event
;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp
213
void CrashHandler(zx_handle_t *
Event
) {
233
ExitOnErr(_zx_object_signal(*
Event
, 0, ZX_USER_SIGNAL_0),
311
zx_handle_t
Event
;
312
ExitOnErr(_zx_event_create(0, &
Event
), "_zx_event_create");
314
std::thread T(CrashHandler, &
Event
);
316
_zx_object_wait_one(
Event
, ZX_USER_SIGNAL_0, ZX_TIME_INFINITE, nullptr);
317
_zx_handle_close(
Event
);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_writer.h
168
bool writeCustomEvent(int32_t Delta, const void *
Event
, int32_t EventSize) {
169
// We write the metadata record and the custom
event
data into the buffer
172
// will only ever see the full metadata and custom
event
payload accounted
181
internal_memcpy(NextRecord,
Event
, EventSize)) +
193
bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *
Event
,
204
internal_memcpy(NextRecord,
Event
, EventSize)) +
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aehandlers.c
34
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT
SHALL THE COPYRIGHT
78
UINT32
Event
,
309
UINT32
Event
,
318
if (
Event
> ACPI_NUM_TABLE_EVENTS)
320
Event
= ACPI_NUM_TABLE_EVENTS;
329
printf (AE_PREFIX "Table
Event
%s, [%4.4s] %p\n",
330
TableEvents[
Event
],
367
* DESCRIPTION: Global GPE/Fixed
event
handler
400
"Global
Event
Handler received: Type %s Number %.2X Dev %p\n",
621
/* Install some fixed
event
handlers *
[
all
...]
Completed in 38 milliseconds
1
2
3
Indexes created Sun Feb 22 08:20:21 UTC 2026