Home
last modified time | relevance | path

Searched refs:binPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp662 std::vector<uint8_t> binPath; in getPhysBinPath() local
682 binPath.insert(binPath.end(), value, value + sizeof(value)); in getPhysBinPath()
687 return binPath; in getPhysBinPath()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp464 virtual void createGuardRecord(const std::vector<uint8_t>& binPath,
878 void createGuardRecord(const std::vector<uint8_t>& binPath,
H A Ddata_interface.cpp690 void DataInterface::createGuardRecord(const std::vector<uint8_t>& binPath, in createGuardRecord() argument
696 libguard::create(binPath, plid, eGardType); in createGuardRecord()