Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmodule.c30 typedef struct ModuleEntry struct
33 QTAILQ_ENTRY(ModuleEntry) node; argument
35 } ModuleEntry; typedef
37 typedef QTAILQ_HEAD(, ModuleEntry) ModuleTypeList;
72 ModuleEntry *e; in register_module_init()
86 ModuleEntry *e; in register_dso_module_init()
100 ModuleEntry *e; in module_call_init()
162 ModuleEntry *e, *next; in module_load_dso()