/qemu/tests/functional/qemu_test/ |
H A D | config.py | 27 # Makefile.mtest only exists in build dir, so if it is available, use CWD 28 if os.path.exists('Makefile.mtest'): 32 if os.path.exists(root):
|
H A D | asset.py | 75 return self.cache_file.exists() and self._check(self.cache_file) 90 if os.path.exists(self.cache_file): 100 if os.path.exists(self.cache_file): 113 if not self.cache_dir.exists(): 149 self.log.debug("%s already exists, " 174 if not os.path.exists(tmp_cache_file):
|
H A D | uncompress.py | 22 if os.path.exists(output_path): 33 if os.path.exists(output_path): 45 if os.path.exists(output_path):
|
/qemu/hw/ufs/ |
H A D | trace-events | 43 ufs_err_mcq_create_sq_already_exists(uint8_t qid) "mcq sqid %"PRIu8 "already exists" 45 ufs_err_mcq_delete_sq_not_exists(uint8_t qid) "mcq sqid %"PRIu8 "not exists" 47 ufs_err_mcq_create_cq_already_exists(uint8_t qid) "mcq cqid %"PRIu8 "already exists" 49 ufs_err_mcq_delete_cq_not_exists(uint8_t qid) "mcq cqid %"PRIu8 "not exists"
|
/qemu/include/hw/intc/ |
H A D | arm_gic.h | 45 * - VIRQ for CPU 0 (exists even if virt extensions not present) 46 * - VIRQ for CPU 1 (exists even if virt extensions not present) 48 * - VFIQ for CPU 0 (exists even if virt extensions not present) 49 * - VFIQ for CPU 1 (exists even if virt extensions not present)
|
/qemu/scripts/tracetool/backend/ |
H A D | __init__.py | 25 PUBLIC If exists and is set to 'True', the backend is considered "public". 90 def exists(name): function 91 """Return whether the given backend exists.""" 105 assert exists(backend) 106 assert tracetool.format.exists(self._format)
|
/qemu/qobject/ |
H A D | qdict.c | 107 * Insert the pair 'key:value' into 'qdict', if 'key' already exists 169 * qdict_haskey(): Check if 'key' exists 171 * Return 1 if 'key' exists in the dict, 0 otherwise 190 * This function assumes that 'key' exists and it stores a QNum. 202 * This function assumes that 'key' exists and it stores a 215 * This function assumes that 'key' exists and it stores a 245 * This function assumes that 'key' exists and it stores a
|
H A D | qobject.c | 29 [QTYPE_NONE] = NULL, /* No such object exists */ 47 [QTYPE_NONE] = NULL, /* No such object exists */
|
/qemu/tests/functional/ |
H A D | test_acpi_bits.py | 138 self.assertTrue(os.path.exists(bits_config_file)) 139 self.assertTrue(os.path.exists(target_config_dir)) 151 self.assertTrue(os.path.exists(bits_test_dir)) 152 self.assertTrue(os.path.exists(target_test_dir)) 169 # now remove the pyc test file if it exists, otherwise the 189 self.assertTrue(os.path.exists(grub_x86_64_mods)) 190 self.assertTrue(os.path.exists(grub_i386_mods))
|
/qemu/scripts/coccinelle/ |
H A D | errp-guard.cocci | 68 // Note, "exists" says that we want apply rule even if it does not 71 @ disable optional_qualifier exists@ 109 @check1 disable optional_qualifier exists@ 134 @check2 disable optional_qualifier exists@ 182 @rule1 disable optional_qualifier exists@ 250 @ disable optional_qualifier exists@
|
/qemu/scripts/tracetool/format/ |
H A D | __init__.py | 68 def exists(name): function 69 """Return whether the given format exists.""" 77 if not exists(format):
|
/qemu/include/qemu/ |
H A D | datadir.h | 17 * If @name exists on disk as an absolute path, or a path relative 26 * Returns: a path that can access @name, or NULL if no matching file exists.
|
/qemu/scripts/simplebench/ |
H A D | simplebench.py | 54 'average': average value (iops or seconds) per run (exists only if at 57 (exists only if at least one run succeeded) 58 'n-failed': number of failed runs (exists only if at least one run
|
/qemu/roms/ |
H A D | edk2-build.py | 30 if not os.path.exists(f'{gitdir}/rebase-merge/msgnum'): 72 if os.path.exists(coredir + '/.git'): 244 if os.path.exists(pdir + '/' + name): 268 if not os.path.exists(p): 276 if not os.path.exists(toolsdef): 379 if not os.path.exists(options.configfile):
|
/qemu/tests/vm/ |
H A D | basevm.py | 181 not os.path.exists(self._config['ssh_key_file']): 184 not os.path.exists(self._config['ssh_pub_key_file']): 218 if not os.path.exists(cache_dir): 222 if os.path.exists(fname) and check_sha256sum(fname) and check_sha512sum(fname): 548 if not os.path.exists(config_file): 598 help="force build image even if image exists") 650 if os.path.exists(args.image) and not args.force: 651 sys.stderr.writelines(["Image file exists, skipping build: %s\n" % args.image,
|
/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 523 /* check if created directory really exists now ... */ in fs_create_dir() 542 /* check if created directory really exists now ... */ in fs_unlinkat_dir() 566 /* check if created file exists now ... */ in fs_create_file() 583 /* check if created file exists now ... */ in fs_unlinkat_file() 612 /* check if created link exists now */ in fs_symlink_file() 661 /* check if link exists now ... */ in fs_hardlink_file() 712 /* create a file "09/doa_file" and make sure it exists and is regular */ in fs_use_after_unlink() 763 /* make sure test dir for the 'local' tests exists */ in assign_9p_local_driver()
|
/qemu/scripts/ |
H A D | u2f-setup-gen.py | 162 if os.path.exists(dirpath): 163 sys.stderr.write(f'Directory: {dirpath} already exists.\n')
|
H A D | qapi-gen.py | 9 This standalone script exists primarily to facilitate the running of the QAPI
|
H A D | get_maintainer.pl | 774 repository exists, the following options apply to mercurial: 779 File ".get_maintainer.conf", if it exists in the QEMU source root 1064 return 1 if (($name ne "") && exists($email_hash_name{lc($name)})); 1065 return 1 if (($address ne "") && exists($email_hash_address{lc($address)})); 1173 if (exists $mailmap->{names}->{$email} || 1174 exists $mailmap->{addresses}->{$email}) { 1175 if (exists $mailmap->{names}->{$email}) { 1178 if (exists $mailmap->{addresses}->{$email}) { 1182 if (exists $mailmap->{names}->{$address}) { 1185 if (exists $mailmap->{addresses}->{$address}) { [all …]
|
H A D | qemu-trace-stap | 36 if os.path.exists(os.path.join(path, binary)): 49 if not os.path.exists(thisfile):
|
H A D | extract-vsssdk-headers | 18 echo '"inc" already exists.' >&2
|
/qemu/chardev/ |
H A D | char-file.c | 54 /* Append to file if it already exists. */ in qmp_chardev_open_file() 58 /* Truncate file if it already exists. */ in qmp_chardev_open_file()
|
/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 247 if not f_test.exists(): 254 if not f_reference.exists(): 300 if f_notrun.exists(): 306 if f_casenotrun.exists():
|
/qemu/include/exec/ |
H A D | hwaddr.h | 1 /* Define hwaddr if it exists. */
|
/qemu/block/ |
H A D | rbd.c | 114 bool exists; member 979 bool exists; in qemu_rbd_connect() local 981 r = rbd_namespace_exists(*io_ctx, opts->q_namespace, &exists); in qemu_rbd_connect() 987 if (!exists) { in qemu_rbd_connect() 1469 int exists, void *opaque) in qemu_rbd_diff_iterate_cb() argument 1476 if (!exists) { in qemu_rbd_diff_iterate_cb() 1480 if (!req->exists && offs > req->offs) { in qemu_rbd_diff_iterate_cb() 1490 if (req->exists && offs > req->offs + req->bytes) { in qemu_rbd_diff_iterate_cb() 1500 req->exists = true; in qemu_rbd_diff_iterate_cb() 1585 if (!req.exists) { in qemu_rbd_co_block_status()
|