Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp575 auto nameSize = static_cast<uint8_t>(hostname.size()); in getMgmntCtrlIdStr() local
579 return ipmi::responseSuccess(nameSize, data); in getMgmntCtrlIdStr()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2098 int nameSize = std::min(name.size(), sizeof(record.body.id_string)); in constructVrSdr() local
2099 get_sdr::body::set_id_strlen(nameSize, &record.body); in constructVrSdr()
2102 std::memcpy(record.body.id_string, name.c_str(), nameSize); in constructVrSdr()