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