Lines Matching refs:VERB_ANY
2610 { "help", VERB_ANY, VERB_ANY, 0, help },
2611 { "list", VERB_ANY, 1, VERB_DEFAULT, list_machines },
2612 { "list-images", VERB_ANY, 1, 0, list_images },
2613 { "status", 2, VERB_ANY, 0, show_machine },
2614 { "image-status", VERB_ANY, VERB_ANY, 0, show_image },
2615 { "show", VERB_ANY, VERB_ANY, 0, show_machine },
2616 { "show-image", VERB_ANY, VERB_ANY, 0, show_image },
2617 { "terminate", 2, VERB_ANY, 0, terminate_machine },
2618 { "reboot", 2, VERB_ANY, 0, reboot_machine },
2619 { "poweroff", 2, VERB_ANY, 0, poweroff_machine },
2620 { "kill", 2, VERB_ANY, 0, kill_machine },
2621 { "login", VERB_ANY, 2, 0, login_machine },
2622 { "shell", VERB_ANY, VERB_ANY, 0, shell_machine },
2626 { "remove", 2, VERB_ANY, 0, remove_image },
2630 { "start", 2, VERB_ANY, 0, start_machine },
2631 { "enable", 2, VERB_ANY, 0, enable_machine },
2632 { "disable", 2, VERB_ANY, 0, enable_machine },
2639 { "list-transfers", VERB_ANY, 1, 0, list_transfers },
2640 { "cancel-transfer", 2, VERB_ANY, 0, cancel_transfer },