Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zstream/
H A Dzstream.c55 char *subcommand = argv[1]; in main() local
57 if (strcmp(subcommand, "dump") == 0) { in main()
59 } else if (strcmp(subcommand, "token") == 0) { in main()
61 } else if (strcmp(subcommand, "redup") == 0) { in main()
/f-stack/freebsd/contrib/openzfs/cmd/zhack/
H A Dzhack.c448 char *subcommand; in zhack_do_feature() local
458 subcommand = argv[0]; in zhack_do_feature()
459 if (strcmp(subcommand, "stat") == 0) { in zhack_do_feature()
461 } else if (strcmp(subcommand, "enable") == 0) { in zhack_do_feature()
463 } else if (strcmp(subcommand, "ref") == 0) { in zhack_do_feature()
467 subcommand); in zhack_do_feature()
482 const char *subcommand; in main() local
515 subcommand = argv[0]; in main()
517 if (strcmp(subcommand, "feature") == 0) { in main()
521 subcommand); in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c1399 char *subcommand = argv[1]; in main() local
1401 if (strcmp(subcommand, "generate") == 0) { in main()
1403 } else if (strcmp(subcommand, "verify") == 0) { in main()
1405 } else if (strcmp(subcommand, "dump") == 0) { in main()
1407 } else if (strcmp(subcommand, "table") == 0) { in main()
1409 } else if (strcmp(subcommand, "merge") == 0) { in main()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dslowlog.tcl27 test {SLOWLOG - RESET subcommand works} {
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES467 * redis-cli cluster mode improved in many ways. Especially the fix subcommand
762 13. More commands now have the HELP subcommand.
781 Standardizes `MEMORY HELP` subcommand
809 Cluster Manager: better fix subcommand.
817 Cluster Manager: fixed 'DELSLOT' subcommand typo.
951 9. Many commands with sub-commands now have an HELP subcommand.
2992 9. Many commands with sub-commands now have an HELP subcommand.
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5247 print_zpool_script_list(char *subcommand) in print_zpool_script_list() argument
5251 printf(gettext("Available 'zpool %s -c' commands:\n"), subcommand); in print_zpool_script_list()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2629 AML Debugger: Implemented a new subcommand ("execute predef") to execute