Searched refs:EVF_READ (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dmevent.h35 EVF_READ, enumerator in enum:ev_type
H A Dmevent_test.c143 mev = mevent_add(fd, EVF_READ, echoer_callback, &sync);
222 (void) mevent_add(s, EVF_READ, acceptor_callback, NULL);
H A Dmevent.c137 if (mevp->me_type == EVF_READ)
449 pipev = mevent_add(mevent_pipefd[0], EVF_READ, mevent_pipe_read, NULL);
H A Duart_emul.c279 sc->mev = mevent_add(sc->tty.fd, EVF_READ, uart_drain, sc);
377 assert(ev == EVF_READ);
H A Dpci_virtio_net.c739 EVF_READ,
762 EVF_READ,
H A Dpci_virtio_console.c334 sock->vss_server_evp = mevent_add(s, EVF_READ, pci_vtcon_sock_accept,
369 sock->vss_conn_evp = mevent_add(s, EVF_READ, pci_vtcon_sock_rx, sock);
H A Dpci_e82545.c2315 EVF_READ,
2319 DPRINTF("Could not register mevent %d\n", EVF_READ);

Completed in 72 milliseconds