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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c86 int event_rfd; member in struct:dpif_solaris
280 dpif->event_rfd = dpif->event_wfd = -1;
346 (void) close(dpif->event_rfd);
2383 (void) close(dpif->event_rfd);
2385 dpif->event_rfd = dpif->event_wfd = -1;
2456 /* Inform the event_rfd that the port->upcall_fd has been changed */
2663 dpif->event_rfd = fds[0];
2677 /* Inform the event_rfd that all ports' upcall_fd has been changed */
2807 (void) read(dpif->event_rfd, (char *)&port_no,
2940 poll_fd_wait(dpif->event_rfd, POLLI
[all...]

Completed in 22 milliseconds