Searched refs:BlockdevOptionsQueueEntry (Results 1 – 1 of 1) sorted by relevance
147 typedef struct BlockdevOptionsQueueEntry { struct150 QSIMPLEQ_ENTRY(BlockdevOptionsQueueEntry) entry; argument151 } BlockdevOptionsQueueEntry; typedef153 typedef QSIMPLEQ_HEAD(, BlockdevOptionsQueueEntry) BlockdevOptionsQueue;704 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue); in configure_blockdev()2948 BlockdevOptionsQueueEntry *bdo; in qemu_init()2953 bdo = g_new(BlockdevOptionsQueueEntry, 1); in qemu_init()