Lines Matching refs:qemu_mallocz
256 chr = qemu_mallocz(sizeof(CharDriverState));
503 chr = qemu_mallocz(sizeof(CharDriverState));
504 d = qemu_mallocz(sizeof(MuxDriver));
681 chr = qemu_mallocz(sizeof(CharDriverState));
682 s = qemu_mallocz(sizeof(FDCharDriver));
1055 chr = qemu_mallocz(sizeof(CharDriverState));
1056 s = qemu_mallocz(sizeof(PtyCharDriver));
1435 drv = qemu_mallocz(sizeof(ParallelCharDriver));
1439 chr = qemu_mallocz(sizeof(CharDriverState));
1499 chr = qemu_mallocz(sizeof(CharDriverState));
1715 chr = qemu_mallocz(sizeof(CharDriverState));
1716 s = qemu_mallocz(sizeof(WinCharState));
1815 chr = qemu_mallocz(sizeof(CharDriverState));
1816 s = qemu_mallocz(sizeof(WinCharState));
1835 chr = qemu_mallocz(sizeof(CharDriverState));
1836 s = qemu_mallocz(sizeof(WinCharState));
1946 chr = qemu_mallocz(sizeof(CharDriverState));
1947 s = qemu_mallocz(sizeof(NetCharDriver));
2247 chr = qemu_mallocz(sizeof(CharDriverState));
2248 s = qemu_mallocz(sizeof(TCPCharDriver));
2360 d->outbuf = qemu_mallocz(d->outbuf_capacity);