/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | trc_gen_elem.h | 67 void setEvent(const event_t ev_type, const uint16_t number); 125 inline void OcsdTraceElement::setEvent(const event_t ev_type, const uint16_t number) in setEvent() argument 127 trace_event.ev_type = (uint16_t)ev_type; in setEvent() 128 trace_event.ev_number = ev_type == EVENT_NUMBERED ? number : 0; in setEvent()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_port.h | 32 enum ev_type { enum 43 int port_setup(int, enum ev_type, void (*ih)(void *), void *ih_user);
|
H A D | vf_port.c | 81 enum ev_type pevt; 135 port_setup(int pnum, enum ev_type pevt, void (*ih)(void *), void *ih_user) in port_setup()
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_upnp.h | 32 void *priv, enum upnp_wps_wlanevent_type ev_type, 46 enum upnp_wps_wlanevent_type ev_type,
|
H A D | wps_upnp.c | 811 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event() argument 827 os_snprintf(type, sizeof(type), "%1u", ev_type); in upnp_wps_device_send_wlan_event() 834 *(raw + pos) = (u8) ev_type; in upnp_wps_device_send_wlan_event() 853 sm->wlanevent_type = ev_type; in upnp_wps_device_send_wlan_event()
|
H A D | wps_upnp_web.c | 580 int ev_type; in web_process_put_wlan_response() local 605 ev_type = atol(val); in web_process_put_wlan_response() 643 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) { in web_process_put_wlan_response() 656 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type, in web_process_put_wlan_response()
|
/freebsd/usr.sbin/bhyve/ |
H A D | mevent_test.c | 93 timer_callback(int fd, enum ev_type type, void *param) in timer_callback() 116 echoer_callback(int fd, enum ev_type type, void *param) in echoer_callback() 182 acceptor_callback(int fd, enum ev_type type, void *param) in acceptor_callback()
|
H A D | uart_backend.c | 81 void (*drain)(int, enum ev_type, void *); 294 uart_tcp_listener(int fd, enum ev_type type __unused, void *arg) in uart_tcp_listener() 419 void (*drain)(int, enum ev_type, void *), void *arg) in uart_tcp_backend() argument 527 void (*drain)(int, enum ev_type, void *), void *arg) in uart_tty_open() argument
|
H A D | uart_backend.h | 53 void (*drain)(int, enum ev_type, void *), void *arg);
|
H A D | pci_virtio_console.c | 159 static void pci_vtcon_sock_accept(int, enum ev_type, void *); 160 static void pci_vtcon_sock_rx(int, enum ev_type, void *); 386 pci_vtcon_sock_accept(int fd __unused, enum ev_type t __unused, void *arg) in pci_vtcon_sock_accept() 408 pci_vtcon_sock_rx(int fd __unused, enum ev_type t __unused, void *arg) in pci_vtcon_sock_rx()
|
H A D | net_backends.h | 41 typedef void (*net_be_rxeof_t)(int, enum ev_type, void *param);
|
H A D | uart_emul.c | 192 uart_drain(int fd __unused, enum ev_type ev, void *arg)
|
H A D | block_if.c | 414 blockif_sigcont_handler(int signal __unused, enum ev_type type __unused, in blockif_sigcont_handler() 680 blockif_resized(int fd, enum ev_type type __unused, void *arg) in blockif_resized()
|
H A D | gdb.c | 2059 gdb_readable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_readable() 2101 gdb_writable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_writable() 2108 new_connection(int fd, enum ev_type event __unused, void *arg) in new_connection()
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | event.h | 38 isc_eventtype_t ev_type; \ 67 (event)->ev_type = (ty); \
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 138 char ev_type; member 304 if (evp->ev_type != event_type || in show_events() 716 if (info->ev_type == 'I') { in dprog_addevent() 769 if (info->ev_type == 'H') { in dprog_addevent() 784 if (info->ev_type == 'E') { in dprog_addevent() 798 if (info->ev_type == 'H') { in dprog_addevent() 806 if (info->ev_type != 'I') in dprog_addevent() 1194 if (g_event_info[i].ev_type != 'E') in main() 1295 if (g_event_info[i].ev_type == c) in main() 1302 if (strchr("CH", g_event_info[i].ev_type)) in main() [all …]
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_gen_elem.cpp | 202 if(trace_event.ev_type == EVENT_TRIGGER) in toString() 204 else if(trace_event.ev_type == EVENT_NUMBERED) in toString()
|
/freebsd/sys/netsmb/ |
H A D | smb_iod.c | 377 evp->ev_type = event; in smb_iod_request() 595 evp->ev_type |= SMBIOD_EV_PROCESSING; in smb_iod_main() 597 switch (evp->ev_type & SMBIOD_EV_MASK) { in smb_iod_main() 614 if (evp->ev_type & SMBIOD_EV_SYNC) { in smb_iod_main()
|
H A D | smb_conn.h | 429 int ev_type; member
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | trc_gen_elem_types.h | 78 uint16_t ev_type; /**< event type - unknown (0) trigger (1), numbered event (2)*/ member
|
/freebsd/sys/dev/aac/ |
H A D | aac_cam.c | 149 switch (event->ev_type) { in aac_cam_event() 160 event->ev_type); in aac_cam_event() 394 event->ev_type = AAC_EVENT_CMFREE; in aac_cam_action()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_cam.c | 206 switch (event->ev_type) { in aac_cam_event() 217 event->ev_type); in aac_cam_event() 376 event->ev_type = AAC_EVENT_CMFREE; in aac_container_rw_command() 630 event->ev_type = AAC_EVENT_CMFREE; in aac_container_special_command() 867 event->ev_type = AAC_EVENT_CMFREE; in aac_passthrough_command() 1279 event->ev_type = AAC_EVENT_CMFREE; in aac_cam_reset_bus()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pm.c | 208 power_button_handler(int signal __unused, enum ev_type type __unused, void *arg) in power_button_handler()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | task.c | 541 REQUIRE(event->ev_type > 0); in task_send() 662 if (event->ev_type >= first && event->ev_type <= last && in dequeue_events()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wps_hostapd.c | 1694 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response() argument 1703 MACSTR, ev_type, MAC2STR(mac_addr)); in hostapd_rx_req_put_wlan_response() 1706 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) { in hostapd_rx_req_put_wlan_response() 1708 "PutWLANResponse WLANEventType %d", ev_type); in hostapd_rx_req_put_wlan_response()
|