Searched defs:fmt (Results 1 – 9 of 9) sorted by relevance
/kvmtool/virtio/ |
H A D | 9p-pdu.c | 67 static int virtio_p9_decode(struct p9_pdu *pdu, const char *fmt, va_list ap) in virtio_p9_decode() 170 static int virtio_p9_pdu_encode(struct p9_pdu *pdu, const char *fmt, va_list ap) in virtio_p9_pdu_encode() 267 int virtio_p9_pdu_readf(struct p9_pdu *pdu, const char *fmt, ...) in virtio_p9_pdu_readf() 279 int virtio_p9_pdu_writef(struct p9_pdu *pdu, const char *fmt, ...) in virtio_p9_pdu_writef()
|
/kvmtool/include/kvm/ |
H A D | vfio.h | 10 #define vfio_dev_err(vdev, fmt, ...) \ argument 12 #define vfio_dev_warn(vdev, fmt, ...) \ argument 14 #define vfio_dev_info(vdev, fmt, ...) \ argument 16 #define vfio_dev_dbg(vdev, fmt, ...) \ argument 18 #define vfio_dev_die(vdev, fmt, ...) \ argument
|
H A D | pci.h | 16 #define pci_dev_err(pci_hdr, fmt, ...) \ argument 18 #define pci_dev_warn(pci_hdr, fmt, ...) \ argument 20 #define pci_dev_info(pci_hdr, fmt, ...) \ argument 22 #define pci_dev_dbg(pci_hdr, fmt, ...) \ argument 24 #define pci_dev_die(pci_hdr, fmt, ...) \ argument
|
H A D | util.h | 53 #define pr_debug(fmt, ...) \ argument
|
/kvmtool/powerpc/ |
H A D | spapr.h | 73 #define hcall_dprintf(fmt, ...) \ argument 76 #define hcall_dprintf(fmt, ...) \ argument
|
H A D | spapr_pci.c | 30 #define phb_dprintf(fmt, ...) \ argument 33 #define phb_dprintf(fmt, ...) \ argument
|
H A D | xics.c | 27 #define xics_dprintf(fmt, ...) \ argument 30 #define xics_dprintf(fmt, ...) \ argument
|
/kvmtool/ |
H A D | kvm.c | 68 static int set_dir(const char *fmt, va_list args) in set_dir() 84 void kvm__set_dir(const char *fmt, ...) in kvm__set_dir()
|
/kvmtool/include/linux/ |
H A D | 9p.h | 92 #define p9_debug(level, fmt, ...) \ argument 95 #define p9_debug(level, fmt, ...) \ argument
|