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

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c2001 fd_set new_fds; local
2019 FD_ZERO(&new_fds);
2027 FD_SET(current, &new_fds);
2036 FD_SET(shadow_fd, &new_fds);
2046 &new_fds, writefds, exceptfds, timeout);
2054 FD_ISSET(current, &new_fds) == 0) {
2058 if (FD_ISSET(current, readfds) && FD_ISSET(current, &new_fds)
2059 && FD_ISSET(shadow_fd, &new_fds)) {
2063 FD_ISSET(current, &new_fds) == 0 &&
2064 FD_ISSET(shadow_fd, &new_fds)
2095 fd_set new_fds; local
[all...]

Completed in 155 milliseconds