Home
last modified time | relevance | path

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

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