Searched refs:qcdisk (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.sbin/vmd/ |
| D | vioqcow2.c | 69 struct qcdisk { struct 71 struct qcdisk *base; argument 99 static off_t xlate(struct qcdisk *, off_t, int *); argument 100 static void copy_cluster(struct qcdisk *, struct qcdisk *, off_t, off_t); 101 static void inc_refs(struct qcdisk *, off_t, int); 102 static off_t mkcluster(struct qcdisk *, struct qcdisk *, off_t, off_t); 103 static int qc2_open(struct qcdisk *, int *, size_t); 119 struct qcdisk *diskp; in virtio_qcow2_init() 121 diskp = malloc(sizeof(struct qcdisk)); in virtio_qcow2_init() 209 qc2_open(struct qcdisk *disk, int *fds, size_t nfd) in qc2_open() [all …]
|