Searched refs:subcommand (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zstream/ |
| H A D | zstream.c | 55 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 D | zhack.c | 448 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 D | draid.c | 1399 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 D | slowlog.tcl | 27 test {SLOWLOG - RESET subcommand works} {
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 467 * 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 D | zpool_main.c | 5247 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 D | changes.txt | 2629 AML Debugger: Implemented a new subcommand ("execute predef") to execute
|