| /freebsd-12.1/contrib/opencsd/decoder/include/common/ |
| H A D | trc_gen_elem.h | 67 void setEvent(const event_t ev_type, const uint16_t number); 119 inline void OcsdTraceElement::setEvent(const event_t ev_type, const uint16_t number) in setEvent() argument 121 trace_event.ev_type = (uint16_t)ev_type; in setEvent() 122 trace_event.ev_number = ev_type == EVENT_NUMBERED ? number : 0; in setEvent()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | mevent.h | 34 enum ev_type { enum 43 struct mevent *mevent_add(int fd, enum ev_type type, 44 void (*func)(int, enum ev_type, void *),
|
| H A D | mevent.c | 78 void (*me_func)(int, enum ev_type, void *); 82 enum ev_type me_type; 105 mevent_pipe_read(int fd, enum ev_type type, void *param) in mevent_pipe_read() 253 mevent_add(int tfd, enum ev_type type, in mevent_add() argument 254 void (*func)(int, enum ev_type, void *), void *param) in mevent_add()
|
| H A D | mevent_test.c | 97 timer_callback(int fd, enum ev_type type, void *param) in timer_callback() 120 echoer_callback(int fd, enum ev_type type, void *param) in echoer_callback() 186 acceptor_callback(int fd, enum ev_type type, void *param) in acceptor_callback()
|
| H A D | pci_virtio_console.c | 161 static void pci_vtcon_sock_accept(int, enum ev_type, void *); 162 static void pci_vtcon_sock_rx(int, enum ev_type, void *); 366 pci_vtcon_sock_accept(int fd __unused, enum ev_type t __unused, void *arg) in pci_vtcon_sock_accept() 388 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 | 39 typedef void (*net_be_rxeof_t)(int, enum ev_type, void *param);
|
| H A D | gdb.c | 1146 gdb_readable(int fd, enum ev_type event, void *arg) in gdb_readable() 1185 gdb_writable(int fd, enum ev_type event, void *arg) in gdb_writable() 1192 new_connection(int fd, enum ev_type event, void *arg) in new_connection()
|
| H A D | uart_emul.c | 132 static void uart_drain(int fd, enum ev_type ev, void *arg); 369 uart_drain(int fd, enum ev_type ev, void *arg) in uart_drain()
|
| H A D | pm.c | 204 power_button_handler(int signal, enum ev_type type, void *arg) in power_button_handler()
|
| H A D | pci_virtio_net.c | 240 pci_vtnet_rx_callback(int fd, enum ev_type type, void *param) in pci_vtnet_rx_callback()
|
| /freebsd-12.1/sys/arm/freescale/vybrid/ |
| H A D | vf_port.h | 34 enum ev_type { enum 45 int port_setup(int, enum ev_type, void (*ih)(void *), void *ih_user);
|
| H A D | vf_port.c | 84 enum ev_type pevt; 139 port_setup(int pnum, enum ev_type pevt, void (*ih)(void *), void *ih_user) in port_setup()
|
| /freebsd-12.1/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 | 789 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event() argument 805 os_snprintf(type, sizeof(type), "%1u", ev_type); in upnp_wps_device_send_wlan_event() 812 *(raw + pos) = (u8) ev_type; in upnp_wps_device_send_wlan_event() 831 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-12.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | event.h | 38 isc_eventtype_t ev_type; \ 67 (event)->ev_type = (ty); \
|
| /freebsd-12.1/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-12.1/sys/netsmb/ |
| H A D | smb_iod.c | 382 evp->ev_type = event; in smb_iod_request() 604 evp->ev_type |= SMBIOD_EV_PROCESSING; in smb_iod_main() 606 switch (evp->ev_type & SMBIOD_EV_MASK) { in smb_iod_main() 623 if (evp->ev_type & SMBIOD_EV_SYNC) { in smb_iod_main()
|
| H A D | smb_conn.h | 433 int ev_type; member
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/ |
| H A D | trc_gen_elem_types.h | 74 uint16_t ev_type; /**< event type - unknown (0) trigger (1), numbered event (2)*/ member
|
| /freebsd-12.1/sys/dev/aac/ |
| H A D | aac_cam.c | 154 switch (event->ev_type) { in aac_cam_event() 165 event->ev_type); in aac_cam_event() 399 event->ev_type = AAC_EVENT_CMFREE; in aac_cam_action()
|
| H A D | aac.c | 376 switch (event->ev_type & AAC_EVENT_MASK) { in aac_add_event() 382 event->ev_type); in aac_add_event() 2947 switch (event->ev_type) { in aac_ioctl_event() 2989 event->ev_type = AAC_EVENT_CMFREE; in aac_ioctl_sendfib() 3078 event->ev_type = AAC_EVENT_CMFREE; in aac_ioctl_send_raw_srb()
|
| /freebsd-12.1/sys/dev/aacraid/ |
| H A D | aacraid_cam.c | 226 switch (event->ev_type) { in aac_cam_event() 237 event->ev_type); in aac_cam_event() 398 event->ev_type = AAC_EVENT_CMFREE; in aac_container_rw_command() 646 event->ev_type = AAC_EVENT_CMFREE; in aac_container_special_command() 882 event->ev_type = AAC_EVENT_CMFREE; in aac_passthrough_command() 1288 event->ev_type = AAC_EVENT_CMFREE; in aac_cam_reset_bus()
|
| /freebsd-12.1/contrib/ntp/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-12.1/contrib/wpa/src/ap/ |
| H A D | wps_hostapd.c | 1508 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response() argument 1517 MACSTR, ev_type, MAC2STR(mac_addr)); in hostapd_rx_req_put_wlan_response() 1520 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) { in hostapd_rx_req_put_wlan_response() 1522 "PutWLANResponse WLANEventType %d", ev_type); in hostapd_rx_req_put_wlan_response()
|