Searched refs:readErrno (Results 1 – 2 of 2) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | occ_command.cpp | 151 const int readErrno = errno; in send() local 156 else if (len < 0 && readErrno == EAGAIN) in send() 174 readErrno, "LEN", response.size(), "RETRIES", retries); in send()
|
H A D | powermode.cpp | 1202 const int readErrno = errno; in analyzeIpsEvent() local 1209 "ERR", readErrno, "STR", strerror(readErrno), "FILE", in analyzeIpsEvent() 1214 CALLOUT_ERRNO(readErrno), in analyzeIpsEvent()
|