Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/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.c96 void (*me_func)(int, enum ev_type, void *);
104 enum ev_type me_type;
117 void (*mp_func)(int, enum ev_type, void *);
606 mevent_add_state(int tfd, enum ev_type type, in mevent_add_state() argument
607 void (*func)(int, enum ev_type, void *), void *param, in mevent_add_state()
696 mevent_add(int tfd, enum ev_type type, in mevent_add() argument
697 void (*func)(int, enum ev_type, void *), void *param) in mevent_add()
704 mevent_add_flags(int tfd, enum ev_type type, int fflags, in mevent_add_flags() argument
705 void (*func)(int, enum ev_type, void *), void *param) in mevent_add_flags()
712 mevent_add_disabled(int tfd, enum ev_type type, in mevent_add_disabled() argument
[all …]
H A Dmevent_test.c110 timer_callback(int fd, enum ev_type type, void *param) in timer_callback()
137 echoer_callback(int fd, enum ev_type type, void *param) in echoer_callback()
203 acceptor_callback(int fd, enum ev_type type, void *param) in acceptor_callback()
H A Dpci_virtio_console.c165 static void pci_vtcon_sock_accept(int, enum ev_type, void *);
166 static void pci_vtcon_sock_rx(int, enum ev_type, void *);
408 pci_vtcon_sock_accept(int fd __unused, enum ev_type t __unused, void *arg) in pci_vtcon_sock_accept()
430 pci_vtcon_sock_rx(int fd __unused, enum ev_type t __unused, void *arg) in pci_vtcon_sock_rx()
H A Dnet_backends.h37 typedef void (*net_be_rxeof_t)(int, enum ev_type, void *param);
H A Duart_emul.c162 static void uart_drain(int fd, enum ev_type ev, void *arg);
440 uart_drain(int fd, enum ev_type ev, void *arg) in uart_drain()
682 uart_sock_drain(int fd, enum ev_type ev, void *arg) in uart_sock_drain()
729 uart_sock_accept(int fd, enum ev_type ev, void *arg) in uart_sock_accept()
H A Dpm.c224 power_button_handler(int signal __unused, enum ev_type type __unused, void *arg) in power_button_handler()
H A Dgdb.c1749 gdb_readable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_readable()
1791 gdb_writable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_writable()
1798 new_connection(int fd, enum ev_type event __unused, void *arg) in new_connection()
H A Dblock_if.c488 blockif_sigcont_handler(int signal __unused, enum ev_type type __unused, in blockif_sigcont_handler()
848 blockif_resized(int fd, enum ev_type type __unused, void *arg) in blockif_resized()
H A Dpci_virtio_net.c413 pci_vtnet_rx_callback(int fd __unused, enum ev_type type __unused, void *param) in pci_vtnet_rx_callback()
H A Dpci_virtio_input.c590 enum ev_type t __attribute__((unused)), void *arg __attribute__((unused))) in vtinput_read_event()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c87 ep->ev_type = (uint8_t)type; in fmd_event_recreate()
137 ep->ev_type = (uint8_t)type; in fmd_event_create()
207 switch (ep->ev_type) { in fmd_event_destroy()
238 if (ep->ev_type == FMD_EVT_CTL) in fmd_event_hold()
247 if (ep->ev_type == FMD_EVT_CTL) in fmd_event_rele()
345 if (ep->ev_type != type) in fmd_event_match()
H A Dfmd_event.h45 uint8_t ev_type; /* event type (see below) */ member
79 #define FMD_EVENT_TYPE(e) (((fmd_event_impl_t *)e)->ev_type)
H A Dfmd_module.c561 switch (ep->ev_type) { in fmd_module_dispatch()
614 ASSERT(ep->ev_type == FMD_EVT_PROTOCOL); in fmd_module_transport()
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dlists_delete.c73 not_called_cb(int fd, enum ev_type ev, void *arg) in not_called_cb()
79 flush_cb(int fd, enum ev_type ev, void *arg) in flush_cb()
H A Dread_pause.c53 munch(int fd, enum ev_type ev, void *arg) in munch()
95 tick(int ms, enum ev_type ev, void *arg) in tick()
H A Dread_disable.c62 munch(int fd, enum ev_type ev, void *arg) in munch()
88 tick(int ms, enum ev_type ev, void *arg) in tick()
H A Dread_requeue.c47 munch(int fd, enum ev_type ev, void *arg) in munch()
H A Dvnode_file.c38 callback(int fd, enum ev_type ev, void *arg) in callback()
H A Dvnode_zvol.c42 callback(int fd, enum ev_type ev, void *arg) in callback()
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c120 char ev_type; member
252 if (evp->ev_type != event_type || in show_events()
634 if (info->ev_type == 'I') { in dprog_addevent()
678 if (info->ev_type == 'H') { in dprog_addevent()
693 if (info->ev_type == 'E') { in dprog_addevent()
707 if (info->ev_type == 'H') { in dprog_addevent()
715 if (info->ev_type != 'I') in dprog_addevent()
1095 if (g_event_info[i].ev_type != 'E') in main()
1194 if (g_event_info[i].ev_type == c) in main()
1201 if (strchr("CH", g_event_info[i].ev_type)) in main()
[all …]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcache.c450 cache_update(dm_event_type_t ev_type, char *devname) in cache_update() argument
457 switch (ev_type) { in cache_update()
H A Ddisks_private.h242 void cache_update(dm_event_type_t ev_type, char *devname);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_intr.c437 e->ev_type = rsp->event_type; in process_event_intr()
H A Dsmartpqi.h263 uint8_t ev_type; member

12