Home
last modified time | relevance | path

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

/openbmc/qemu/fsdev/
H A Dqemu-fsdev.c40 typedef struct FsDriverListEntry { struct
42 QTAILQ_ENTRY(FsDriverListEntry) next; argument
43 } FsDriverListEntry; typedef
45 static QTAILQ_HEAD(, FsDriverListEntry) fsdriver_entries =
113 struct FsDriverListEntry *fsle; in qemu_fsdev_add()
173 struct FsDriverListEntry *fsle; in get_fsdev_fsentry()