Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp77 void enclosureIdentifyLed(const char* objName, bool isIdLedOn) in enclosureIdentifyLed() function
117 enclosureIdentifyLed(ledIDBlinkObj, false); in enclosureIdentifyLedBlinkOff()
161 enclosureIdentifyLed(ledIDBlinkObj, false); in idButtonPropChanged()
162 enclosureIdentifyLed(ledIDOnObj, false); in idButtonPropChanged()
171 enclosureIdentifyLed(ledIDOnObj, !asserted); in idButtonPropChanged()
191 enclosureIdentifyLed(ledIDOnObj, false); in ipmiChassisIdentify()
196 enclosureIdentifyLed(ledIDBlinkObj, true); in ipmiChassisIdentify()
211 enclosureIdentifyLed(ledIDBlinkObj, false); in ipmiChassisIdentify()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp1526 void enclosureIdentifyLed(bool flag) in enclosureIdentifyLedOff()
1532 lg2::debug("enclosureIdentifyLed({FLAG})", "FLAG", flag); in createIdentifyTimer()
1555 enclosureIdentifyLed(false); in ipmiChassisIdentify()
1588 enclosureIdentifyLed(true);
1492 void enclosureIdentifyLed(bool flag) enclosureIdentifyLed() function