Home
last modified time | relevance | path

Searched refs:nameSize (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp902 auto nameSize = static_cast<uint8_t>(hostname.size()); in getMgmntCtrlIdStr() local
906 return ipmi::responseSuccess(nameSize, data); in getMgmntCtrlIdStr()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2117 int nameSize = std::min(name.size(), sizeof(record.body.idString)); in constructVrSdr() local
2118 get_sdr::body::setIdStrLen(nameSize, record.body); in constructVrSdr()
2121 std::memcpy(record.body.idString, name.c_str(), nameSize); in constructVrSdr()