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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c87 int event_wfd; member in struct:dpif_solaris
280 dpif->event_rfd = dpif->event_wfd = -1;
347 (void) close(dpif->event_wfd);
2384 (void) close(dpif->event_wfd);
2385 dpif->event_rfd = dpif->event_wfd = -1;
2457 if (notify && write(dpif->event_wfd, (char *)(&port->port_no),
2664 dpif->event_wfd = fds[1];
2678 if (write(dpif->event_wfd, (char *)&port_no, sizeof (odp_port_t)) < 0) {

Completed in 19 milliseconds