| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | Event.cpp | 30 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()
|
| D | Broadcaster.cpp | 150 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/ |
| D | SBBroadcaster.cpp | 52 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { in BroadcastEventByType() 109 bool SBBroadcaster::EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
|
| D | SBEvent.cpp | 27 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/ |
| D | inf-loop.c | 44 inferior_event_handler (enum inferior_event_type event_type, in inferior_event_handler()
|
| /freebsd-12-stable/contrib/ofed/libibverbs/examples/ |
| D | asyncwatch.c | 42 static const char *event_name_str(enum ibv_event_type event_type) in event_name_str()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-usb.c | 40 get_direction(int transfer_type, int event_type) in get_direction()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectQuit.cpp | 99 const uint32_t event_type = in DoExecute() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | Broadcaster.h | 270 void BroadcastEvent(uint32_t event_type, in BroadcastEvent() 345 bool EventTypeHasListeners(uint32_t event_type) { in EventTypeHasListeners()
|
| /freebsd-12-stable/sys/netinet/cc/ |
| D | cc.c | 283 cc_modevent(module_t mod, int event_type, void *data) in cc_modevent()
|
| /freebsd-12-stable/contrib/libpcap/pcap/ |
| D | usb.h | 81 uint8_t event_type; member 106 uint8_t event_type; member
|
| /freebsd-12-stable/usr.sbin/apmd/ |
| D | apmd.c | 347 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/ |
| D | jitprofiling.c | 112 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationReplayServer.cpp | 272 const uint32_t event_type = event_sp->GetType(); in AsyncThread() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Debugger.cpp | 1191 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
|
| D | Communication.cpp | 154 const uint32_t event_type = event_sp->GetType(); in Read() local
|
| /freebsd-12-stable/sys/dev/smartpqi/ |
| D | smartpqi_event.c | 134 pqisrc_event_type_to_event_index(unsigned event_type) in pqisrc_event_type_to_event_index()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_khelp.c | 317 khelp_modevent(module_t mod, int event_type, void *data) in khelp_modevent()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_cq.c | 94 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/ |
| D | mlx4_srq.c | 43 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) in mlx4_srq_event()
|
| D | mlx4_cq.c | 70 void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type) in mlx4_cq_event()
|
| /freebsd-12-stable/usr.sbin/acpi/acpidump/ |
| D | acpidump.h | 81 u_int32_t event_type; member
|
| /freebsd-12-stable/sys/i386/bios/ |
| D | apm.c | 944 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/ |
| D | fst_ctrl_iface.c | 82 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/ |
| D | xray_interface.cpp | 451 const char *const event_type) XRAY_NEVER_INSTRUMENT { in __xray_register_event_type()
|