Home
last modified time | relevance | path

Searched refs:subcommands (Results 1 – 25 of 38) sorted by relevance

12

/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]
40 def wic_help(args, usage_str, subcommands): argument
44 if args.help_topic == None or not display_help(args.help_topic, subcommands):
65 def invoke_subcommand(args, parser, main_command_usage, subcommands): argument
75 wic_help(args, main_command_usage, subcommands)
76 elif args.command not in subcommands:
81 subcmd = subcommands.get(args.command, subcommand_error)
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater_main.cpp98 auto subcommands = functions::process_hostfirmware::updateBiosAttrTable( in main() local
100 for (const auto& subcommand : subcommands) in main()
/openbmc/openbmc/poky/scripts/
H A Dwic465 subcommands = { variable
504 for subcmd in subcommands:
505 subparser = subparsers.add_parser(subcmd, help=subcommands[subcmd][2])
506 subcommands[subcmd][3](subparser)
542 return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Dwic465 subcommands = { variable
504 for subcmd in subcommands:
505 subparser = subparsers.add_parser(subcmd, help=subcommands[subcmd][2])
506 subcommands[subcmd][3](subparser)
542 return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.c633 const char *const subcommands[], const char *usagestr[], int flags) in parse_options_subcommand() argument
639 if (subcommands && !usagestr[0]) { in parse_options_subcommand()
642 for (int i = 0; subcommands[i]; i++) { in parse_options_subcommand()
645 astrcat(&buf, subcommands[i]); in parse_options_subcommand()
667 if (subcommands) { in parse_options_subcommand()
668 for (int i = 0; subcommands[i]; i++) in parse_options_subcommand()
669 printf("%s ", subcommands[i]); in parse_options_subcommand()
H A Dparse-options.h179 const char *const subcommands[],
/openbmc/openbmc/meta-phosphor/recipes-devtools/iotools/
H A Diotools_1.6.bb19 # The "install" make target runs the binary to create links for subcommands.
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/
H A D0001-sssctl-add-error-analyzer.patch75 + Setup module parser, subcommands, and options
79 + module and subcommands under
129 Setup module parser, subcommands, and options
133 module and subcommands under
/openbmc/u-boot/drivers/tee/optee/
H A DKconfig22 The TA can support the "avb" subcommands "read_rb", "write"rb"
/openbmc/u-boot/doc/
H A DREADME.commands.spl8 export has two subcommands:
H A DREADME.ubi6 The first is the ubi command, which has six subcommands:
/openbmc/u-boot/test/
H A DKconfig5 U-Boot. Test suites will be subcommands of the "ut" command.
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch43 +# Test --exclude-vcs option with subcommands: EXTRACT, LIST, DIFF.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-ftrace.txt16 The 'perf ftrace' command provides a collection of subcommands which use
H A Dperf-kvm.txt71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands.
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst88 subcommands:
/openbmc/qemu/
H A Dqemu-img-cmds.hx1 HXCOMM Keep the list of subcommands sorted by name.
/openbmc/pldm/pldmtool/
H A DREADME.md8 pldmtool supports the subcommands for PLDM types such as base, platform, bios,
/openbmc/openbmc-test-automation/docs/
H A Dopenbmc_test_tools.md230 on the BMC. pldmtool supports the subcommands for PLDM types such as base,
/openbmc/linux/Documentation/networking/
H A Dbatman-adv.rst77 subcommands.
/openbmc/linux/tools/power/cpupower/po/
H A Dka.po199 msgid "Supported subcommands are:\n"
206 "Some subcommands can make use of the -c cpulist option.\n"
227 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dfr.po185 msgid "Supported subcommands are:\n"
192 "Some subcommands can make use of the -c cpulist option.\n"
209 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dit.po185 msgid "Supported subcommands are:\n"
192 "Some subcommands can make use of the -c cpulist option.\n"
209 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dpt.po183 msgid "Supported subcommands are:\n"
190 "Some subcommands can make use of the -c cpulist option.\n"
207 "Use cpupower help subcommand for getting help for above subcommands.\n"
H A Dcs.po188 msgid "Supported subcommands are:\n"
195 "Some subcommands can make use of the -c cpulist option.\n"
212 "Use cpupower help subcommand for getting help for above subcommands.\n"

12