Searched refs:boolToString (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 334 def boolToString(value): function 641 … = {"compName": fruName, "Functional": boolToString(func), "Present":boolToString(present), "IsFru… 643 … = {"compName": fruName, "Functional": boolToString(func), "Present":boolToString(present), "IsFru… 645 … fruName, "Functional": boolToString(func), "Present":boolToString(present), "IsFru": boolToString… 658 …= {"compName": fruName, "Functional": "No", "Present":boolToString(present), "IsFru": boolToString… 660 … {"compName": fruName, "Functional": "Yes", "Present":boolToString(present), "IsFru": boolToString… 662 …Name, "Functional": boolToString(not hasSels), "Present":boolToString(present), "IsFru": boolToStr… 1030 event[pkey] = boolToString(policyTable[policyKey][pkey])
|