Searched refs:BlockdevOptionsQueueEntry (Results 1 – 1 of 1) sorted by relevance
140 typedef struct BlockdevOptionsQueueEntry { struct143 QSIMPLEQ_ENTRY(BlockdevOptionsQueueEntry) entry; argument144 } BlockdevOptionsQueueEntry; typedef146 typedef QSIMPLEQ_HEAD(, BlockdevOptionsQueueEntry) BlockdevOptionsQueue;695 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue); in configure_blockdev()2856 BlockdevOptionsQueueEntry *bdo; in qemu_init()2861 bdo = g_new(BlockdevOptionsQueueEntry, 1); in qemu_init()