Symbol: ev_type
usr/src/cmd/bhyve/amd64/pm.c
223
power_button_handler(int signal __unused, enum ev_type type __unused, void *arg)
usr/src/cmd/bhyve/common/block_if.c
487
blockif_sigcont_handler(int signal __unused, enum ev_type type __unused,
usr/src/cmd/bhyve/common/block_if.c
847
blockif_resized(int fd, enum ev_type type __unused, void *arg)
usr/src/cmd/bhyve/common/gdb.c
1771
gdb_readable(int fd, enum ev_type event __unused, void *arg __unused)
usr/src/cmd/bhyve/common/gdb.c
1813
gdb_writable(int fd, enum ev_type event __unused, void *arg __unused)
usr/src/cmd/bhyve/common/gdb.c
1820
new_connection(int fd, enum ev_type event __unused, void *arg)
usr/src/cmd/bhyve/common/mevent.c
103
enum ev_type me_type;
usr/src/cmd/bhyve/common/mevent.c
116
void (*mp_func)(int, enum ev_type, void *);
usr/src/cmd/bhyve/common/mevent.c
138
mevent_pipe_read(int fd, enum ev_type type __unused, void *param __unused)
usr/src/cmd/bhyve/common/mevent.c
354
mevent_poll_file_attrib(int fd, enum ev_type type, void *param)
usr/src/cmd/bhyve/common/mevent.c
605
mevent_add_state(int tfd, enum ev_type type,
usr/src/cmd/bhyve/common/mevent.c
606
void (*func)(int, enum ev_type, void *), void *param,
usr/src/cmd/bhyve/common/mevent.c
695
mevent_add(int tfd, enum ev_type type,
usr/src/cmd/bhyve/common/mevent.c
696
void (*func)(int, enum ev_type, void *), void *param)
usr/src/cmd/bhyve/common/mevent.c
703
mevent_add_flags(int tfd, enum ev_type type, int fflags,
usr/src/cmd/bhyve/common/mevent.c
704
void (*func)(int, enum ev_type, void *), void *param)
usr/src/cmd/bhyve/common/mevent.c
711
mevent_add_disabled(int tfd, enum ev_type type,
usr/src/cmd/bhyve/common/mevent.c
712
void (*func)(int, enum ev_type, void *), void *param)
usr/src/cmd/bhyve/common/mevent.c
95
void (*me_func)(int, enum ev_type, void *);
usr/src/cmd/bhyve/common/mevent.h
45
struct mevent *mevent_add(int fd, enum ev_type type,
usr/src/cmd/bhyve/common/mevent.h
46
void (*func)(int, enum ev_type, void *),
usr/src/cmd/bhyve/common/mevent.h
48
struct mevent *mevent_add_flags(int fd, enum ev_type type, int fflags,
usr/src/cmd/bhyve/common/mevent.h
49
void (*func)(int, enum ev_type, void *),
usr/src/cmd/bhyve/common/mevent.h
51
struct mevent *mevent_add_disabled(int fd, enum ev_type type,
usr/src/cmd/bhyve/common/mevent.h
52
void (*func)(int, enum ev_type, void *),
usr/src/cmd/bhyve/common/net_backends.h
52
typedef void (*net_be_rxeof_t)(int, enum ev_type, void *param);
usr/src/cmd/bhyve/common/pci_e82545.c
359
static void e82545_rx_callback(int fd, enum ev_type type, void *param);
usr/src/cmd/bhyve/common/pci_e82545.c
554
e82545_itr_callback(int fd __unused, enum ev_type type __unused, void *param)
usr/src/cmd/bhyve/common/pci_e82545.c
830
e82545_rx_callback(int fd __unused, enum ev_type type __unused, void *param)
usr/src/cmd/bhyve/common/pci_virtio_console.c
181
static void pci_vtcon_sock_accept(int, enum ev_type, void *);
usr/src/cmd/bhyve/common/pci_virtio_console.c
182
static void pci_vtcon_sock_rx(int, enum ev_type, void *);
usr/src/cmd/bhyve/common/pci_virtio_console.c
439
pci_vtcon_sock_accept(int fd __unused, enum ev_type t __unused, void *arg)
usr/src/cmd/bhyve/common/pci_virtio_console.c
461
pci_vtcon_sock_rx(int fd __unused, enum ev_type t __unused, void *arg)
usr/src/cmd/bhyve/common/pci_virtio_input.c
608
enum ev_type t __attribute__((unused)), void *arg __attribute__((unused)))
usr/src/cmd/bhyve/common/pci_virtio_net.c
447
pci_vtnet_rx_callback(int fd __unused, enum ev_type type __unused, void *param)
usr/src/cmd/bhyve/common/rfb.c
1306
rfb_accept(int sfd, enum ev_type event, void *arg)
usr/src/cmd/bhyve/common/uart_backend.c
431
uart_sock_accept(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/common/uart_backend.c
512
void (*drain)(int, enum ev_type, void *), void *drainarg)
usr/src/cmd/bhyve/common/uart_backend.c
574
void (*drain)(int, enum ev_type, void *), void *arg)
usr/src/cmd/bhyve/common/uart_backend.c
70
void (*drain)(int, enum ev_type, void *);
usr/src/cmd/bhyve/common/uart_backend.h
52
void (*drain)(int, enum ev_type, void *), void *arg);
usr/src/cmd/bhyve/common/uart_emul.c
194
uart_drain(int fd __unused, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/common/uart_emul.c
220
uart_sock_drain(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/lists_delete.c
73
not_called_cb(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/lists_delete.c
79
flush_cb(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/mevent_test.c
110
timer_callback(int fd, enum ev_type type, void *param)
usr/src/cmd/bhyve/test/tests/mevent/mevent_test.c
137
echoer_callback(int fd, enum ev_type type, void *param)
usr/src/cmd/bhyve/test/tests/mevent/mevent_test.c
203
acceptor_callback(int fd, enum ev_type type, void *param)
usr/src/cmd/bhyve/test/tests/mevent/read_disable.c
62
munch(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/read_disable.c
88
tick(int ms, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/read_pause.c
53
munch(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/read_pause.c
95
tick(int ms, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/read_requeue.c
47
munch(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/vnode_file.c
38
callback(int fd, enum ev_type ev, void *arg)
usr/src/cmd/bhyve/test/tests/mevent/vnode_zvol.c
42
callback(int fd, enum ev_type ev, void *arg)
usr/src/cmd/fm/fmd/common/fmd_event.c
137
ep->ev_type = (uint8_t)type;
usr/src/cmd/fm/fmd/common/fmd_event.c
207
switch (ep->ev_type) {
usr/src/cmd/fm/fmd/common/fmd_event.c
238
if (ep->ev_type == FMD_EVT_CTL)
usr/src/cmd/fm/fmd/common/fmd_event.c
247
if (ep->ev_type == FMD_EVT_CTL)
usr/src/cmd/fm/fmd/common/fmd_event.c
345
if (ep->ev_type != type)
usr/src/cmd/fm/fmd/common/fmd_event.c
87
ep->ev_type = (uint8_t)type;
usr/src/cmd/fm/fmd/common/fmd_event.h
45
uint8_t ev_type; /* event type (see below) */
usr/src/cmd/fm/fmd/common/fmd_event.h
79
#define FMD_EVENT_TYPE(e) (((fmd_event_impl_t *)e)->ev_type)
usr/src/cmd/fm/fmd/common/fmd_mdb.c
621
switch (ev.ev_type) {
usr/src/cmd/fm/fmd/common/fmd_mdb.c
644
(void) mdb_snprintf(type, sizeof (type), "%u", ev.ev_type);
usr/src/cmd/fm/fmd/common/fmd_module.c
561
switch (ep->ev_type) {
usr/src/cmd/fm/fmd/common/fmd_module.c
614
ASSERT(ep->ev_type == FMD_EVT_PROTOCOL);
usr/src/cmd/lockstat/lockstat.c
1095
if (g_event_info[i].ev_type != 'E')
usr/src/cmd/lockstat/lockstat.c
1194
if (g_event_info[i].ev_type == c)
usr/src/cmd/lockstat/lockstat.c
120
char ev_type;
usr/src/cmd/lockstat/lockstat.c
1201
if (strchr("CH", g_event_info[i].ev_type))
usr/src/cmd/lockstat/lockstat.c
1274
if (!events_specified && g_event_info[i].ev_type == 'C')
usr/src/cmd/lockstat/lockstat.c
252
if (evp->ev_type != event_type ||
usr/src/cmd/lockstat/lockstat.c
634
if (info->ev_type == 'I') {
usr/src/cmd/lockstat/lockstat.c
678
if (info->ev_type == 'H') {
usr/src/cmd/lockstat/lockstat.c
693
if (info->ev_type == 'E') {
usr/src/cmd/lockstat/lockstat.c
707
if (info->ev_type == 'H') {
usr/src/cmd/lockstat/lockstat.c
715
if (info->ev_type != 'I')
usr/src/lib/libdiskmgt/common/cache.c
455
cache_update(dm_event_type_t ev_type, char *devname)
usr/src/lib/libdiskmgt/common/cache.c
462
switch (ev_type) {
usr/src/lib/libdiskmgt/common/disks_private.h
244
void cache_update(dm_event_type_t ev_type, char *devname);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi.h
263
uint8_t ev_type;
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hw.c
514
rqst.event_type = e->ev_type;
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_intr.c
437
e->ev_type = rsp->event_type;