Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-avoid-gcc-optimize-away-the-loops.patch31 struct _state *pState = (struct _state*)cookie;
32 register int r = pState->N + 37431;
33 register int s = pState->N + 4;
58 register int64 r = (int64)pState->N + 37420;
59 register int64 s = (int64)pState->N + 4;
63 r += (int64)(pState->N + 6)<<32;
/openbmc/dbus-sensors/src/
H A DIntrusionSensorMain.cpp304 std::string* pState = in processLanStatusChange() local
306 if (pState == nullptr) in processLanStatusChange()
312 bool newLanConnected = (*pState == "routable" || *pState == "carrier" || in processLanStatusChange()
313 *pState == "degraded"); in processLanStatusChange()
358 std::cout << "ethNum = " << ethNum << ", state = " << *pState in processLanStatusChange()
450 const std::string* pState = std::get_if<std::string>(&property); in initializeLanStatus() local
451 if (pState == nullptr) in initializeLanStatus()
456 bool isLanConnected = (*pState == "routable" || in initializeLanStatus()
457 *pState == "carrier" || in initializeLanStatus()
458 *pState == "degraded"); in initializeLanStatus()