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

/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dentropy.c457 make_nonblock(int fd) { function
530 ret = make_nonblock(fd);
H A Dsocket.c1120 make_nonblock(int fd) { function
2396 result = make_nonblock(sock->fd);
3274 result = make_nonblock(fd);
4276 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[0]) == ISC_R_SUCCESS);
4278 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[1]) == ISC_R_SUCCESS);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dentropy.c457 make_nonblock(int fd) { function
530 ret = make_nonblock(fd);
H A Dsocket.c1112 make_nonblock(int fd) { function
2357 result = make_nonblock(sock->fd);
3256 result = make_nonblock(fd);
4252 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[0]) == ISC_R_SUCCESS);
4254 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[1]) == ISC_R_SUCCESS);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c882 make_nonblock(SOCKET fd) { function
1728 result = make_nonblock(sock->fd);
2068 result = make_nonblock(adev->newsocket->fd);

Completed in 111 milliseconds