Searched refs:Event (Results 76 - 100 of 101) sorted by relevance

12345

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h89 class Event;
300 typedef std::shared_ptr<lldb_private::Event> EventSP;
/freebsd-10.1-release/sys/dev/mpt/
H A Dmpt_debug.c144 { MPI_FUNCTION_EVENT_NOTIFICATION, "Event Notification" },
145 { MPI_FUNCTION_EVENT_ACK, "Event Ack" },
436 printf("\tEvent: %s\n", mpt_ioc_event(msg->Event));
441 switch(msg->Event) {
H A Dmpt_raid.c49 #include "dev/mpt/mpilib/mpi_ioc.h" /* XXX Fix Event Handling!!! */
380 if (msg->Event != MPI_EVENT_INTEGRATED_RAID) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp457 Watchpoint::WatchpointEventData::GetEventDataFromEvent (const Event *event)
H A DBreakpoint.cpp750 Breakpoint::BreakpointEventData::GetEventDataFromEvent (const Event *event)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp91 ThreadPlanStepRange::ShouldReportStop (Event *event_ptr)
H A DTarget.cpp25 #include "lldb/Core/Event.h"
3142 Target::TargetEventData::GetEventDataFromEvent (const Event *event_ptr)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp316 case PathDiagnosticPiece::Event: Kind = "Event"; break;
H A DPathDiagnostic.cpp98 case PathDiagnosticPiece::Event:
350 case clang::ento::PathDiagnosticPiece::Event:
H A DBugReporter.cpp123 case clang::ento::PathDiagnosticPiece::Event: {
190 case PathDiagnosticPiece::Event: {
/freebsd-10.1-release/sys/dev/mps/mpi/
H A Dmpi2_ioc.h36 * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages
51 * 06-26-07 02.00.02 Added IR Configuration Change List Event.
60 * Overflow Event data.
62 * for SAS Initiator Device Status Change Event data.
64 * List Event data, including adding a bit for PHY Vacant
76 * Added Log Entry Added Event and related structure.
93 * Operations Status Event data.
94 * Added four new IR Configuration Change List Event data
97 * Change Event data.
115 * Event
476 U16 Event; /* 0x14 */ member in struct:_MPI2_EVENT_NOTIFICATION_REPLY
1010 U16 Event; /* 0x0C */ member in struct:_MPI2_EVENT_ACK_REQUEST
[all...]
/freebsd-10.1-release/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h33 * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages
79 * 09-28-01 01.02.03 Modified Event Data for Integrated RAID.
105 * 01-15-05 01.05.05 Added event data for SAS SES Event.
137 * Broadcast Event Data (replacing _RESERVED2).
138 * For Discovery Error Event Data DiscoveryStatus field,
149 * Change Event data to indicate completion of internally
446 /* Event Notification messages */
461 /* Event Notification Reply */
475 U32 Event; /* 14h */ member in struct:_MSG_EVENT_NOTIFY_REPLY
481 /* Event Acknowledg
491 U32 Event; /* 0Ch */ member in struct:_MSG_EVENT_ACK
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h405 class Event { class in namespace:clang::ento::check
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h26 #include "lldb/Core/Event.h"
430 GetEventDataFromEvent (const Event *event_sp);
/freebsd-10.1-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.h871 UINT8 Event);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c141 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Event.OsSemaphore), "OsSemaphore"}
708 AcpiOsPrintf ("Event\n");
/freebsd-10.1-release/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c826 * For Mutex and Event objects, we cannot simply copy the underlying
841 &DestDesc->Event.OsSemaphore);
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dactypes.h651 * Event Types: Fixed & General Purpose
667 * Event Status - Per event
992 /* Table Event Types */
1063 /* Table Event handler (Load, LoadTable, etc.) and types */
1067 UINT32 Event,
/freebsd-10.1-release/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h39 * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages
59 * 06-26-07 02.00.02 Added IR Configuration Change List Event.
68 * Overflow Event data.
70 * for SAS Initiator Device Status Change Event data.
72 * List Event data, including adding a bit for PHY Vacant
84 * Added Log Entry Added Event and related structure.
101 * Operations Status Event data.
102 * Added four new IR Configuration Change List Event data
105 * Change Event data.
123 * Event
523 U16 Event; /* 0x14 */ member in struct:_MPI2_EVENT_NOTIFICATION_REPLY
1148 U16 Event; /* 0x0C */ member in struct:_MPI2_EVENT_ACK_REQUEST
[all...]
/freebsd-10.1-release/sys/dev/mpr/
H A Dmpr.c1606 switch (event->Event) {
1991 event = le16toh(reply->Event);
H A Dmpr_user.c1933 event = event_reply->Event;
/freebsd-10.1-release/sys/dev/mps/
H A Dmps.c1579 switch (event->Event) {
1960 event = le16toh(reply->Event);
H A Dmps_user.c1904 event = event_reply->Event;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp184 EventSP prompt_change_event_sp (new Event(CommandInterpreter::eBroadcastBitResetPrompt, new EventDataBytes (new_prompt)));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2104 EventSP prompt_change_event_sp (new Event(eBroadcastBitResetPrompt, new EventDataBytes (new_prompt)));;

Completed in 210 milliseconds

12345