Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream.c65 char *subcommand = argv[1]; in main() local
67 if (strcmp(subcommand, "dump") == 0) { in main()
69 } else if (strcmp(subcommand, "decompress") == 0) { in main()
71 } else if (strcmp(subcommand, "recompress") == 0) { in main()
73 } else if (strcmp(subcommand, "token") == 0) { in main()
75 } else if (strcmp(subcommand, "redup") == 0) { in main()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzhack.c473 char *subcommand; in zhack_do_feature() local
483 subcommand = argv[0]; in zhack_do_feature()
484 if (strcmp(subcommand, "stat") == 0) { in zhack_do_feature()
486 } else if (strcmp(subcommand, "enable") == 0) { in zhack_do_feature()
488 } else if (strcmp(subcommand, "ref") == 0) { in zhack_do_feature()
492 subcommand); in zhack_do_feature()
946 char *subcommand; in zhack_do_label() local
957 subcommand = argv[0]; in zhack_do_label()
958 if (strcmp(subcommand, "repair") == 0) { in zhack_do_label()
962 subcommand); in zhack_do_label()
[all …]
/freebsd/contrib/wireguard-tools/
H A Dwg.c16 const char *subcommand; member
36 fprintf(file, " %s: %s\n", subcommands[i].subcommand, subcommands[i].description); in show_usage()
59 if (!strcmp(argv[1], subcommands[i].subcommand)) in main()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp89 static void display_usage(const char *progname, const char *subcommand) { in display_usage() argument
93 progname, subcommand); in display_usage()
120 const char *subcommand = argv[1]; in main_platform() local
247 display_usage(progname, subcommand); in main_platform()
H A Dlldb-gdbserver.cpp196 const char *const progname, const char *const subcommand, in ConnectToRemote() argument
333 const char *subcommand = argv[1]; in main_gdbserver() local
456 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp21 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument
28 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
H A DCommandObjectHelp.h30 llvm::StringRef subcommand, bool include_upropos = true,
H A DOptionsBase.td109 // The full associated command/subcommand such as "settings set".
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c1394 char *subcommand = argv[1]; in main() local
1396 if (strcmp(subcommand, "generate") == 0) { in main()
1398 } else if (strcmp(subcommand, "verify") == 0) { in main()
1400 } else if (strcmp(subcommand, "dump") == 0) { in main()
1402 } else if (strcmp(subcommand, "table") == 0) { in main()
1404 } else if (strcmp(subcommand, "merge") == 0) { in main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmds.pod.in76 Among others, every subcommand has a help option.
82 Print out a usage message for the subcommand.
H A Dopenssl.pod47 (e.g., L<openssl-x509(1)>). The subcommand L<openssl-list(1)> may be used to list
/freebsd/stand/fdt/
H A Dhelp.fdt4 fdt <subcommand> <arguments>
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips611 ZFS can display I/O statistics for a given pool using the iostat subcommand.
632 history subcommand to zpool:
737 To reset the value of a custom property, use the inherit subcommand:
760 You can prevent the removal of a ZFS snapshot by using the hold subcommand.
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog371 dump_log as a subcommand, truncate_log and replay_log soon to come
375 a subcommand, truncate_log and replay_log soon to come after.
378 a subcommand, truncate_log and replay_log soon to come after.
/freebsd/contrib/kyua/
H A DNEWS.md569 * Added the `debug` subcommand. This command allows end users to tweak
575 * Added the `config` subcommand. This command allows the end user to
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi447 subcommand on the
705 subcommand is present, the association is authenticated
708 subcommand is present, the association is authenticated
1438 subcommand specifies the minimum average packet
1441 subcommand specifies the minimum packet spacing
1447 subcommand indirectly specifies the probability of
H A Dntp.conf.def491 subcommand on the
759 subcommand is present, the association is authenticated
762 subcommand is present, the association is authenticated
1509 subcommand specifies the minimum average packet
1512 subcommand specifies the minimum packet spacing
1518 subcommand indirectly specifies the probability of
/freebsd/crypto/heimdal/kadmin/
H A DChangeLog308 * kadmin: convert to use slc; also add stash subcommand
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt44 # a CMake command (using an undocumented subcommand of file()) that
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.def1112 subcommand of the
H A Dinvoke-ntp-keygen.texi846 subcommand of the
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6270 print_zpool_script_list(const char *subcommand) in print_zpool_script_list() argument
6274 printf(gettext("Available 'zpool %s -c' commands:\n"), subcommand); in print_zpool_script_list()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt3233 AML Debugger: Implemented a new subcommand ("execute predef") to execute
/freebsd/contrib/ntp/
H A DCommitLog[all...]