/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | help.py | 24 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 D | item_updater_main.cpp | 105 auto subcommands = in main() local 109 for (const auto& subcommand : subcommands) in main()
|
/openbmc/openbmc/poky/scripts/ |
H A D | wic | 465 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 D | wic | 465 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 D | parse-options.c | 633 const char *const subcommands[], const char *usagestr[], int flags) in parse_options_subcommand() argument 638 if (subcommands && !usagestr[0]) { in parse_options_subcommand() 643 for (int i = 0; subcommands[i]; i++) { in parse_options_subcommand() 646 astrcat(&buf, subcommands[i]); in parse_options_subcommand() 668 if (subcommands) { in parse_options_subcommand() 669 for (int i = 0; subcommands[i]; i++) in parse_options_subcommand() 670 printf("%s ", subcommands[i]); in parse_options_subcommand()
|
H A D | parse-options.h | 179 const char *const subcommands[],
|
/openbmc/openbmc/meta-phosphor/recipes-devtools/iotools/ |
H A D | iotools_1.6.bb | 19 # 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 D | 0001-sssctl-add-error-analyzer.patch | 75 + 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 D | Kconfig | 22 The TA can support the "avb" subcommands "read_rb", "write"rb"
|
/openbmc/u-boot/doc/ |
H A D | README.commands.spl | 8 export has two subcommands:
|
H A D | README.ubi | 6 The first is the ubi command, which has six subcommands:
|
/openbmc/u-boot/test/ |
H A D | Kconfig | 5 U-Boot. Test suites will be subcommands of the "ut" command.
|
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/ |
H A D | 0003-Exclude-VCS-directory-with-writing-from-an-archive.patch | 43 +# Test --exclude-vcs option with subcommands: EXTRACT, LIST, DIFF.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-ftrace.txt | 16 The 'perf ftrace' command provides a collection of subcommands which use
|
H A D | perf-kvm.txt | 71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands.
|
/openbmc/linux/Documentation/bpf/ |
H A D | drgn.rst | 88 subcommands:
|
/openbmc/qemu/ |
H A D | qemu-img-cmds.hx | 3 HXCOMM Keep the list of subcommands sorted by name.
|
/openbmc/pldm/pldmtool/ |
H A D | README.md | 8 pldmtool supports the subcommands for PLDM types such as base, platform, bios,
|
/openbmc/openbmc-test-automation/docs/ |
H A D | openbmc_test_tools.md | 230 on the BMC. pldmtool supports the subcommands for PLDM types such as base,
|
/openbmc/linux/Documentation/networking/ |
H A D | batman-adv.rst | 77 subcommands.
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | ka.po | 199 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 D | fr.po | 185 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 D | it.po | 185 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 D | pt.po | 183 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 D | cs.po | 188 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"
|