HomeSort by: relevance | last modified time | path
    Searched refs:Event (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/sys/external/bsd/acpica/dist/compiler/
aslcompile.c 33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
203 UINT8 Event;
208 Event = UtBeginEvent ("Open input and output files");
209 UtEndEvent (Event);
211 Event = UtBeginEvent ("Preprocess input file");
227 UtEndEvent (Event);
231 UtEndEvent (Event);
    [all...]
dtcompile.c 33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
197 UINT8 Event;
212 Event = UtBeginEvent ("Preprocess input file");
214 UtEndEvent (Event);
226 Event = UtBeginEvent ("Parse data table in prototype mode");
233 UtEndEvent (Event);
241 Event = UtBeginEvent ("Scan and parse input file")
    [all...]
aslstartup.c 33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
416 UINT8 Event;
496 Event = UtBeginEvent ("Open AML output file");
498 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* member in struct:ScopedThread::Impl
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)
380 Event event(Event::SHUTDOWN); local in function:ScopedThread::~ScopedThread
397 Event event(is_write ? Event::WRITE : Event::READ, addr, size); local in function:ScopedThread::Access
406 Event event(Event::VPTR_UPDATE, vptr.loc(), (uptr)new_val.loc()); local in function:ScopedThread::VptrUpdate
413 Event event(Event::CALL, (void*)((uintptr_t)pc)); local in function:ScopedThread::Call
418 Event event(Event::RETURN); local in function:ScopedThread::Return
423 Event event(Event::MUTEX_CREATE, &m); local in function:ScopedThread::Create
428 Event event(Event::MUTEX_DESTROY, &m); local in function:ScopedThread::Destroy
433 Event event(Event::MUTEX_LOCK, &m); local in function:ScopedThread::Lock
438 Event event(Event::MUTEX_TRYLOCK, &m); local in function:ScopedThread::TryLock
444 Event event(Event::MUTEX_UNLOCK, &m); local in function:ScopedThread::Unlock
449 Event event(Event::MUTEX_READLOCK, &m); local in function:ScopedThread::ReadLock
454 Event event(Event::MUTEX_TRYREADLOCK, &m); local in function:ScopedThread::TryReadLock
460 Event event(Event::MUTEX_READUNLOCK, &m); local in function:ScopedThread::ReadUnlock
466 Event event(Event::MEMCPY, dst, (uptr)src, size); local in function:ScopedThread::Memcpy
474 Event event(Event::MEMSET, dst, val, size); local in function:ScopedThread::Memset
    [all...]
  /src/sys/external/bsd/acpica/dist/events/
evxfevnt.c 3 * Module Name: evxfevnt - External Interfaces, ACPI event disable/enable
33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
288 * PARAMETERS: Event - The fixed eventto be enabled
293 * DESCRIPTION: Enable an ACPI event (fixed)
299 UINT32 Event,
316 /* Decode the Fixed Event */
318 if (Event > ACPI_EVENT_MAX
    [all...]
evevent.c 3 * Module Name: evevent - Fixed Event handling and dispatch
33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
169 UINT32 Event);
288 * DESCRIPTION: Install the fixed event handlers and disable all fixed events.
301 * Initialize the structure that keeps track of fixed event handlers and
309 /* Disable the fixed event */
365 "Fixed Event Block: Enable %08X Status %08X\n"
    [all...]
evxface.c 33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
526 * event
742 * PARAMETERS: Handler - Pointer to the global event handler function
743 * Context - Value passed to the handler on each event
748 * is invoked upon each incoming GPE and Fixed Event. It is
749 * invoked at interrupt level at the time of the event dispatch.
750 * Can be used to update event counters, etc
    [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 33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
384 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
402 * event.
419 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
435 * DESCRIPTION: Reset an event to a known state.
457 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore);
458 ObjDesc->Event.OsSemaphore = TempSemaphore
    [all...]
  /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 33 * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
186 UINT32 Event,
417 UINT32 Event,
426 if (Event > ACPI_NUM_TABLE_EVENTS)
428 Event = ACPI_NUM_TABLE_EVENTS;
437 printf (AE_PREFIX "Table Event %s, [%4.4s] %p\n",
438 TableEvents[Event],
    [all...]

Completed in 128 milliseconds

1 2 3