/illumos-gate/usr/src/cmd/bhyve/common/ |
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 | 95 void (*me_func)(int, enum ev_type, void *); 103 enum ev_type me_type; 116 void (*mp_func)(int, enum ev_type, void *); 138 mevent_pipe_read(int fd, enum ev_type type __unused, void *param __unused) in mevent_pipe_read() 354 mevent_poll_file_attrib(int fd, enum ev_type type, void *param) in mevent_poll_file_attrib() 605 mevent_add_state(int tfd, enum ev_type type, in mevent_add_state() argument 606 void (*func)(int, enum ev_type, void *), void *param, in mevent_add_state() 695 mevent_add(int tfd, enum ev_type type, in mevent_add() argument 696 void (*func)(int, enum ev_type, void *), void *param) in mevent_add() 703 mevent_add_flags(int tfd, enum ev_type type, int fflags, in mevent_add_flags() argument [all …]
|
H A D | uart_backend.c | 70 void (*drain)(int, enum ev_type, void *); 431 uart_sock_accept(int fd, enum ev_type ev, void *arg) in uart_sock_accept() 512 void (*drain)(int, enum ev_type, void *), void *drainarg) in uart_sock_backend() argument 574 void (*drain)(int, enum ev_type, void *), void *arg) in uart_tty_open() argument
|
H A D | uart_backend.h | 52 void (*drain)(int, enum ev_type, void *), void *arg);
|
H A D | pci_virtio_console.c | 164 static void pci_vtcon_sock_accept(int, enum ev_type, void *); 165 static void pci_vtcon_sock_rx(int, enum ev_type, void *); 407 pci_vtcon_sock_accept(int fd __unused, enum ev_type t __unused, void *arg) in pci_vtcon_sock_accept() 429 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 | 37 typedef void (*net_be_rxeof_t)(int, enum ev_type, void *param);
|
H A D | uart_emul.c | 194 uart_drain(int fd __unused, enum ev_type ev, void *arg) in uart_drain() 220 uart_sock_drain(int fd, enum ev_type ev, void *arg) in uart_sock_drain()
|
H A D | gdb.c | 1771 gdb_readable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_readable() 1813 gdb_writable(int fd, enum ev_type event __unused, void *arg __unused) in gdb_writable() 1820 new_connection(int fd, enum ev_type event __unused, void *arg) in new_connection()
|
H A D | block_if.c | 487 blockif_sigcont_handler(int signal __unused, enum ev_type type __unused, in blockif_sigcont_handler() 847 blockif_resized(int fd, enum ev_type type __unused, void *arg) in blockif_resized()
|
H A D | pci_virtio_net.c | 412 pci_vtnet_rx_callback(int fd __unused, enum ev_type type __unused, void *param) in pci_vtnet_rx_callback()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_event.c | 87 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 D | fmd_event.h | 45 uint8_t ev_type; /* event type (see below) */ member 79 #define FMD_EVENT_TYPE(e) (((fmd_event_impl_t *)e)->ev_type)
|
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/ |
H A D | mevent_test.c | 110 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 D | lists_delete.c | 73 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 D | read_pause.c | 53 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 D | read_disable.c | 62 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 D | read_requeue.c | 47 munch(int fd, enum ev_type ev, void *arg) in munch()
|
H A D | vnode_file.c | 38 callback(int fd, enum ev_type ev, void *arg) in callback()
|
H A D | vnode_zvol.c | 42 callback(int fd, enum ev_type ev, void *arg) in callback()
|
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 120 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 D | cache.c | 455 cache_update(dm_event_type_t ev_type, char *devname) in cache_update() argument 462 switch (ev_type) { in cache_update()
|
H A D | disks_private.h | 244 void cache_update(dm_event_type_t ev_type, char *devname);
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | pm.c | 223 power_button_handler(int signal __unused, enum ev_type type __unused, void *arg) in power_button_handler()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_intr.c | 437 e->ev_type = rsp->event_type; in process_event_intr()
|
H A D | smartpqi.h | 263 uint8_t ev_type; member
|