Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp379 ordered_json cmdinfo; in printPldmCommands() local
386 printCommand(pldmBaseCmds, i, cmdinfo); in printPldmCommands()
389 printCommand(pldmPlatformCmds, i, cmdinfo); in printPldmCommands()
392 printCommand(pldmBiosCmds, i, cmdinfo); in printPldmCommands()
395 printCommand(pldmFruCmds, i, cmdinfo); in printPldmCommands()
399 printCommand(pldmIBMHostCmds, i, cmdinfo); in printPldmCommands()
400 printCommand(pldmIBMFileIOCmds, i, cmdinfo); in printPldmCommands()
406 output.emplace_back(cmdinfo); in printPldmCommands()
/openbmc/qemu/include/
H A Dqemu-io.h32 typedef struct cmdinfo { struct