Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dsysfs.cpp71 uint32_t pHandleValue; in findPhandleMatch() local
73 pHandleFile.read(reinterpret_cast<char*>(&pHandleValue), in findPhandleMatch()
74 sizeof(pHandleValue)); in findPhandleMatch()
76 if (ioChannelsValue == pHandleValue) in findPhandleMatch()