Home
last modified time | relevance | path

Searched defs:get_config (Results 1 – 9 of 9) sorted by relevance

/kvmtool/virtio/
H A Dconsole.c109 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
H A Drng.c44 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
H A Dscsi.c33 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
H A Dvsock.c38 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
H A Dballoon.c189 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
H A Dblk.c158 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
H A Dnet.c468 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
H A D9p.c1382 static u8 *get_config(struct kvm *kvm, void *dev) in get_config() function
/kvmtool/include/kvm/
H A Dvirtio.h230 u8 *(*get_config)(struct kvm *kvm, void *dev); member