Home
last modified time | relevance | path

Searched refs:inited (Results 1 – 4 of 4) sorted by relevance

/qemu/contrib/vhost-user-gpu/
H A Dvugbm.c195 if (!dev->inited) { in vugbm_device_destroy()
205 assert(!dev->inited); in vugbm_device_init()
219 dev->inited = true; in vugbm_device_init()
223 if (!dev->inited && g_file_test("/dev/udmabuf", G_FILE_TEST_EXISTS)) { in vugbm_device_init()
233 dev->inited = true; in vugbm_device_init()
237 if (!dev->inited) { in vugbm_device_init()
244 dev->inited = true; in vugbm_device_init()
246 assert(dev->inited); in vugbm_device_init()
H A Dvugbm.h25 bool inited; member
/qemu/util/
H A Dmodule.c46 static int inited; in init_lists() local
49 if (inited) { in init_lists()
59 inited = 1; in init_lists()
/qemu/hw/display/
H A Dcirrus_vga.c2845 static int inited; in cirrus_init_common() local
2847 if (!inited) { in cirrus_init_common()
2848 inited = 1; in cirrus_init_common()