Home
last modified time | relevance | path

Searched refs:ev_type (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/usr.sbin/bhyve/
H A Dmevent.h32 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 Dmevent.c70 void (*me_func)(int, enum ev_type, void *);
74 enum ev_type me_type;
104 mevent_pipe_read(int fd, enum ev_type type __unused, void *param __unused) in mevent_pipe_read()
283 mevent_add_state(int tfd, enum ev_type type, in mevent_add_state() argument
284 void (*func)(int, enum ev_type, void *), void *param, in mevent_add_state()
359 mevent_add(int tfd, enum ev_type type, in mevent_add() argument
360 void (*func)(int, enum ev_type, void *), void *param) in mevent_add()
367 mevent_add_flags(int tfd, enum ev_type type, int fflags, in mevent_add_flags() argument
368 void (*func)(int, enum ev_type, void *), void *param) in mevent_add_flags()
375 mevent_add_disabled(int tfd, enum ev_type type, in mevent_add_disabled() argument
[all …]
H A Dmevent_test.c93 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 Drtc_pl031.c81 static void rtc_pl031_callback(int fd, enum ev_type type, void *param);
166 rtc_pl031_callback(int fd __unused, enum ev_type type __unused, void *param) in rtc_pl031_callback()
H A Duart_backend.h53 void (*drain)(int, enum ev_type, void *), void *arg);
H A Dpci_virtio_console.c159 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 Dnet_backends.h41 typedef void (*net_be_rxeof_t)(int, enum ev_type, void *param);
H A Duart_pl011.c170 uart_drain(int fd __unused, enum ev_type ev, void *arg) in uart_drain()
H A Duart_backend.c341 void (*drain)(int, enum ev_type, void *), void *arg) in uart_tty_open() argument
H A Duart_emul.c192 uart_drain(int fd __unused, enum ev_type ev, void *arg) in uart_drain()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h67 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 Dvf_port.h32 enum ev_type { enum
43 int port_setup(int, enum ev_type, void (*ih)(void *), void *ih_user);
H A Dvf_port.c81 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 Dwps_upnp.h32 void *priv, enum upnp_wps_wlanevent_type ev_type,
46 enum upnp_wps_wlanevent_type ev_type,
H A Dwps_upnp.c811 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 Dwps_upnp_web.c580 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/contrib/ntp/libntp/lib/isc/include/isc/
H A Devent.h38 isc_eventtype_t ev_type; \
67 (event)->ev_type = (ty); \
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c138 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 Dtrc_gen_elem.cpp202 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 Dsmb_iod.c377 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 Dsmb_conn.h429 int ev_type; member
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h78 uint16_t ev_type; /**< event type - unknown (0) trigger (1), numbered event (2)*/ member
/freebsd/sys/dev/aac/
H A Daac_cam.c149 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 Daacraid_cam.c206 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 Dpm.c208 power_button_handler(int signal __unused, enum ev_type type __unused, void *arg) in power_button_handler()

12