Searched refs:vmop_info_result (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.sbin/vmctl/ |
| D | vmctl.h | 111 int print_vm_info(struct vmop_info_result *, size_t); 112 void terminate_all(struct vmop_info_result *, size_t, unsigned int); 114 vm_console(struct vmop_info_result *, size_t);
|
| D | vmctl.c | 568 terminate_all(struct vmop_info_result *list, size_t ct, unsigned int flags) in terminate_all() 571 struct vmop_info_result *vmi; in terminate_all() 700 static struct vmop_info_result *vir = NULL; in add_info() 706 sizeof(struct vmop_info_result)); in add_info() 711 memcpy(&vir[ct], imsg->data, sizeof(struct vmop_info_result)); in add_info() 776 print_vm_info(struct vmop_info_result *list, size_t ct) in print_vm_info() 779 struct vmop_info_result *vmi; in print_vm_info() 871 vm_console(struct vmop_info_result *list, size_t ct) in vm_console() 873 struct vmop_info_result *vir; in vm_console()
|
| /openbsd/src/usr.sbin/vmd/ |
| D | vm_agentx.c | 134 static struct vmop_info_result *vir = NULL; in vm_agentx_dispatch_parent() 135 static struct vmop_info_result *mvir = NULL; in vm_agentx_dispatch_parent() 137 struct vmop_info_result *tvir; in vm_agentx_dispatch_parent() 433 const struct vmop_info_result *v1 = c1, *v2 = c2; in vm_agentx_sortvir()
|
| D | vmd.h | 161 struct vmop_info_result { struct
|
| D | vmm.c | 835 struct vmop_info_result vir; in get_info_vm()
|
| D | vmd.c | 368 struct vmop_info_result vir; in vmd_dispatch_vmm()
|