Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dvl.c140 typedef struct BlockdevOptionsQueueEntry { struct
143 QSIMPLEQ_ENTRY(BlockdevOptionsQueueEntry) entry; argument
144 } BlockdevOptionsQueueEntry; typedef
146 typedef QSIMPLEQ_HEAD(, BlockdevOptionsQueueEntry) BlockdevOptionsQueue;
695 BlockdevOptionsQueueEntry *bdo = QSIMPLEQ_FIRST(bdo_queue); in configure_blockdev()
2858 BlockdevOptionsQueueEntry *bdo; in qemu_init()
2863 bdo = g_new(BlockdevOptionsQueueEntry, 1); in qemu_init()