Searched refs:BlockdevOptionsQueueEntry (Results 1 – 1 of 1) sorted by relevance
148 typedef struct BlockdevOptionsQueueEntry {151 QSIMPLEQ_ENTRY(BlockdevOptionsQueueEntry) entry; typedef 152 } BlockdevOptionsQueueEntry;154 typedef QSIMPLEQ_HEAD(, BlockdevOptionsQueueEntry) BlockdevOptionsQueue;705 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue); in configure_blockdev() 2954 BlockdevOptionsQueueEntry *bdo; in qemu_init() 2959 bdo = g_new(BlockdevOptionsQueueEntry, 1); in qemu_init() 147 typedef struct BlockdevOptionsQueueEntry { global() struct 150 locBlockdevOptionsQueueEntry global() argument