Home
last modified time | relevance | path

Searched refs:target (Results 251 – 275 of 357) sorted by last modified time

1...<<1112131415

/qemu/hw/9pfs/
H A D9p-synth.c476 const char *name, V9fsPath *target) in synth_name_to_path() argument
511 g_free(target->data); in synth_name_to_path()
512 target->data = g_memdup(&node, sizeof(void *)); in synth_name_to_path()
513 target->size = sizeof(void *); in synth_name_to_path()
H A D9p-local.c1231 const char *name, V9fsPath *target) in local_name_to_path() argument
1242 v9fs_path_copy(target, dir_path); in local_name_to_path()
1246 v9fs_path_sprintf(target, "."); in local_name_to_path()
1252 v9fs_path_sprintf(target, "%s", tmp); in local_name_to_path()
1257 v9fs_path_sprintf(target, "%s/%s", dir_path->data, name); in local_name_to_path()
1262 v9fs_path_sprintf(target, "."); in local_name_to_path()
1265 v9fs_path_sprintf(target, "./%s", name); in local_name_to_path()
H A D9p-proxy.c264 V9fsString target; in v9fs_receive_response() local
265 v9fs_string_init(&target); in v9fs_receive_response()
267 strcpy(response, target.data); in v9fs_receive_response()
268 v9fs_string_free(&target); in v9fs_receive_response()
864 V9fsString fullname, target; in proxy_symlink() local
867 v9fs_string_init(&target); in proxy_symlink()
870 v9fs_string_sprintf(&target, "%s", oldpath); in proxy_symlink()
875 v9fs_string_free(&target); in proxy_symlink()
1069 const char *name, V9fsPath *target) in proxy_name_to_path() argument
1072 v9fs_path_sprintf(target, "%s/%s", dir_path->data, name); in proxy_name_to_path()
[all …]
H A Dtrace-events48 v9fs_readlink_return(uint16_t tag, uint8_t id, char* target) "tag %d id %d name %s"
/qemu/host/include/aarch64/host/crypto/
H A Daes-round.h18 # define ATTR_AES_ACCEL __attribute__((target("+crypto")))
/qemu/host/include/i386/host/crypto/
H A Daes-round.h17 # define ATTR_AES_ACCEL __attribute__((target("aes,ssse3")))
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c610 V9fsString target, path; in do_readlink() local
619 v9fs_string_init(&target); in do_readlink()
623 v9fs_string_sprintf(&target, "%s", buffer); in do_readlink()
624 retval = proxy_marshal(out_iovec, PROXY_HDR_SZ, "s", &target); in do_readlink()
629 v9fs_string_free(&target); in do_readlink()
/qemu/docs/devel/
H A Dtcg.rst22 The target CPUs have many internal states which change the way they
148 matches the target instructions in memory in order to handle
159 target program counter, and looks up where the exception happened
167 Arm, and so on. This state is stored for each target instruction, and
/qemu/pc-bios/s390-ccw/
H A Dvirtio.h221 uint16_t target; /* will be scanned over */ member
H A Dvirtio-scsi.c68 req.lun = make_lun(sdev->channel, sdev->target, sdev->lun); in prepare_request()
205 uint16_t target; in virtio_scsi_locate_device() local
222 sdev->target = vdev->selected_scsi_device.target; in virtio_scsi_locate_device()
226 IPL_check(sdev->target <= vdev->config.scsi.max_target, "target# high"); in virtio_scsi_locate_device()
231 for (target = 0; target <= vdev->config.scsi.max_target; target++) { in virtio_scsi_locate_device()
233 sdev->target = target; in virtio_scsi_locate_device()
239 print_int("target", target); in virtio_scsi_locate_device()
243 print_int("no LUNs for target", target); in virtio_scsi_locate_device()
H A Dhelper.h41 unsigned long target = get_time_seconds() + seconds; in sleep() local
43 while (get_time_seconds() < target) { in sleep()
H A Dmain.c205 vdev->selected_scsi_device.target = iplb.scsi.target; in find_boot_device()
/qemu/tests/qemu-iotests/tests/
H A Diothreads-commit-active71 device='mirror-src', target='mirror-dst',
/qemu/tests/qemu-iotests/
H A D19456 target='nbd+unix:///drive0?socket={0}'.format(nbd_sock_path),
H A D194.out23 Wait for migration completion on target...
27 Check bitmaps on target:
/qemu/tcg/tci/
H A Dtcg-target-reg-bits.h15 # error Unknown pointer size for tci target
H A DREADME8 code fragments ("basic blocks") from target code (any of the
24 tcg-target.c.inc, tcg-target.h. Both files are in directory tcg/tci.
69 TCI needs special implementation for 32 and 64 bit host, 32 and 64 bit target,
70 host and target with same or different endianness.
75 target (le) | s0, u0 s1, u1 s?, u? s?, u?
78 target (le) | sc, uc s1, u1 s?, u? s?, u?
81 target (be) | sc, u0 sc, uc s?, u? s?, u?
84 target (be) | sc, uc sc, uc s?, u? s?, u?
/qemu/migration/
H A Dxbzrle.c22 static int __attribute__((target("avx512bw")))
/qemu/scripts/
H A Dmodinfo-collect.py10 def find_command(src, target, compile_commands): argument
14 if target != '' and command['command'].find(target) == -1:
39 target = ''
42 target = args.pop(0)
43 print("MODINFO_DEBUG target %s" % target)
44 arch = target[:-8] # cut '-softmmu'
53 command = find_command(src, target, compile_commands)
/qemu/docs/sphinx/
H A Ddbusdomain.py253 def process_link(self, env, refnode, has_explicit_title, title, target): argument
257 target = target.lstrip("~") # only has a meaning for the title
267 if target[0:1] == ".":
268 target = target[1:]
270 return title, target
388 target: str,
393 objdef = self.find_obj(typ, target)
/qemu/tests/tcg/s390x/
H A Dex-branch.c61 unsigned long target; \
72 : [target] "=r" (target) \
/qemu/docs/system/devices/
H A Dnet.rst7 target) and can connect them to a network backend on the host or an
/qemu/docs/
H A DCOLO-FT.txt220 b. Active disk, hidden disk and nbd target's length should be the
284 {"execute": "drive-mirror", "arguments":{ "device": "colo-disk0", "job-id": "resync", "target": "nb…
313 {"execute": "drive-mirror", "arguments":{ "device": "colo-disk0", "job-id": "resync", "target": "nb…
/qemu/target/riscv/
H A Dzce_helper.c35 target_ulong target; in HELPER() local
48 target = cpu_ldl_code(env, t0); in HELPER()
51 target = cpu_ldq_code(env, t0); in HELPER()
54 return target & ~0x1; in HELPER()
/qemu/docs/system/arm/
H A Dorangepi.rst62 This option can be used in case the target operating system driver uses a different

1...<<1112131415