Searched refs:Event (Results 1 - 25 of 55) sorted by relevance

123

/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DEvent.h32 // Event.h
34 // This file contains the definition of the Event class (for thread
46 class Event class
49 Event(bool manual = false);
50 Event(const Event &rhs);
51 ~Event();
56 Event& operator=(const Event &rhs);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DEvent.h37 class Event { }; class
H A DAdapterAddEvent.h32 #include "Event.h"
35 * @memo Represents an AdapterAdd Event
41 class AdapterAddEvent : public Event {
H A DAdapterAddEventListener.h50 virtual void dispatch(Event &event);
H A DAdapterDeviceEventListener.h53 virtual void dispatch(Event &event);
H A DAdapterEventListener.h52 virtual void dispatch(Event &event);
H A DAdapterPortEventListener.h54 virtual void dispatch(Event &event);
H A DAdapterPortStatEventListener.h52 virtual void dispatch(Event &event);
H A DListener.h31 #include "Event.h"
44 virtual void dispatch(Event &event) = 0;
H A DAdapterEvent.h31 #include "Event.h"
36 * @memo Represents an Adapter Event
42 class AdapterEvent : public Event {
H A DAdapterPortStatEvent.h31 #include "Event.h"
36 * @memo Represents an Adapter Port Statistic Event
42 class AdapterPortStatEvent : public Event {
H A DLinkEventListener.h53 virtual void dispatch(Event &event);
H A DTargetEventListener.h53 virtual void dispatch(Event &event);
H A DAdapterAddEventListener.cc57 void AdapterAddEventListener::dispatch(Event &event) {
H A DAdapterDeviceEvent.h30 #include "Event.h"
35 * @memo Represents an Adapter Port Event
41 class AdapterDeviceEvent : public Event {
H A DAdapterDeviceEventListener.cc59 void AdapterDeviceEventListener::dispatch(Event &event) {
H A DAdapterEventListener.cc59 void AdapterEventListener::dispatch(Event &event) {
H A DAdapterPortEvent.h31 #include "Event.h"
36 * @memo Represents an Adapter Port Event
42 class AdapterPortEvent : public Event {
H A DAdapterPortEventListener.cc59 void AdapterPortEventListener::dispatch(Event &event) {
H A DAdapterPortStatEventListener.cc59 void AdapterPortStatEventListener::dispatch(Event &event) {
H A DLinkEvent.h29 #include "Event.h"
33 * @memo Represents a Link Event
39 class LinkEvent : public Event {
/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devxfevnt.c180 * PARAMETERS: Event - The fixed eventto be enabled
191 UINT32 Event,
201 /* Decode the Fixed Event */
203 if (Event > ACPI_EVENT_MAX)
213 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
223 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
232 "Could not enable %s event", AcpiUtGetEventName (Event)));
246 * PARAMETERS: Event - The fixed event to be disabled
257 UINT32 Event,
267 /* Decode the Fixed Event */
[all...]
H A Devevent.c3 * Module Name: evevent - Fixed Event handling and dispatch
61 UINT32 Event);
252 "Fixed Event Block: Enable %08X Status %08X\n",
288 * PARAMETERS: Event - Event type
301 UINT32 Event)
310 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
317 if (!AcpiGbl_FixedEventHandlers[Event].Handler)
320 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
325 AcpiUtGetEventName (Event), Even
300 AcpiEvFixedEventDispatch( UINT32 Event) argument
[all...]
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp34 // This file contains the linux implementation of the Event class
39 #include "Event.h"
83 Event::Event(bool manual) function in class:Event
94 Event::Event(const Event &rhs) function in class:Event
104 Event::~Event()
113 bool Event
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexsystem.c271 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
306 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
344 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore);
345 ObjDesc->Event.OsSemaphore = TempSemaphore;

Completed in 92 milliseconds

123