Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dparse-options.c633 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 Dparse-options.h182 const char *const subcommands[],
/OK3568_Linux_fs/buildroot/package/argparse/
H A DConfig.in7 subcommands and more. Argparse automatically generates
/OK3568_Linux_fs/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:
/OK3568_Linux_fs/u-boot/test/
H A DKconfig5 U-Boot. Test suites will be subcommands of the "ut" command.
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Ddrgn.rst88 subcommands:
/OK3568_Linux_fs/buildroot/package/linux-tools/
H A DConfig.in65 git-like interface with subcommands. It is capable of
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-kvm.txt71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands.
H A Dperf-config.txt214 subcommands. The default timeout is 500ms.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dbatman-adv.rst77 subcommands.
/OK3568_Linux_fs/kernel/tools/power/cpupower/po/
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 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 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 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"
H A Dde.po193 msgid "Supported subcommands are:\n"
200 "Some subcommands can make use of the -c cpulist option.\n"
221 "Use cpupower help subcommand for getting help for above subcommands.\n"
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A DKconfig137 legacy GPIO interface. Several subcommands are provided which mirror
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/
H A Dbpftool327 # Complete id and name, only for subcommands that use prog (but no
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Ddevtool-reference.rst41 subcommands:
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dst.rst482 subcommands are:
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dextensible.rst196 Three ``devtool`` subcommands provide entry-points into
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dusage.rst65 along with the available perf subcommands::
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info1349 subcommands. For example, the 'print' command (*note Examining Data:
1372 subcommands. *Note print options::. The example above could be
1384 SETTING is any setting you can change with the 'set' subcommands.
1420 commands, GDB subcommands, command options, and the names of symbols in
1865 Here are several miscellaneous 'show' subcommands, all of which are
6729 backtrace' and 'set print' subcommands:
8269 subcommands:
15059 Five subcommands of 'set print' and 'show print' apply specifically to C
16559 of subcommands. For example, if your program has a variable 'width',
16575 Because the 'set' command has many subcommands that can conflict with
[all …]

12