| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBEvent.cpp | 32 SBEvent::SBEvent (uint32_t event_type, const char *cstr, uint32_t cstr_len) : in SBEvent() argument 33 m_event_sp (new Event (event_type, new EventDataBytes (cstr, cstr_len))), in SBEvent() 91 uint32_t event_type = 0; in GetType() local 93 event_type = lldb_event->GetType(); in GetType() 98 …ldb_event->GetBroadcaster() && lldb_event->GetBroadcaster()->GetEventNames(sstr, event_type, true)) in GetType() 100 static_cast<void*>(get()), event_type, sstr.GetData()); in GetType() 103 static_cast<void*>(get()), event_type); in GetType() 107 return event_type; in GetType()
|
| HD | SBBroadcaster.cpp | 74 SBBroadcaster::BroadcastEventByType (uint32_t event_type, bool unique) in BroadcastEventByType() argument 80 static_cast<void*>(m_opaque_ptr), event_type, unique); in BroadcastEventByType() 86 m_opaque_ptr->BroadcastEventIfUnique (event_type); in BroadcastEventByType() 88 m_opaque_ptr->BroadcastEvent (event_type); in BroadcastEventByType() 140 SBBroadcaster::EventTypeHasListeners (uint32_t event_type) in EventTypeHasListeners() argument 143 return m_opaque_ptr->EventTypeHasListeners (event_type); in EventTypeHasListeners()
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xge-queue.h | 82 xge_hal_event_e event_type; member 97 typedef void (*xge_queued_f) (void *data, int event_type); 156 xge_queue_produce(xge_queue_h queueh, int event_type, void *context, 160 xge_queue_produce_context(xge_queue_h queueh, int event_type, void *context) { in xge_queue_produce_context() argument 161 return xge_queue_produce(queueh, event_type, context, 0, 0, 0); in xge_queue_produce_context()
|
| /NextBSD/sys/dev/vxge/include/ |
| HD | vxge-queue.h | 81 vxge_hal_event_e event_type; member 96 typedef void (*vxge_queued_f) (void *data, u32 event_type); 219 u32 event_type, 245 u32 event_type, in vxge_queue_produce_context() argument 248 return (vxge_queue_produce(queueh, event_type, context, 0, 0, 0)); in vxge_queue_produce_context()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-usb.c | 39 get_direction(int transfer_type, int event_type) in get_direction() argument 48 switch(event_type) in get_direction() 62 switch(event_type) in get_direction() 105 switch(uh->event_type) in usb_header_print() 120 direction = get_direction(uh->transfer_type, uh->event_type); in usb_header_print()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Broadcaster.cpp | 164 Broadcaster::EventTypeHasListeners (uint32_t event_type) in EventTypeHasListeners() argument 168 if (m_hijacking_listeners.size() > 0 && event_type & m_hijacking_masks.back()) in EventTypeHasListeners() 177 if (pos->second & event_type) in EventTypeHasListeners() 226 const uint32_t event_type = event_sp->GetType(); in PrivateBroadcastEvent() local 235 if ((event_type & m_hijacking_masks.back()) == 0) in PrivateBroadcastEvent() 252 if (unique && hijacking_listener->PeekAtNextEventForBroadcasterWithType (this, event_type)) in PrivateBroadcastEvent() 266 if (event_type & pos->second) in PrivateBroadcastEvent() 268 if (unique && pos->first->PeekAtNextEventForBroadcasterWithType (this, event_type)) in PrivateBroadcastEvent() 277 Broadcaster::BroadcastEvent (uint32_t event_type, EventData *event_data) in BroadcastEvent() argument 279 EventSP event_sp (new Event (event_type, event_data)); in BroadcastEvent() [all …]
|
| HD | Event.cpp | 30 Event::Event (Broadcaster *broadcaster, uint32_t event_type, EventData *data) : in Event() argument 32 m_type (event_type), in Event() 37 Event::Event(uint32_t event_type, EventData *data) : in Event() argument 39 m_type (event_type), in Event()
|
| HD | Debugger.cpp | 1326 …const uint32_t event_type = Breakpoint::BreakpointEventData::GetBreakpointEventTypeFromEvent (even… in HandleBreakpointEvent() local 1340 if (event_type & eBreakpointEventTypeLocationsAdded) in HandleBreakpointEvent() 1437 const uint32_t event_type = event_sp->GetType(); in HandleProcessEvent() local 1450 const bool got_state_changed = (event_type & Process::eBroadcastBitStateChanged) != 0; in HandleProcessEvent() 1451 const bool got_stdout = (event_type & Process::eBroadcastBitSTDOUT) != 0; in HandleProcessEvent() 1452 const bool got_stderr = (event_type & Process::eBroadcastBitSTDERR) != 0; in HandleProcessEvent() 1497 const uint32_t event_type = event_sp->GetType(); in HandleThreadEvent() local 1498 if (event_type == Thread::eBroadcastBitStackChanged || in HandleThreadEvent() 1499 event_type == Thread::eBroadcastBitThreadSelected ) in HandleThreadEvent() 1570 uint32_t event_type = event_sp->GetType(); in DefaultEventHandler() local [all …]
|
| /NextBSD/contrib/ofed/libibverbs/examples/ |
| HD | asyncwatch.c | 41 static const char *event_name_str(enum ibv_event_type event_type) in event_name_str() argument 43 switch (event_type) { in event_name_str() 112 event_name_str(event.event_type), in main() 113 event.event_type, event.element.port_num); in main()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| HD | jitprofiling.c | 114 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent() argument 154 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS || in iJIT_NotifyEvent() 155 event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) && in iJIT_NotifyEvent() 164 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS) in iJIT_NotifyEvent() 202 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) in iJIT_NotifyEvent() 231 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED) in iJIT_NotifyEvent() 238 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
|
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xge-queue.c | 72 elem->event_type, in __queue_consume() 85 elem->event_type, in __queue_consume() 97 elem->event_type, in __queue_consume() 144 xge_queue_produce(xge_queue_h queueh, int event_type, void *context, in xge_queue_produce() argument 177 event_type, in xge_queue_produce() 192 event_type, in xge_queue_produce() 226 elem->event_type = (xge_hal_event_e) event_type; in xge_queue_produce() 236 queue->queued_func(queue->queued_data, event_type); in xge_queue_produce() 432 item, item->event_type); in xge_queue_flush()
|
| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxge-queue.c | 99 elem->event_type, (ptr_t) queue->start_ptr, in __queue_consume() 108 elem->event_type, (ptr_t) queue->start_ptr, in __queue_consume() 116 elem->event_type, (ptr_t) queue->start_ptr, in __queue_consume() 164 u32 event_type, in vxge_queue_produce() argument 187 (ptr_t) queueh, event_type, (ptr_t) context, in vxge_queue_produce() 212 event_type, (ptr_t) queue->start_ptr, in vxge_queue_produce() 223 event_type, (ptr_t) queue->start_ptr, in vxge_queue_produce() 260 elem->event_type = (vxge_hal_event_e) event_type; in vxge_queue_produce() 270 queue->queued_func(queue->queued_data, event_type); in vxge_queue_produce() 558 (ptr_t) item, item->event_type); in vxge_queue_flush()
|
| /NextBSD/contrib/ofed/libibverbs/src/ |
| HD | device.c | 192 event->event_type = ev.event_type; in __ibv_get_async_event() 194 if (event->event_type & IBV_XRC_QP_EVENT_FLAG) { in __ibv_get_async_event() 197 switch (event->event_type) { in __ibv_get_async_event() 231 switch (event->event_type) { in __ibv_ack_async_event()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | inf-loop.c | 44 inferior_event_handler (enum inferior_event_type event_type, in inferior_event_handler() argument 47 switch (event_type) in inferior_event_handler()
|
| HD | inf-loop.h | 25 extern void inferior_event_handler (enum inferior_event_type event_type,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectQuit.cpp | 94 const uint32_t event_type = CommandInterpreter::eBroadcastBitQuitCommandReceived; in DoExecute() local 95 m_interpreter.BroadcastEvent (event_type); in DoExecute()
|
| /NextBSD/usr.sbin/apmd/ |
| HD | apmd.c | 345 u_int event_type = i; in read_config() local 346 if (write(apmctl_fd, &event_type, sizeof(u_int)) == -1) { in read_config() 347 err(1, "cannot enable event 0x%x", event_type); in read_config() 398 u_int event_type = i; in destroy_config() local 399 if (write(apmctl_fd, &event_type, sizeof(u_int)) == -1) { in destroy_config() 400 err(1, "cannot disable event 0x%x", event_type); in destroy_config()
|
| /NextBSD/contrib/libpcap/pcap/ |
| HD | usb.h | 79 u_int8_t event_type; member 104 u_int8_t event_type; member
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBBroadcaster.h | 38 BroadcastEventByType (uint32_t event_type, bool unique = false); 53 EventTypeHasListeners (uint32_t event_type);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Broadcaster.h | 289 BroadcastEvent (uint32_t event_type, EventData *event_data = NULL); 292 BroadcastEventIfUnique (uint32_t event_type, EventData *event_data = NULL); 374 EventTypeHasListeners (uint32_t event_type);
|
| HD | Event.h | 130 Event (Broadcaster *broadcaster, uint32_t event_type, EventData *data = NULL); 132 Event (uint32_t event_type, EventData *data = NULL);
|
| /NextBSD/sys/i386/bios/ |
| HD | apm.c | 1013 apm_record_event(struct apm_softc *sc, u_int event_type) in apm_record_event() argument 1021 if (sc->event_filter[event_type] == 0) in apm_record_event() 1027 evp->type = event_type; in apm_record_event() 1482 u_int event_type; in apmwrite() local 1491 if ((error = uiomove((caddr_t)&event_type, sizeof(u_int), uio))) in apmwrite() 1494 if (event_type < 0 || event_type >= APM_NPMEV) in apmwrite() 1497 if (sc->event_filter[event_type] == 0) { in apmwrite() 1502 sc->event_filter[event_type] = enabled; in apmwrite() 1503 APM_DPRINT("apmwrite: event 0x%x %s\n", event_type, is_enabled(enabled)); in apmwrite()
|
| /NextBSD/sys/netinet/cc/ |
| HD | cc.c | 281 cc_modevent(module_t mod, int event_type, void *data) in cc_modevent() argument 289 switch(event_type) { in cc_modevent()
|
| /NextBSD/contrib/wpa/src/fst/ |
| HD | fst_ctrl_iface.c | 82 enum fst_event_type event_type, in fst_ctrl_iface_notify() argument 108 switch (event_type) { in fst_ctrl_iface_notify() 150 fst_session_event_type_name(event_type), in fst_ctrl_iface_notify() 162 fst_session_event_type_name(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() argument 730 fst_ctrl_iface_notify(i, session_id, event_type, extra); in fst_ctrl_iface_on_event()
|
| /NextBSD/sys/netinet/ |
| HD | sctp_usrreq.c | 3017 uint32_t event_type; local 3024 event_type = SCTP_PCB_FLAGS_RECVASSOCEVNT; 3027 event_type = SCTP_PCB_FLAGS_RECVPADDREVNT; 3030 event_type = SCTP_PCB_FLAGS_RECVPEERERR; 3033 event_type = SCTP_PCB_FLAGS_RECVSENDFAILEVNT; 3036 event_type = SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT; 3039 event_type = SCTP_PCB_FLAGS_ADAPTATIONEVNT; 3042 event_type = SCTP_PCB_FLAGS_PDAPIEVNT; 3045 event_type = SCTP_PCB_FLAGS_AUTHEVNT; 3048 event_type = SCTP_PCB_FLAGS_STREAM_RESETEVNT; [all …]
|