Searched refs:_fifo (Results 1 – 2 of 2) sorted by relevance
112 _fifo = dir / "fifo"; in MockHostInterface()120 std::filesystem::remove_all(_fifo.parent_path()); in ~MockHostInterface()197 if (!std::filesystem::exists(_fifo)) in send()199 if (mkfifo(_fifo.c_str(), 0622)) in send()201 ADD_FAILURE() << "Failed mkfifo " << _fifo << strerror(errno); in send()208 int fd = open(_fifo.c_str(), O_NONBLOCK | O_RDWR); in send()260 int newFD = open(_fifo.c_str(), O_NONBLOCK | O_RDONLY); in receive()291 std::filesystem::path _fifo; member in openpower::pels::MockHostInterface
183 #define FIFOBARTOHANDLE(_fifo) \ argument184 ((struct fifo *)(((char *)(_fifo)) - FIFOHANDLESIZE))