Home
last modified time | relevance | path

Searched refs:Events (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciexrc.esc74 /* Ereport Events */
77 /* Internal Events */
92 * Fault Events
H A Dneptune_xfp.esc51 * Events ereport.io.device.nxge.xfp-err and ereport.io.service.lost are
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME80 Events and Objects
83 Events come to NWAM from a variety of different sources asyncronously.
102 generation. Events are posted either directly onto the event queue
128 event queue, processing each event in order. Events that require
148 Events can be associated with specific objects (e.g. link up), or associated
165 Doors and External Events
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_ioctl.h199 mptsas_event_entry_t Events[1]; member
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-fault-management-smtp-notify.p5m27 set name=pkg.summary value="Email Notification Daemon for System Events"
H A Dservice-fault-management-snmp-notify.p5m27 set name=pkg.summary value="SNMP Notification Daemon for System Events"
/illumos-gate/usr/src/cmd/fm/dicts/
H A DFMD.po78 msgstr "The module has been disabled. Events destined for the module will be saved for manual diag…
94 msgstr "The module has been disabled. Events destined for the module will be saved for manual diag…
/illumos-gate/usr/src/lib/libnwam/
H A DREADME74 Events
80 Events types are in libnwam.h as NWAM_EVENTS_* and the actual bodies of
468 For Events:
495 Events can then be recieved by calling nwam_event_wait():
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt216 # Two extra Ingress Queues per function for Firmware Events and Forwarded
217 # Interrupts, and two extra interrupts per function for Firmware Events (or a
H A Dt5fw_cfg.txt251 # Two extra Ingress Queues per function for Firmware Events and Forwarded
252 # Interrupts, and two extra interrupts per function for Firmware Events (or a
H A Dt6fw_cfg.txt268 # Two extra Ingress Queues per function for Firmware Events and Forwarded
269 # Interrupts, and two extra interrupts per function for Firmware Events (or a
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h1028 uint32_t Events; member
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib209 -- Events are indexed by the associated problem UUID and an index ranging
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c7856 csc->Events &= CS_EVENT_CLIENT_EVENTS_MASK;
7858 sp->events |= csc->Events;
7869 cp->events |= (csc->Events &
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1066 Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix GPE storm issues.
1080 Events: Always modify GPE registers under the GPE lock.
3854 Fixed Events
3855 General Purpose Events (GPEs)
3983 General Purpose Events (GPEs)
3984 Fixed Events (PM1a/PM1b and PM Control)
7753 Implemented event counters for each of the Fixed Events, the ACPI SCI
12571 Fixed a problem with ACPI Fixed Events where an RT Clock handler
13009 into separate interfaces for Fixed Events and General Purpose
13010 Events (GPEs) in order to support GPE Block Devices properly.
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c12495 if (ddi_copyout(mpt->m_events, data->Events, in mptsas_event_report()