| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | mevent.h | 32 enum ev_type { enum 45 struct mevent *mevent_add(int fd, enum ev_type type, 46 void (*func)(int, enum ev_type, void *), 48 struct mevent *mevent_add_flags(int fd, enum ev_type type, int fflags, 49 void (*func)(int, enum ev_type, void *), 51 struct mevent *mevent_add_disabled(int fd, enum ev_type type, 52 void (*func)(int, enum ev_type, void *),
|
| H A D | mevent.c | 70 void (*me_func)(int, enum ev_type, void *); 74 enum ev_type me_type; 98 mevent_pipe_read(int fd, enum ev_type type __unused, void *param __unused) in mevent_pipe_read() 278 mevent_add_state(int tfd, enum ev_type type, in mevent_add_state() argument 279 void (*func)(int, enum ev_type, void *), void *param, in mevent_add_state() 354 mevent_add(int tfd, enum ev_type type, in mevent_add() argument 355 void (*func)(int, enum ev_type, void *), void *param) in mevent_add() 362 mevent_add_flags(int tfd, enum ev_type type, int fflags, in mevent_add_flags() argument 363 void (*func)(int, enum ev_type, void *), void *param) in mevent_add_flags() 370 mevent_add_disabled(int tfd, enum ev_type type, in mevent_add_disabled() argument [all …]
|
| 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.h | 53 void (*drain)(int, enum ev_type, void *), void *arg);
|
| H A D | pci_virtio_console.c | 160 static void pci_vtcon_sock_accept(int, enum ev_type, void *); 161 static void pci_vtcon_sock_rx(int, enum ev_type, void *); 387 pci_vtcon_sock_accept(int fd __unused, enum ev_type t __unused, void *arg) in pci_vtcon_sock_accept() 409 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_backend.c | 333 void (*drain)(int, enum ev_type, void *), void *arg) in uart_tty_open() argument
|
| H A D | uart_emul.c | 194 uart_drain(int fd __unused, enum ev_type ev, void *arg) in uart_drain()
|
| H A D | gdb.c | 1913 gdb_readable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_readable() 1955 gdb_writable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_writable() 1962 new_connection(int fd, enum ev_type event __unused, void *arg) in new_connection()
|
| /freebsd-14.2/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-14.2/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 | 82 enum ev_type pevt; 136 port_setup(int pnum, enum ev_type pevt, void (*ih)(void *), void *ih_user) in port_setup()
|
| /freebsd-14.2/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-14.2/contrib/ntp/libntp/lib/isc/include/isc/ |
| H A D | event.h | 38 isc_eventtype_t ev_type; \ 67 (event)->ev_type = (ty); \
|
| /freebsd-14.2/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-14.2/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-14.2/sys/netsmb/ |
| H A D | smb_iod.c | 378 evp->ev_type = event; in smb_iod_request() 596 evp->ev_type |= SMBIOD_EV_PROCESSING; in smb_iod_main() 598 switch (evp->ev_type & SMBIOD_EV_MASK) { in smb_iod_main() 615 if (evp->ev_type & SMBIOD_EV_SYNC) { in smb_iod_main()
|
| H A D | smb_conn.h | 429 int ev_type; member
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/usr.sbin/bhyve/amd64/ |
| H A D | pm.c | 209 power_button_handler(int signal __unused, enum ev_type type __unused, void *arg) in power_button_handler()
|
| /freebsd-14.2/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()
|