Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp158 int numOfFDs = unixSocket() + 1; in requestOffload() local
160 int retVal = select(numOfFDs, &readFD, nullptr, nullptr, &timeVal); in requestOffload()