Home
last modified time | relevance | path

Searched defs:event_type (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DEvent.cpp30 Event::Event(Broadcaster *broadcaster, uint32_t event_type, EventData *data) in Event()
34 Event::Event(Broadcaster *broadcaster, uint32_t event_type, in Event()
39 Event::Event(uint32_t event_type, EventData *data) in Event()
42 Event::Event(uint32_t event_type, const EventDataSP &event_data_sp) in Event()
DBroadcaster.cpp150 bool Broadcaster::BroadcasterImpl::EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
200 const uint32_t event_type = event_sp->GetType(); in PrivateBroadcastEvent() local
242 void Broadcaster::BroadcasterImpl::BroadcastEvent(uint32_t event_type, in BroadcastEvent()
249 uint32_t event_type, const lldb::EventDataSP &event_data_sp) { in BroadcastEvent()
255 uint32_t event_type, EventData *event_data) { in BroadcastEventIfUnique()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBroadcaster.cpp52 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { in BroadcastEventByType()
109 bool SBBroadcaster::EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
DSBEvent.cpp27 SBEvent::SBEvent(uint32_t event_type, const char *cstr, uint32_t cstr_len) in SBEvent()
78 uint32_t event_type = 0; in GetType() local
/freebsd-12-stable/contrib/gdb/gdb/
Dinf-loop.c44 inferior_event_handler (enum inferior_event_type event_type, in inferior_event_handler()
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
Dasyncwatch.c42 static const char *event_name_str(enum ibv_event_type event_type) in event_name_str()
/freebsd-12-stable/contrib/tcpdump/
Dprint-usb.c40 get_direction(int transfer_type, int event_type) in get_direction()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectQuit.cpp99 const uint32_t event_type = in DoExecute() local
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DBroadcaster.h270 void BroadcastEvent(uint32_t event_type, in BroadcastEvent()
345 bool EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
/freebsd-12-stable/sys/netinet/cc/
Dcc.c283 cc_modevent(module_t mod, int event_type, void *data) in cc_modevent()
/freebsd-12-stable/contrib/libpcap/pcap/
Dusb.h81 uint8_t event_type; member
106 uint8_t event_type; member
/freebsd-12-stable/usr.sbin/apmd/
Dapmd.c347 u_int event_type = i; in read_config() local
400 u_int event_type = i; in destroy_config() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c112 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.cpp272 const uint32_t event_type = event_sp->GetType(); in AsyncThread() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDebugger.cpp1191 const uint32_t event_type = Debugger::eBroadcastBitProgress; in PrivateReportProgress() local
1300 const uint32_t event_type = in HandleBreakpointEvent() local
1367 const uint32_t event_type = event_sp->GetType(); in HandleProcessEvent() local
1453 const uint32_t event_type = event_sp->GetType(); in HandleThreadEvent() local
1515 uint32_t event_type = event_sp->GetType(); in DefaultEventHandler() local
DCommunication.cpp154 const uint32_t event_type = event_sp->GetType(); in Read() local
/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_event.c134 pqisrc_event_type_to_event_index(unsigned event_type) in pqisrc_event_type_to_event_index()
/freebsd-12-stable/sys/kern/
Dkern_khelp.c317 khelp_modevent(module_t mod, int event_type, void *data) in khelp_modevent()
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_cq.c94 void mlx5_cq_event(struct mlx5_core_dev *dev, u32 cqn, int event_type) in mlx5_cq_event()
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_srq.c43 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) in mlx4_srq_event()
Dmlx4_cq.c70 void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type) in mlx4_cq_event()
/freebsd-12-stable/usr.sbin/acpi/acpidump/
Dacpidump.h81 u_int32_t event_type; member
/freebsd-12-stable/sys/i386/bios/
Dapm.c944 apm_record_event(struct apm_softc *sc, u_int event_type) in apm_record_event()
1427 u_int event_type; in apmwrite() local
/freebsd-12-stable/contrib/wpa/src/fst/
Dfst_ctrl_iface.c82 enum fst_event_type event_type, in fst_ctrl_iface_notify()
724 static void fst_ctrl_iface_on_event(enum fst_event_type event_type, in fst_ctrl_iface_on_event()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp451 const char *const event_type) XRAY_NEVER_INSTRUMENT { in __xray_register_event_type()

123