Searched refs:responsePipe (Results 1 – 1 of 1) sorted by relevance
195 std::array<int, 2> responsePipe{}; in NVMeBasicContext() local206 if (::pipe(responsePipe.data()) == -1) in NVMeBasicContext()228 FileHandle streamOut(responsePipe[1]); in NVMeBasicContext()229 respStream.assign(responsePipe[0]); in NVMeBasicContext()