Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.cpp210 std::array<int, 2> responsePipe{}; in NVMeBasicContext() local
221 if (::pipe(responsePipe.data()) == -1) in NVMeBasicContext()
243 FileHandle streamOut(responsePipe[1]); in NVMeBasicContext()
244 respStream.assign(responsePipe[0]); in NVMeBasicContext()