Home | History | Annotate | Download | only in qemu

Lines Matching refs:hd

1004     CharDriverState *hd;
2198 vmc->hd = qemu_chr_open(name, devname, NULL);
2199 if (!vmc->hd) {
2206 slirp_add_exec(3, vmc->hd, 4, port);
2207 qemu_chr_add_handlers(vmc->hd, vmchannel_can_read, vmchannel_read,