Searched refs:keylist (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc-tools/openbmctool/ |
| H A D | openbmctool.py | 294 def setColWidth(keylist, numCols, dictForOutput, colNames): argument 309 colWidths[x] = max(colWidths[x], len(str(dictForOutput[key][keylist[x]]))) 369 def tableDisplay(keylist, colNames, output): argument 378 colWidth = setColWidth(keylist, len(colNames), output, colNames) 390 for i in range(len(keylist)): 392 row = row + output[key][keylist[i]].ljust(colWidth[i]) 666 keylist = ["compName", "IsFru", "Present", "Functional", "hasSEL"] 669 keylist = ["compName", "IsFru", "Present", "Functional", "selList"] 670 return tableDisplay(keylist, colNames, frus) 750 keylist = ['sensorName', 'type', 'units', 'value', 'target'] [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | data_smart.py | 1039 def keylist(d): function 1054 klist |= keylist(d["_data"]) 1067 for k in keylist(self.dict):
|