Searched refs:port_fd_handler_init (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/port/include/port/
H A Dport.h66 zx_status_t port_fd_handler_init(port_fd_handler_t* fh, int fd, unsigned pollevt);
/fuchsia/zircon/system/ulib/port/
H A Dport.c104 zx_status_t port_fd_handler_init(port_fd_handler_t* fh, int fd, unsigned pollevt) { function
/fuchsia/zircon/system/core/virtcon/
H A Dkeyboard.cpp205 if ((r = port_fd_handler_init(&vi->fh, fd, POLLIN | POLLHUP | POLLRDHUP)) < 0) {
H A Dmain.cpp181 if ((r = port_fd_handler_init(&vc->fh, fd, POLLIN | POLLRDHUP | POLLHUP)) < 0) {

Completed in 31 milliseconds