HomeSort by: relevance | last modified time | path
    Searched defs:fifo_path (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/kernel/kqueue/write/
t_fifo.c 50 static const char fifo_path[] = "fifo"; variable in typeref:typename:const char[]
56 if (mkfifo(fifo_path, 0600) == 0) {
57 ATF_REQUIRE(unlink(fifo_path) == 0);
83 ATF_REQUIRE(mkfifo(fifo_path, 0600) == 0);
84 ATF_REQUIRE((rfd = open(fifo_path, O_RDONLY | O_NONBLOCK)) >= 0);
85 ATF_REQUIRE((wfd = open(fifo_path, O_WRONLY | O_NONBLOCK)) >= 0);
142 (void)unlink(fifo_path);
t_fifo.c 50 static const char fifo_path[] = "fifo"; variable in typeref:typename:const char[]
56 if (mkfifo(fifo_path, 0600) == 0) {
57 ATF_REQUIRE(unlink(fifo_path) == 0);
83 ATF_REQUIRE(mkfifo(fifo_path, 0600) == 0);
84 ATF_REQUIRE((rfd = open(fifo_path, O_RDONLY | O_NONBLOCK)) >= 0);
85 ATF_REQUIRE((wfd = open(fifo_path, O_WRONLY | O_NONBLOCK)) >= 0);
142 (void)unlink(fifo_path);
  /src/tests/kernel/kqueue/read/
t_fifo.c 50 static const char fifo_path[] = "fifo"; variable in typeref:typename:const char[]
56 if (mkfifo(fifo_path, 0600) == 0) {
57 ATF_REQUIRE(unlink(fifo_path) == 0);
83 ATF_REQUIRE(mkfifo(fifo_path, 0600) == 0);
84 ATF_REQUIRE((rfd = open(fifo_path, O_RDONLY | O_NONBLOCK)) >= 0);
85 ATF_REQUIRE((wfd = open(fifo_path, O_WRONLY | O_NONBLOCK)) >= 0);
127 ATF_REQUIRE((wfd = open(fifo_path, O_WRONLY | O_NONBLOCK)) >= 0);
137 (void)unlink(fifo_path);
t_fifo.c 50 static const char fifo_path[] = "fifo"; variable in typeref:typename:const char[]
56 if (mkfifo(fifo_path, 0600) == 0) {
57 ATF_REQUIRE(unlink(fifo_path) == 0);
83 ATF_REQUIRE(mkfifo(fifo_path, 0600) == 0);
84 ATF_REQUIRE((rfd = open(fifo_path, O_RDONLY | O_NONBLOCK)) >= 0);
85 ATF_REQUIRE((wfd = open(fifo_path, O_WRONLY | O_NONBLOCK)) >= 0);
127 ATF_REQUIRE((wfd = open(fifo_path, O_WRONLY | O_NONBLOCK)) >= 0);
137 (void)unlink(fifo_path);
  /src/tests/lib/libc/sys/
t_poll.c 245 static const char fifo_path[] = "pollhup_fifo"; variable in typeref:typename:const char[]
252 if (mkfifo(fifo_path, 0600) == 0) {
253 RL(unlink(fifo_path));
282 RL(mkfifo(fifo_path, 0600));
283 RL(rfd = open(fifo_path, O_RDONLY | O_NONBLOCK));
284 RL(wfd = open(fifo_path, O_WRONLY | O_NONBLOCK));
391 (void)unlink(fifo_path);
409 RL(mkfifo(fifo_path, 0600));
410 RL(rfd = open(fifo_path, O_RDONLY | O_NONBLOCK));
411 RL(wfd = open(fifo_path, O_WRONLY))
    [all...]
t_poll.c 245 static const char fifo_path[] = "pollhup_fifo"; variable in typeref:typename:const char[]
252 if (mkfifo(fifo_path, 0600) == 0) {
253 RL(unlink(fifo_path));
282 RL(mkfifo(fifo_path, 0600));
283 RL(rfd = open(fifo_path, O_RDONLY | O_NONBLOCK));
284 RL(wfd = open(fifo_path, O_WRONLY | O_NONBLOCK));
391 (void)unlink(fifo_path);
409 RL(mkfifo(fifo_path, 0600));
410 RL(rfd = open(fifo_path, O_RDONLY | O_NONBLOCK));
411 RL(wfd = open(fifo_path, O_WRONLY))
    [all...]

Completed in 46 milliseconds