Home
last modified time | relevance | path

Searched refs:machineName (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-ipmi-sys/
H A Dmachine_name.cpp38 static std::optional<std::string> machineName; in getMachineName() local
39 if (!machineName) in getMachineName()
43 machineName = handler->getMachineName(); in getMachineName()
51 size_t len = sizeof(struct GetMachineNameReply) + machineName->size(); in getMachineName()
60 reply.emplace_back(machineName->size()); /* machineNameLength */ in getMachineName()
61 reply.insert(reply.end(), machineName->begin(), in getMachineName()
62 machineName->end()); /* machineName */ in getMachineName()
/openbmc/phosphor-psu-code-mgmt/tools/
H A Dgenerate-psu-tar12 --machineName <machineName> Optionally specify the target machine name of this image.
87 machineName=""
109 --machineName)
110 machineName="$2"
205 if [[ -n "${machineName}" ]]; then
206 echo -e "MachineName=${machineName}" >> $manifest_location
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dprojectpage.js261 function updateMachineName(machineName){ argument
262 machineChangeInput.val(machineName);
263 machineNameTitle.text(machineName);
282 { machineName : currentMachineAddSelection }, property in AnonymousClass369530a71701
/openbmc/phosphor-psu-code-mgmt/
H A DREADME.md146 <manufacturer> --machineName <machineName> --outfile <psu.tar> --sign