Home
last modified time | relevance | path

Searched refs:str_short (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/
H A Dlogging_test.cpp120 rc = validate_journal(TestErrorOne::ERRNUM::str_short, in elog_test()
125 rc = validate_journal(TestErrorOne::FILE_PATH::str_short, test_string); in elog_test()
130 validate_journal(TestErrorOne::FILE_NAME::str_short, "elog_test_3.txt"); in elog_test()
134 rc = validate_journal(TestErrorTwo::DEV_ADDR::str_short, "0xDEADDEAD"); in elog_test()
138 rc = validate_journal(TestErrorTwo::DEV_ID::str_short, "100"); in elog_test()
142 rc = validate_journal(TestErrorTwo::DEV_NAME::str_short, "test case 3"); in elog_test()
164 rc = validate_journal(TestErrorOne::ERRNUM::str_short, in elog_test()
170 rc = validate_journal(TestErrorOne::FILE_PATH::str_short, test_string); in elog_test()
175 validate_journal(TestErrorOne::FILE_NAME::str_short, "elog_test_4.txt"); in elog_test()
179 rc = validate_journal(TestErrorTwo::DEV_ADDR::str_short, "0xDEADDEAD"); in elog_test()
[all …]
/openbmc/phosphor-logging/tools/
H A Delog-gen.py265 str_short = i["str"].split("=")[0]
266 tmp_meta.append(str_short)
267 meta_data[str_short] = {}
268 meta_data[str_short]["str"] = i["str"]
269 meta_data[str_short]["str_short"] = str_short
270 meta_data[str_short]["type"] = get_cpp_type(i["type"])
272 metadata_process[str_short] = fullname + "." + str_short
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp166 static constexpr auto str_short = "RAIL"; member
178 static constexpr auto str_short = "RAIL_NAME"; member
192 static constexpr auto str_short = "RAW_STATUS"; member
243 static constexpr auto str_short = "INPUT_NUM"; member
256 static constexpr auto str_short = "INPUT_NAME"; member
270 static constexpr auto str_short = "RAW_STATUS"; member
321 static constexpr auto str_short = "RAW_STATUS"; member
370 static constexpr auto str_short = "CALLOUT_ERRNO"; member
384 static constexpr auto str_short = "CALLOUT_DEVICE_PATH"; member
433 static constexpr auto str_short = "CALLOUT_GPIO_NUM"; member
[all …]
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp64 static constexpr auto str_short = "ESEL"; member
109 static constexpr auto str_short = "PROCEDURE"; member
156 static constexpr auto str_short = "CALLOUT_ERRNO"; member
170 static constexpr auto str_short = "CALLOUT_DEVICE_PATH"; member
219 static constexpr auto str_short = "CALLOUT_GPIO_NUM"; member
271 static constexpr auto str_short = "CALLOUT_IIC_BUS"; member
285 static constexpr auto str_short = "CALLOUT_IIC_ADDR"; member
338 static constexpr auto str_short = "CALLOUT_INVENTORY_PATH"; member
387 static constexpr auto str_short = "CALLOUT_IPMI_SENSOR_NUM"; member
437 static constexpr auto str_short = "ESEL"; member
[all …]
/openbmc/phosphor-power/
H A Delog-errors.hpp1461 static constexpr auto str_short = "RAIL"; member
1473 static constexpr auto str_short = "RAIL_NAME"; member
1487 static constexpr auto str_short = "RAW_STATUS"; member
1538 static constexpr auto str_short = "INPUT_NUM"; member
1551 static constexpr auto str_short = "INPUT_NAME"; member
1565 static constexpr auto str_short = "RAW_STATUS"; member
1616 static constexpr auto str_short = "RAW_STATUS"; member
1665 static constexpr auto str_short = "CALLOUT_ERRNO"; member
1679 static constexpr auto str_short = "CALLOUT_DEVICE_PATH"; member
1728 static constexpr auto str_short = "CALLOUT_GPIO_NUM"; member
[all …]
/openbmc/phosphor-logging/tools/phosphor-logging/templates/
H A Delog-gen-template.mako.hpp72 static constexpr auto str_short = "${meta_data[b]['str_short']}";