Searched refs:cmd_struct (Results 1 – 3 of 3) sorted by relevance
4 struct cmd_struct { struct11 extern struct cmd_struct kvm_commands[]; argument12 struct cmd_struct *kvm_get_command(struct cmd_struct *command,15 int handle_command(struct cmd_struct *command, int argc, const char **argv);
21 struct cmd_struct kvm_commands[] = {51 struct cmd_struct *kvm_get_command(struct cmd_struct *command, in kvm_get_command()54 struct cmd_struct *p = command; in kvm_get_command()64 int handle_command(struct cmd_struct *command, int argc, const char **argv) in handle_command()66 struct cmd_struct *p; in handle_command()
47 struct cmd_struct *p; in help_cmd()