Home
last modified time | relevance | path

Searched refs:private (Results 1 – 25 of 66) sorted by relevance

123

/qemu/hw/9pfs/
H A D9p-synth.c66 node->private = node; in v9fs_add_dir_node()
133 node->private = arg; in qemu_v9fs_synth_add_file()
168 V9fsSynthOpenState *synth_open = fs->private; in synth_fstat()
187 fs->private = synth_open; in synth_opendir()
193 V9fsSynthOpenState *synth_open = fs->private; in synth_closedir()
198 fs->private = NULL; in synth_closedir()
204 V9fsSynthOpenState *synth_open = fs->private; in synth_telldir()
210 V9fsSynthOpenState *synth_open = fs->private; in synth_seekdir()
264 V9fsSynthOpenState *synth_open = fs->private; in synth_readdir()
282 fs->private = synth_open; in synth_open()
[all …]
H A D9p-proxy.c639 retval = v9fs_request(fs_ctx->private, T_LSTAT, stbuf, fs_path); in proxy_lstat()
782 retval = v9fs_request(fs_ctx->private, T_CHMOD, NULL, fs_path, in proxy_chmod()
799 retval = v9fs_request(fs_ctx->private, T_MKNOD, NULL, &fullname, in proxy_mknod()
819 retval = v9fs_request(fs_ctx->private, T_MKDIR, NULL, &fullname, in proxy_mkdir()
936 retval = v9fs_request(fs_ctx->private, T_CHOWN, NULL, fs_path, in proxy_chown()
948 retval = v9fs_request(s->private, T_UTIME, NULL, fs_path, in proxy_utimensat()
963 retval = v9fs_request(ctx->private, T_REMOVE, NULL, &name); in proxy_remove()
992 retval = v9fs_request(s->private, T_STATFS, stbuf, fs_path); in proxy_statfs()
1124 err = v9fs_request(fs_ctx->private, T_GETVERSION, st_gen, path); in proxy_ioc_getversion()
1217 ctx->private = proxy; in proxy_init()
[all …]
H A D9p-synth.h36 void *private; member
/qemu/
H A DMakefile63 x := $(shell rm -rf meson-private meson-info meson-logs)
67 x := $(shell rm -rf meson-private meson-info meson-logs)
73 x := $(shell rm -rf meson-private meson-info meson-logs)
77 x := $(shell rm -rf meson-private meson-info meson-logs)
83 @if test -f meson-private/coredata.dat; then \
92 meson-private/coredata.dat: meson.stamp
/qemu/crypto/
H A Divgen-essiv.c66 ivgen->private = essiv; in qcrypto_ivgen_essiv_init()
76 QCryptoIVGenESSIV *essiv = ivgen->private; in qcrypto_ivgen_essiv_calculate()
108 QCryptoIVGenESSIV *essiv = ivgen->private; in qcrypto_ivgen_essiv_cleanup()
H A Divgenpriv.h41 void *private; member
H A Dmeson.build32 if xts == 'private'
/qemu/include/hw/i386/
H A Dx86-iommu.h52 typedef void (*iec_notify_fn)(void *private, bool global,
57 void *private; member
/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst13 In addition to those calls, we have added our own private hypervisor
14 calls which are mostly used as a private interface between the firmware
31 calls our private H_RTAS hypervisor call to pass the RTAS calls to QEMU.
/qemu/hw/i386/
H A Dx86-iommu.c36 notifier->private = data; in x86_iommu_iec_register_notifier()
50 notifier->iec_notify(notifier->private, global, in x86_iommu_iec_notify_all()
H A Dintel_iommu.c1173 typedef int (*vtd_page_walk_hook)(IOMMUTLBEvent *event, void *private);
1188 void *private; member
1198 void *private = info->private; in vtd_page_walk_one() local
1249 ret = hook_fn(event, private); in vtd_page_walk_one()
1273 return hook_fn(event, private); in vtd_page_walk_one()
1537 void *private) in vtd_sync_shadow_page_hook() argument
1539 memory_region_notify_iommu(private, 0, *event); in vtd_sync_shadow_page_hook()
1564 .private = (void *)&vtd_as->iommu, in vtd_sync_shadow_page_table_range()
3892 static int vtd_replay_hook(IOMMUTLBEvent *event, void *private) in vtd_replay_hook() argument
3894 memory_region_notify_iommu_one(private, event); in vtd_replay_hook()
[all …]
/qemu/docs/system/devices/
H A Dusb-u2f.rst52 * ec private key
77 * ``private-key.pem``: ec private key
H A Dnvme.rst122 subsystem. If set to ``off``, the namespace will remain a private namespace
142 controllers. NSID 3 will be a private namespace due to ``shared=off`` and only
310 controller's private resources to ``(max_ioqpairs - sriov_vq_flexible)``.
315 controller's private resources to ``(msix_qsize - sriov_vi_flexible)``.
/qemu/docs/devel/
H A Dconflict-resolution.rst49 2. A private reprimand, explaining the consequences of continued behavior,
52 3. A private reprimand and request for a private or public apology
H A Dcode-of-conduct.rst34 * Public or private harassment
36 * Publishing other's private information, such as physical or electronic
H A Dblock-coroutine-wrapper.rst49 2. Generic place for private ``co_wrapper`` declarations is
/qemu/hw/cxl/
H A Dcxl-cdat.c65 cdat->private); in ct3_build_cdat()
219 cdat->private); in cxl_doe_cdat_release()
/qemu/scripts/ci/setup/
H A Dvars.yml.template2 # using a private GitLab instance
/qemu/tests/keys/
H A DREADME5 run. Because the private key is well-known, care must be taken to use the key
/qemu/target/i386/kvm/
H A Dkvm_i386.h66 void kvm_update_msi_routes_all(void *private, bool global,
/qemu/hw/intc/
H A Dioapic.c214 static void ioapic_iec_notifier(void *private, bool global, in ioapic_iec_notifier() argument
217 IOAPICCommonState *s = (IOAPICCommonState *)private; in ioapic_iec_notifier()
/qemu/include/hw/cxl/
H A Dcxl_cdat.h166 void *private; member
/qemu/fsdev/
H A Dfile-op-9p.h107 void *private; member
/qemu/docs/system/
H A Dvm-templating.rst19 stay private and don't modify the original template VM or any other
63 stay private), ``readonly=on`` (open the file readonly) and ``rom=off``
/qemu/include/chardev/
H A Dchar.h318 GSourceFunc func, void *private);

123