Home
last modified time | relevance | path

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

1234

/titanic_50/usr/src/uts/intel/io/acpica/events/
H A Devxfevnt.c191 UINT32 Event, in ACPI_EXPORT_SYMBOL()
203 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
213 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
223 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
232 "Could not enable %s event", AcpiUtGetEventName (Event))); in ACPI_EXPORT_SYMBOL()
257 UINT32 Event, in ACPI_EXPORT_SYMBOL()
269 if (Event > ACPI_EVENT_MAX) in ACPI_EXPORT_SYMBOL()
279 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, in ACPI_EXPORT_SYMBOL()
287 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); in ACPI_EXPORT_SYMBOL()
296 "Could not disable %s events", AcpiUtGetEventName (Event))); in ACPI_EXPORT_SYMBOL()
[all …]
H A Devevent.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()
H A Devxface.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 …]
/titanic_50/usr/src/uts/intel/io/acpica/executer/
H A Dexsystem.c271 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1); in AcpiExSystemSignalEvent()
306 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore, in AcpiExSystemWaitEvent()
344 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore); in AcpiExSystemResetEvent()
345 ObjDesc->Event.OsSemaphore = TempSemaphore; in AcpiExSystemResetEvent()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c861 eventinfo->Event.Link_EventInfo. in emlxs_get_dfc_eventinfo()
863 eventinfo->Event.Link_EventInfo. in emlxs_get_dfc_eventinfo()
865 eventinfo->Event.Link_EventInfo. in emlxs_get_dfc_eventinfo()
867 eventinfo->Event.Link_EventInfo. in emlxs_get_dfc_eventinfo()
872 eventinfo->Event.Link_EventInfo. in emlxs_get_dfc_eventinfo()
879 eventinfo->Event. in emlxs_get_dfc_eventinfo()
883 eventinfo->Event. in emlxs_get_dfc_eventinfo()
888 eventinfo->Event.Link_EventInfo. in emlxs_get_dfc_eventinfo()
890 eventinfo->Event.Link_EventInfo. in emlxs_get_dfc_eventinfo()
902 eventinfo->Event.RSCN_EventInfo.PortFcId = in emlxs_get_dfc_eventinfo()
[all …]
/titanic_50/usr/src/cmd/fm/dicts/
H A DFMNOTIFY.po24 # DO NOT EDIT -- this file is generated by the Event Registry.
33 msgstr "Solaris Event Notification:%s:%s"
51 msgstr "Fault Management Event: %s:%s"
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt335 * Added new SAS Phy Event codes
382 * Query Asynchronous Event.
417 * 06-26-07 02.00.02 Added IR Configuration Change List Event.
426 * Overflow Event data.
428 * for SAS Initiator Device Status Change Event data.
430 * List Event data, including adding a bit for PHY Vacant
442 * Added Log Entry Added Event and related structure.
459 * Operations Status Event data.
460 * Added four new IR Configuration Change List Event data
463 * Change Event data.
[all …]
/titanic_50/usr/src/lib/sun_fc/common/
H A DEvent.h37 class Event { };
H A DAdapterAddEvent.h41 class AdapterAddEvent : public Event {
H A DAdapterAddEventListener.h50 virtual void dispatch(Event &event);
H A DAdapterPortStatEventListener.h52 virtual void dispatch(Event &event);
H A DListener.h44 virtual void dispatch(Event &event) = 0;
H A DAdapterEventListener.h52 virtual void dispatch(Event &event);
H A DAdapterDeviceEventListener.h53 virtual void dispatch(Event &event);
H A DAdapterPortEventListener.h54 virtual void dispatch(Event &event);
H A DAdapterPortStatEvent.h42 class AdapterPortStatEvent : public Event {
H A DLinkEventListener.h53 virtual void dispatch(Event &event);
H A DTargetEventListener.h53 virtual void dispatch(Event &event);
H A DAdapterEvent.h42 class AdapterEvent : public Event {
H A DAdapterDeviceEvent.h41 class AdapterDeviceEvent : public Event {
H A DAdapterAddEventListener.cc57 void AdapterAddEventListener::dispatch(Event &event) { in dispatch()
H A DAdapterPortStatEventListener.cc59 void AdapterPortStatEventListener::dispatch(Event &event) { in dispatch()
H A DTargetEvent.h42 class TargetEvent : public Event {
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogDisplay.java78 KeyStroke.getKeyStroke(KeyEvent.VK_INSERT, Event.CTRL_MASK), in pmLogDisplay()
85 KeyStroke.getKeyStroke(KeyEvent.VK_C, Event.CTRL_MASK), in pmLogDisplay()
/titanic_50/usr/src/uts/intel/io/acpica/utilities/
H A Dutdelete.c204 Object, Object->Event.OsSemaphore)); in AcpiUtDeleteInternalObj()
206 (void) AcpiOsDeleteSemaphore (Object->Event.OsSemaphore); in AcpiUtDeleteInternalObj()
207 Object->Event.OsSemaphore = NULL; in AcpiUtDeleteInternalObj()

1234