Home | History | Annotate | Download | only in qemu

Lines Matching full:g_malloc0

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