/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Event.h | 37 class Event { }; class
|
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/ |
H A D | Event.h | 32 // 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/cmd/lms/SyncLib/src/ |
H A D | EventUnix.cpp | 34 // 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/events/ |
H A D | evevent.c | 3 * 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/boot/sys/boot/efi/include/ |
H A D | efiudp.h | 113 EFI_EVENT Event; member in struct:__anon258 227 EFI_EVENT Event; member in struct:__anon265
|
H A D | efitcp.h | 108 EFI_EVENT Event; member in struct:__anon231 285 EFI_EVENT Event; member in struct:__anon244
|
H A D | efiip.h | 164 EFI_EVENT Event; member in struct:__anon175 412 EFI_EVENT Event; member in struct:__anon184
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acobject.h | 516 ACPI_OBJECT_EVENT Event; member in union:acpi_operand_object
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | hbaapi.h | 408 /* Event Codes */ 438 } Event; member in struct:HBA_EventInfo
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_queue.h | 458 /* FC Event */ 1032 uint32_t Event:1; /* 1 if processed entry is EQE */ member in struct:emlxs_cqdb 1039 uint32_t Event:1; /* 1 if processed entry is EQE */ member in struct:emlxs_cqdb 1064 uint32_t Event:1; /* True iff processed entry is EQE */ member in struct:emlxs_eqdb 1072 uint32_t Event:1; /* True iff processed entry is EQE */ member in struct:emlxs_eqdb
|
H A D | emlxs_hbaapi.h | 409 /* Event Codes */ 439 } Event; member in struct:HBA_EventInfo
|
/illumos-gate/usr/src/uts/common/sys/mpt/ |
H A D | mpi_ioc.h | 252 * Event Notification messages 265 * Event Notification Reply 278 uint32_t Event; member in struct:msg_event_notify_reply 284 * Event Acknowledge 293 uint32_t Event; member in struct:msg_event_ack 316 * Event 364 * SCSI Event data for Port, Bus and Device forms) 373 * SCSI Device Status Change Event data 386 * SCSI Device Status Change Event data ReasonCode values 425 * MPI Link Status Change Event dat [all...] |
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_ioc.h | 35 * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages 55 * 06-26-07 02.00.02 Added IR Configuration Change List Event. 64 * Overflow Event data. 66 * for SAS Initiator Device Status Change Event data. 68 * List Event data, including adding a bit for PHY Vacant 80 * Added Log Entry Added Event and related structure. 97 * Operations Status Event data. 98 * Added four new IR Configuration Change List Event data 101 * Change Event data. 119 * Event 519 U16 Event; /* 0x14 */ member in struct:_MPI2_EVENT_NOTIFICATION_REPLY 1144 U16 Event; /* 0x0C */ member in struct:_MPI2_EVENT_ACK_REQUEST [all...] |