Searched defs:msg (Results 1 – 10 of 10) sorted by relevance
/kvmtool/ |
H A D | guest_compat.c | 20 static void compat__free(struct compat_message *msg) in compat__free() 29 struct compat_message *msg; in compat__add_message() local 85 struct compat_message *msg; in compat__print_all_messages() local
|
H A D | kvm-ipc.c | 204 …vm_ipc__register_handler(u32 type, void (*cb)(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg)) in kvm_ipc__register_handler() 226 int kvm_ipc__send_msg(int fd, u32 type, u32 len, u8 *msg) in kvm_ipc__send_msg() 288 u8 *msg = NULL; in kvm_ipc__receive() local 334 static void kvm__pid(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg) in kvm__pid() 346 static void handle_stop(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg) in handle_stop() 357 static void handle_pause(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg) in handle_pause() 376 static void handle_vmstate(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg) in handle_vmstate() 409 static void handle_debug(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg) in handle_debug()
|
H A D | irq.c | 104 int irq__add_msix_route(struct kvm *kvm, struct msi_msg *msg, u32 device_id) in irq__add_msix_route() 148 void irq__update_msix_route(struct kvm *kvm, u32 gsi, struct msi_msg *msg) in irq__update_msix_route()
|
/kvmtool/virtio/ |
H A D | pci.c | 23 struct msi_msg *msg; in virtio_pci__add_msix_route() local 45 struct msi_msg msg = { 0 }; in virtio_pci__del_msix_route() local
|
H A D | balloon.c | 148 static void virtio_bln__print_stats(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg) in virtio_bln__print_stats() 163 static void handle_mem(struct kvm *kvm, int fd, u32 type, u32 len, u8 *msg) in handle_mem()
|
H A D | 9p.c | 1334 struct p9_msg *msg; in virtio_p9_get_cmd() local
|
/kvmtool/util/ |
H A D | util.c | 15 char msg[1024]; in report() local
|
/kvmtool/include/kvm/ |
H A D | virtio-9p.h | 23 u8 msg[0]; member
|
H A D | pci.h | 111 struct msi_msg msg; member
|
/kvmtool/vfio/ |
H A D | pci.c | 433 struct msi_msg msg; in vfio_pci_msi_cap_write() local
|