Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 25 of 173) sorted by relevance

1234567

/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslcompile.c93 UINT8 Event; in CmDoCompile() local
97 Event = UtBeginEvent ("Open input and output files"); in CmDoCompile()
98 UtEndEvent (Event); in CmDoCompile()
100 Event = UtBeginEvent ("Preprocess input file"); in CmDoCompile()
115 UtEndEvent (Event); in CmDoCompile()
120 UtEndEvent (Event); in CmDoCompile()
125 Event = UtBeginEvent ("Parse source code and build parse tree"); in CmDoCompile()
127 UtEndEvent (Event); in CmDoCompile()
154 Event = UtBeginEvent ("Flush source input"); in CmDoCompile()
169 UtEndEvent (Event); in CmDoCompile()
[all …]
HDdtcompile.c90 UINT8 Event; in DtDoCompile() local
109 Event = UtBeginEvent ("Preprocess input file"); in DtDoCompile()
111 UtEndEvent (Event); in DtDoCompile()
123 Event = UtBeginEvent ("Scan and parse input file"); in DtDoCompile()
125 UtEndEvent (Event); in DtDoCompile()
140 Event = UtBeginEvent ("Compile parse tree"); in DtDoCompile()
146 UtEndEvent (Event); in DtDoCompile()
/NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/
HDtsan_test_util_linux.cc185 struct Event { struct
212 Event(Type type, const void *ptr = 0, uptr arg = 0, uptr arg2 = 0) in Event() argument
235 void send(Event *ev);
236 void HandleEvent(Event *ev);
239 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
245 case Event::READ: in HandleEvent()
246 case Event::WRITE: { in HandleEvent()
248 if (ev->type == Event::READ) { in HandleEvent()
276 case Event::VPTR_UPDATE: in HandleEvent()
279 case Event::CALL: in HandleEvent()
[all …]
/NextBSD/sys/contrib/dev/acpica/components/events/
HDevxfevnt.c189 UINT32 Event, in ACPI_EXPORT_SYMBOL()
201 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
211 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
221 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
230 "Could not enable %s event", AcpiUtGetEventName (Event))); in ACPI_EXPORT_SYMBOL()
255 UINT32 Event, in ACPI_EXPORT_SYMBOL()
267 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
277 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
285 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
294 "Could not disable %s events", AcpiUtGetEventName (Event))); in ACPI_EXPORT_SYMBOL()
[all …]
HDevevent.c61 UINT32 Event);
301 UINT32 Event) in AcpiEvFixedEventDispatch() argument
310 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, in AcpiEvFixedEventDispatch()
317 if (!AcpiGbl_FixedEventHandlers[Event].Handler) in AcpiEvFixedEventDispatch()
320 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in AcpiEvFixedEventDispatch()
325 AcpiUtGetEventName (Event), Event)); in AcpiEvFixedEventDispatch()
332 return ((AcpiGbl_FixedEventHandlers[Event].Handler)( in AcpiEvFixedEventDispatch()
333 AcpiGbl_FixedEventHandlers[Event].Context)); in AcpiEvFixedEventDispatch()
HDevxface.c708 UINT32 Event, in ACPI_EXPORT_SYMBOL()
720 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
733 if (AcpiGbl_FixedEventHandlers[Event].Handler) in ACPI_EXPORT_SYMBOL()
741 AcpiGbl_FixedEventHandlers[Event].Handler = Handler; in ACPI_EXPORT_SYMBOL()
742 AcpiGbl_FixedEventHandlers[Event].Context = Context; in ACPI_EXPORT_SYMBOL()
744 Status = AcpiEnableEvent (Event, 0); in ACPI_EXPORT_SYMBOL()
749 AcpiUtGetEventName (Event), Event)); in ACPI_EXPORT_SYMBOL()
753 AcpiGbl_FixedEventHandlers[Event].Handler = NULL; in ACPI_EXPORT_SYMBOL()
754 AcpiGbl_FixedEventHandlers[Event].Context = NULL; in ACPI_EXPORT_SYMBOL()
760 AcpiUtGetEventName (Event), Event, Handler)); in ACPI_EXPORT_SYMBOL()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDEvent.h31 friend class Event; variable
47 DoOnRemoval (Event *event_ptr) in DoOnRemoval()
101 GetEventDataFromEvent (const Event *event_ptr);
104 GetBytesFromEvent (const Event *event_ptr);
107 GetByteSizeFromEvent (const Event *event_ptr);
122 class Event
130 Event (Broadcaster *broadcaster, uint32_t event_type, EventData *data = NULL);
132 Event (uint32_t event_type, EventData *data = NULL);
134 ~Event ();
211 DISALLOW_COPY_AND_ASSIGN (Event);
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDEvent.cpp30 Event::Event (Broadcaster *broadcaster, uint32_t event_type, EventData *data) : in Event() function in Event
37 Event::Event(uint32_t event_type, EventData *data) : in Event() function in Event
48 Event::~Event () in ~Event()
53 Event::Dump (Stream *s) const in Dump()
85 Event::DoOnRemoval () in DoOnRemoval()
189 EventDataBytes::GetBytesFromEvent (const Event *event_ptr) in GetBytesFromEvent()
198 EventDataBytes::GetByteSizeFromEvent (const Event *event_ptr) in GetByteSizeFromEvent()
207 EventDataBytes::GetEventDataFromEvent (const Event *event_ptr) in GetEventDataFromEvent()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBEvent.cpp33 m_event_sp (new Event (event_type, new EventDataBytes (cstr, cstr_len))), in SBEvent()
44 SBEvent::SBEvent (Event *event_ptr) : in SBEvent()
75 Event *lldb_event = get(); in GetDataFlavor()
90 const Event *lldb_event = get(); in GetType()
114 const Event *lldb_event = get(); in GetBroadcaster()
123 const Event *lldb_event = get(); in GetBroadcasterClass()
142 Event *lldb_event = get(); in BroadcasterMatchesRef()
161 Event *lldb_event = get(); in Clear()
172 Event *
193 SBEvent::reset (Event* event_ptr) in reset()
/NextBSD/contrib/ntp/include/
HDntpsim.h75 } Event; typedef
134 Event *event (double t, funcTkn f);
135 void sim_event_timer (Event *e);
138 void sim_update_clocks (Event *e);
139 void sim_event_recv_packet (Event *e);
140 void sim_event_beep (Event *e);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlan.h354 PlanExplainsStop (Event *event_ptr);
357 ShouldStop (Event *event_ptr) = 0;
360 ShouldAutoContinue (Event *event_ptr) in ShouldAutoContinue()
369 ShouldReportStop (Event *event_ptr);
372 ShouldReportRun (Event *event_ptr);
574 DoPlanExplainsStop (Event *event_ptr) = 0;
666 ShouldStop (Event *event_ptr);
688 DoPlanExplainsStop (Event *event_ptr);
HDStopInfo.h78 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous()
91 ShouldNotify (Event *event_ptr) in ShouldNotify()
194 PerformAction (Event *event_ptr) in PerformAction()
199 DoShouldNotify (Event *event_ptr) in DoShouldNotify()
211 ShouldStop (Event *event_ptr) in ShouldStop()
HDThreadPlanBase.h38 virtual bool ShouldStop (Event *event_ptr);
39 virtual Vote ShouldReportStop (Event *event_ptr);
58 virtual bool DoPlanExplainsStop (Event *event_ptr);
HDThreadPlanStepOverBreakpoint.h30 virtual bool ShouldStop (Event *event_ptr);
37 virtual bool ShouldAutoContinue(Event *event_ptr);
46 virtual bool DoPlanExplainsStop (Event *event_ptr);
HDThreadList.h89 ShouldStop (Event *event_ptr);
92 ShouldReportStop (Event *event_ptr);
95 ShouldReportRun (Event *event_ptr);
HDThreadPlanCallFunction.h51 ShouldStop (Event *event_ptr);
54 ShouldReportStop(Event *event_ptr);
139 DoPlanExplainsStop (Event *event_ptr);
/NextBSD/contrib/ntp/ntpd/
HDntpsim.c18 int determine_event_ordering(const Event *e1, const Event *e2);
31 void (*event_ptr[]) (Event *) = {
42 const Event *e1, in determine_event_ordering()
43 const Event *e2 in determine_event_ordering()
105 Event * curr_event; in ntpsim()
208 Event *event(double t, funcTkn f) in event()
210 Event *e; in event()
225 void sim_event_timer(Event *e) in sim_event_timer()
265 Event *e; /* Packet receive event */ in simulate_server()
383 void sim_update_clocks(Event *e) in sim_update_clocks()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXStopInfo.cpp34 POSIXLimboStopInfo::ShouldStop(Event *event_ptr) in ShouldStop()
40 POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) in ShouldNotify()
83 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) in ShouldStop()
89 POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) in ShouldNotify()
HDPOSIXStopInfo.h58 ShouldStop(lldb_private::Event *event_ptr);
61 ShouldNotify(lldb_private::Event *event_ptr);
104 ShouldStop(lldb_private::Event *event_ptr);
107 ShouldNotify(lldb_private::Event *event_ptr);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBEvent.h35 SBEvent (lldb_private::Event *event_sp);
92 reset (lldb_private::Event* event);
94 lldb_private::Event *
100 mutable lldb_private::Event *m_opaque_ptr;
/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsatimer.c60 bit32 Event; in saTimerTick() local
84 Event = pTimer->Event; in saTimerTick()
90 pTimer->pfnTimeout(agRoot, Event, pParm); in saTimerTick()
234 bit32 Event, in siTimerAdd() argument
266 pTimer->Event = Event; in siTimerAdd()
/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexsystem.c273 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1); in AcpiExSystemSignalEvent()
308 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore, in AcpiExSystemWaitEvent()
346 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore); in AcpiExSystemResetEvent()
347 ObjDesc->Event.OsSemaphore = TempSemaphore; in AcpiExSystemResetEvent()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp183 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous()
216 DoShouldNotify (Event *event_ptr) in DoShouldNotify()
315 ShouldStop (Event *event_ptr) in ShouldStop()
324 PerformAction (Event *event_ptr) in PerformAction()
650 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous()
689 ShouldStop (Event *event_ptr) in ShouldStop()
698 PerformAction (Event *event_ptr) in PerformAction()
907 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous()
916 ShouldStop (Event *event_ptr) in ShouldStop()
927 DoShouldNotify (Event *event_ptr) in DoShouldNotify()
[all …]
HDThreadPlan.cpp56 ThreadPlan::PlanExplainsStop (Event *event_ptr) in PlanExplainsStop()
95 ThreadPlan::ShouldReportStop (Event *event_ptr) in ShouldReportStop()
117 ThreadPlan::ShouldReportRun (Event *event_ptr) in ShouldReportRun()
253 ThreadPlanNull::ShouldStop (Event *event_ptr) in ShouldStop()
291 ThreadPlanNull::DoPlanExplainsStop (Event *event_ptr) in DoPlanExplainsStop()
HDThreadPlanStepOverBreakpoint.cpp61 ThreadPlanStepOverBreakpoint::DoPlanExplainsStop (Event *event_ptr) in DoPlanExplainsStop()
98 ThreadPlanStepOverBreakpoint::ShouldStop (Event *event_ptr) in ShouldStop()
183 ThreadPlanStepOverBreakpoint::ShouldAutoContinue (Event *event_ptr) in ShouldAutoContinue()

1234567