/titanic_50/usr/src/uts/intel/io/acpica/events/ |
H A D | evxfevnt.c | 191 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 D | evevent.c | 61 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 D | evxface.c | 708 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 D | exsystem.c | 271 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 D | emlxs_event.c | 861 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 D | FMNOTIFY.po | 24 # 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 D | mpi2_history.txt | 335 * 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 D | Event.h | 37 class Event { };
|
H A D | AdapterAddEvent.h | 41 class AdapterAddEvent : public Event {
|
H A D | AdapterAddEventListener.h | 50 virtual void dispatch(Event &event);
|
H A D | AdapterPortStatEventListener.h | 52 virtual void dispatch(Event &event);
|
H A D | Listener.h | 44 virtual void dispatch(Event &event) = 0;
|
H A D | AdapterEventListener.h | 52 virtual void dispatch(Event &event);
|
H A D | AdapterDeviceEventListener.h | 53 virtual void dispatch(Event &event);
|
H A D | AdapterPortEventListener.h | 54 virtual void dispatch(Event &event);
|
H A D | AdapterPortStatEvent.h | 42 class AdapterPortStatEvent : public Event {
|
H A D | LinkEventListener.h | 53 virtual void dispatch(Event &event);
|
H A D | TargetEventListener.h | 53 virtual void dispatch(Event &event);
|
H A D | AdapterEvent.h | 42 class AdapterEvent : public Event {
|
H A D | AdapterDeviceEvent.h | 41 class AdapterDeviceEvent : public Event {
|
H A D | AdapterAddEventListener.cc | 57 void AdapterAddEventListener::dispatch(Event &event) { in dispatch()
|
H A D | AdapterPortStatEventListener.cc | 59 void AdapterPortStatEventListener::dispatch(Event &event) { in dispatch()
|
H A D | TargetEvent.h | 42 class TargetEvent : public Event {
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmLogDisplay.java | 78 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 D | utdelete.c | 204 Object, Object->Event.OsSemaphore)); in AcpiUtDeleteInternalObj() 206 (void) AcpiOsDeleteSemaphore (Object->Event.OsSemaphore); in AcpiUtDeleteInternalObj() 207 Object->Event.OsSemaphore = NULL; in AcpiUtDeleteInternalObj()
|