Searched refs:keyPrefix (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | fapi_data_process.cpp | 336 std::stringstream keyPrefix; in convertFAPItoPELformat() local 337 keyPrefix << "HWP_HW_CO_" << std::setfill('0') << std::setw(2) in convertFAPItoPELformat() 341 std::string(keyPrefix.str()).append("HW_ID"), in convertFAPItoPELformat() 345 std::string(keyPrefix.str()).append("PRIORITY"), in convertFAPItoPELformat() 354 std::string(keyPrefix.str()).append("LOC_CODE"), in convertFAPItoPELformat() 359 std::string(keyPrefix.str()).append("PHYS_PATH"), physPath); in convertFAPItoPELformat() 362 std::string(keyPrefix.str()).append("CLK_POS"), in convertFAPItoPELformat() 366 std::string(keyPrefix.str()).append("CALLOUT_PLANAR"), in convertFAPItoPELformat() 386 std::stringstream keyPrefix; in convertFAPItoPELformat() local 387 keyPrefix << "HWP_CDG_TGT_" << std::setfill('0') << std::setw(2) in convertFAPItoPELformat() [all …]
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | phal_error.cpp | 605 std::stringstream keyPrefix; in processBootErrorHelper() local 606 keyPrefix << ffdc_prefix << "HW_CO_" << std::setfill('0') in processBootErrorHelper() 610 std::string(keyPrefix.str()).append("HW_ID"), in processBootErrorHelper() 614 std::string(keyPrefix.str()).append("PRIORITY"), in processBootErrorHelper() 629 std::string(keyPrefix.str()).append("LOC_CODE"), in processBootErrorHelper() 635 std::string(keyPrefix.str()).append("PHYS_PATH"), in processBootErrorHelper() 640 std::string(keyPrefix.str()).append("CLK_POS"), in processBootErrorHelper() 644 std::string(keyPrefix.str()).append("CALLOUT_PLANAR"), in processBootErrorHelper() 664 std::stringstream keyPrefix; in processBootErrorHelper() local 665 keyPrefix << ffdc_prefix << "CDG_TGT_" << std::setfill('0') in processBootErrorHelper() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | system-pkcs11.txt | 3 parameters=configdir='sql:/etc/pki/nssdb' certPrefix='' keyPrefix='' secmod='secmod.db' flags= upda…
|