Searched refs:module_load (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | module.h | 64 #define block_module_load(lib, errp) module_load("block-", lib, errp) 65 #define ui_module_load(lib, errp) module_load("ui-", lib, errp) 66 #define audio_module_load(lib, errp) module_load("audio-", lib, errp) 90 int module_load(const char *prefix, const char *name, Error **errp);
|
/openbmc/qemu/util/ |
H A D | module.c | 202 int module_load(const char *prefix, const char *name, Error **errp) in module_load() function 265 int subrv = module_load("", *sl, errp); in module_load() 344 rv = module_load("", modinfo->name, errp); in module_load_qom() 370 if (module_load("", modinfo->name, &local_err) < 0) { in module_load_qom_all() 389 if (module_load("", modinfo->name, &local_err) < 0) { in qemu_load_module_for_opts() 401 int module_load(const char *prefix, const char *name, Error **errp) { return 2; } in module_load() function
|
/openbmc/linux/tools/testing/selftests/zram/ |
H A D | zram_lib.sh | 12 module_load=-1 70 if [ $module_load -eq 1 ]; then 114 module_load=1
|
/openbmc/linux/include/trace/events/ |
H A D | module.h | 31 TRACE_EVENT(module_load,
|
/openbmc/qemu/system/ |
H A D | qtest.c | 733 rv = module_load(words[1], words[2], &local_err); in qtest_process_command()
|