Home
last modified time | relevance | path

Searched refs:cmd_struct (Results 1 – 3 of 3) sorted by relevance

/kvmtool/include/kvm/
H A Dkvm-cmd.h4 struct cmd_struct { struct
11 extern struct cmd_struct kvm_commands[]; argument
12 struct cmd_struct *kvm_get_command(struct cmd_struct *command,
15 int handle_command(struct cmd_struct *command, int argc, const char **argv);
/kvmtool/
H A Dkvm-cmd.c21 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()
H A Dbuiltin-help.c47 struct cmd_struct *p; in help_cmd()