Home
last modified time | relevance | path

Searched refs:set_nonblocking (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/regression/poll/
H A Dsockpoll.c83 set_nonblocking(int sck) in set_nonblocking() function
106 if (set_nonblocking(fd[0]) == -1) in setup()
108 if (set_nonblocking(fd[1]) == -1) in setup()
/freebsd/tests/sys/fifo/
H A Dfifo_io.c168 set_nonblocking(int fd, const char *testname) in set_nonblocking() function
219 if (set_nonblocking(fd, testname) < 0) in drain_fd()
442 if (set_nonblocking(reader_fd, __func__) < 0) { in test_blocking_read_empty()
549 if (set_nonblocking(reader_fd, __func__) < 0) { in test_nonblocking_one_byte()
671 if (set_nonblocking(writer_fd, __func__) < 0) { in test_nonblocking_partial_write()
1243 if (set_nonblocking(writer_fd, "test_events") < 0) { in test_events_partial_write()