Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py13 def __init__(self, message, subcommand=None): argument
15 self.subcommand = subcommand
36 def error_subcommand(self, message, subcommand): argument
37 if subcommand:
40 subparser = action._name_parser_map[subcommand]
42 self.error('no subparser for name "%s"' % subcommand)
/openbmc/phosphor-networkd/src/
H A Dncsi_cmd.cpp676 const std::string& subcommand, int argc, in ncsiCommandReceiveDump() argument
681 std::cerr << "Invalid arguments for '" << subcommand in ncsiCommandReceiveDump()
686 uint32_t handle = (subcommand == "core-dump") ? NCSI_CORE_DUMP_HANDLE in ncsiCommandReceiveDump()
815 std::string subcommand = argv[0]; in main() local
818 if (subcommand != "discover" && !globalOptions.package.has_value()) in main()
826 if (subcommand == "raw") in main()
830 else if (subcommand == "oem") in main()
834 else if (subcommand == "core-dump" || subcommand == "crash-dump") in main()
836 ret = ncsiCommandReceiveDump(globalOptions, subcommand, argc, argv); in main()
838 else if (subcommand == "discover") in main()
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py24 def display_help(subcommand, subcommands): argument
28 if subcommand not in subcommands:
31 hlp = subcommands.get(subcommand, subcommand_error)[2]
/openbmc/google-ipmi-sys/test/
H A Dhelper.cpp38 auto subcommand = std::get<0>(*actualReply); in ValidateReply() local
42 return std::make_pair(subcommand, hasData ? data : std::vector<uint8_t>{}); in ValidateReply()
/openbmc/u-boot/cmd/
H A Dspl.c51 static int call_bootm(int argc, char * const argv[], const char *subcommand[]) in call_bootm() argument
76 while (subcommand[i] != NULL) { in call_bootm()
77 bootm_argv[1] = (char *)subcommand[i]; in call_bootm()
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater_main.cpp111 for (const auto& subcommand : subcommands) in main() local
113 subcommandContext.push_back(subcommand); in main()
/openbmc/openbmc/poky/documentation/styles/config/vocabularies/OpenSource/
H A Daccept.txt12 subcommand
/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c174 uint8_t subcommand = address >> (eeprom->addrbits - 2); in eeprom93xx_write() local
175 if (command == 0 && subcommand == 2) { in eeprom93xx_write()
187 } else if (command == 0 && subcommand == 1) { in eeprom93xx_write()
/openbmc/smbios-mdr/src/
H A Dsst_mailbox.cpp256 template <uint8_t subcommand>
281 << static_cast<int>(subcommand) << '\n'; in OsMailboxCommand()
287 value = pm.sendPECIOSMailboxCmd(0x7F, subcommand, param, callStatus); in OsMailboxCommand()
/openbmc/openbmc/poky/scripts/
H A Dresulttool79 parser.error_subcommand(ae.message, ae.subcommand)
H A Doe-test70 parser.error_subcommand(ae.message, ae.subcommand)
H A Ddevtool344 parser.error_subcommand(ae.message, ae.subcommand)
/openbmc/u-boot/board/Barix/ipam390/
H A DREADME.ipam390164 subcommand not supported
165 subcommand not supported
214 subcommand not supported
215 subcommand not supported
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0024-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch15 | ninja: build stopped: subcommand failed.
H A D0027-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch48 ninja: build stopped: subcommand failed.
/openbmc/u-boot/board/technexion/pico-imx6ul/
H A DREADME114 subcommand not supported
115 subcommand not supported
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch137 + * do_ffa_getpart() - implementation of the getpart subcommand
191 + * do_ffa_ping() - implementation of the ping subcommand
250 + *do_ffa_devlist() - implementation of the devlist subcommand
/openbmc/u-boot/doc/
H A DREADME.falcon174 cmdline subcommand not supported
175 bdt subcommand not supported
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/
H A Dheaptrack_1.2.0.bb58 # ninja: build stopped: subcommand failed.
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool222 epilog="Use %(prog)s <subcommand> --help to get help on a specific command")
308 subparsers = parser.add_subparsers(dest="subparser_name", title='subcommands', metavar='<subcommand>')
344 parser.error_subcommand(ae.message, ae.subcommand)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.4.rst291 "create-layer" subcommand. The implementation of this subcommand has
H A Drelease-notes-4.1.1.rst170 - release-notes-4.1.rst remove bitbake-layers subcommand argument
/openbmc/phosphor-ipmi-blobs/
H A DREADME.md47 The following details each subcommand in the blob spec. In the following, any
49 subcommand code, and (in the cases where the command body is non-empty) a
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc55 File name of a base image (see ``create`` subcommand)
189 File name of a base image (see ``create`` subcommand).
220 File name of a base image (see ``create`` subcommand)
310 File name of a base image (see ``create`` subcommand).
/openbmc/openbmc/poky/documentation/ref-manual/
H A Ddevtool-reference.rst29 …ge: devtool [--basepath BASEPATH] [--bbpath BBPATH] [-d] [-q] [--color COLOR] [-h] <subcommand> ...
72 Use devtool <subcommand> --help to get help on a specific command

12