Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dmevent.c138 mevent_pipe_read(int fd, enum ev_type type __unused, void *param __unused) in mevent_pipe_read() function
865 pipev = mevent_add(mevent_pipefd[0], EVF_READ, mevent_pipe_read, NULL); in mevent_dispatch()