Searched refs:mevent_add (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dmevent.h45 struct mevent *mevent_add(int fd, enum ev_type type,
H A Dmevent_test.c139 mev = mevent_add(fd, EVF_READ, echoer_callback, &sync);
218 (void) mevent_add(s, EVF_READ, acceptor_callback, NULL);
234 tevp = mevent_add(1, EVF_TIMER, timer_callback,
H A Dmevent.c359 mevent_add(int tfd, enum ev_type type, function
534 pipev = mevent_add(mevent_pipefd[0], EVF_READ, mevent_pipe_read, NULL);
H A Drtc_pl031.c275 sc->mevp = mevent_add(rtc_pl031_next_timer_msecs(sc), EVF_TIMER,
H A Duart_backend.c351 sc->mev = mevent_add(sc->tty.rfd, EVF_READ, drain, arg);
H A Dpci_virtio_console.c364 sock->vss_server_evp = mevent_add(s, EVF_READ, pci_vtcon_sock_accept,
402 sock->vss_conn_evp = mevent_add(s, EVF_READ, pci_vtcon_sock_rx, sock);
H A Dgdb.c1966 read_event = mevent_add(s, EVF_READ, gdb_readable, NULL);
1973 write_event = mevent_add(s, EVF_WRITE, gdb_writable, NULL);
2090 mevent_add(s, EVF_READ, new_connection, NULL);
H A Dpci_virtio_input.c704 sc->vsc_evp = mevent_add(sc->vsc_fd, EVF_READ, vtinput_read_event, sc);
H A Dblock_if.c442 mevent_add(SIGCONT, EVF_SIGNAL, blockif_sigcont_handler, NULL);
H A Dpci_e82545.c598 sc->esc_mevpitr = mevent_add(
626 sc->esc_mevpitr = mevent_add(
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dpm.c346 power_button = mevent_add(SIGTERM, EVF_SIGNAL,

Completed in 103 milliseconds