Searched refs:dirs (Results 1 – 7 of 7) sorted by relevance
/qemu/util/ |
H A D | filemonitor-inotify.c | 33 GHashTable *dirs; /* dirname => QFileMonitorDir */ member 194 mon->dirs = g_hash_table_new_full(g_str_hash, g_str_equal, NULL, in qemu_file_monitor_new() 215 g_hash_table_unref(mon->dirs); in qemu_file_monitor_free_idle() 263 dir = g_hash_table_lookup(mon->dirs, dirpath); in qemu_file_monitor_add_watch() 281 g_hash_table_insert(mon->dirs, dir->path, dir); in qemu_file_monitor_add_watch() 284 if (g_hash_table_size(mon->dirs) == 1) { in qemu_file_monitor_add_watch() 319 dir = g_hash_table_lookup(mon->dirs, dirpath); in qemu_file_monitor_remove_watch() 339 g_hash_table_remove(mon->dirs, dir->path); in qemu_file_monitor_remove_watch() 341 if (g_hash_table_size(mon->dirs) == 0) { in qemu_file_monitor_remove_watch()
|
H A D | module.c | 209 char *dirs[5]; in module_load() local 237 dirs[n_dirs++] = g_strdup(search_dir); in module_load() 239 dirs[n_dirs++] = get_relocated_path(CONFIG_QEMU_MODDIR); in module_load() 245 dirs[n_dirs++] = g_strdup_printf("/var/run/qemu/%s", version_dir); in module_load() 247 assert(n_dirs <= ARRAY_SIZE(dirs)); in module_load() 284 dirs[i], module_name, CONFIG_HOST_DSOSUF); in module_load() 312 g_free(dirs[i]); in module_load()
|
/qemu/system/ |
H A D | datadir.c | 91 static const char * const dirs[] = { in qemu_add_default_firmwarepath() local 99 for (i = 0; dirs[i] != NULL; i++) { in qemu_add_default_firmwarepath() 100 qemu_add_data_dir(get_relocated_path(dirs[i])); in qemu_add_default_firmwarepath()
|
/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 41 dirs = dict(d.split(':') for d in args.dir) 62 source = drv_qcow2(drv_file(dirs[src] + '/test-source.qcow2')) 64 source = drv_file(dirs[src] + '/test-source') 77 fname = dirs[dst] + '/test-target'
|
/qemu/roms/ |
H A D | edk2-build.py | 253 dirs = [ 266 for pdir in dirs:
|
/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 219 static const char *dirs[] = { variable 251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet() 307 dirs[epdir], tlen); in dwc2_handle_packet() 512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete()
|
/qemu/ |
H A D | meson.build | 754 '-Wno-missing-include-dirs',
|