/qemu/hw/9pfs/ |
H A D | 9p-xattr.c | 39 ssize_t v9fs_get_xattr(FsContext *ctx, const char *path, in v9fs_get_xattr() 50 ssize_t pt_listxattr(FsContext *ctx, const char *path, in pt_listxattr() 72 ssize_t v9fs_list_xattr(FsContext *ctx, const char *path, in v9fs_list_xattr() 142 int v9fs_set_xattr(FsContext *ctx, const char *path, const char *name, in v9fs_set_xattr() 155 const char *path, const char *name) in v9fs_remove_xattr() 166 ssize_t local_getxattr_nofollow(FsContext *ctx, const char *path, in local_getxattr_nofollow() 187 ssize_t pt_getxattr(FsContext *ctx, const char *path, const char *name, in pt_getxattr() 193 ssize_t local_setxattr_nofollow(FsContext *ctx, const char *path, in local_setxattr_nofollow() 215 int pt_setxattr(FsContext *ctx, const char *path, const char *name, void *value, in pt_setxattr() 221 ssize_t local_removexattr_nofollow(FsContext *ctx, const char *path, in local_removexattr_nofollow() [all …]
|
H A D | 9p-posix-acl.c | 30 static ssize_t mp_pacl_getxattr(FsContext *ctx, const char *path, in mp_pacl_getxattr() 36 static ssize_t mp_pacl_listxattr(FsContext *ctx, const char *path, in mp_pacl_listxattr() 55 static int mp_pacl_setxattr(FsContext *ctx, const char *path, const char *name, in mp_pacl_setxattr() 63 const char *path, const char *name) in mp_pacl_removexattr() 84 static ssize_t mp_dacl_getxattr(FsContext *ctx, const char *path, in mp_dacl_getxattr() 90 static ssize_t mp_dacl_listxattr(FsContext *ctx, const char *path, in mp_dacl_listxattr() 109 static int mp_dacl_setxattr(FsContext *ctx, const char *path, const char *name, in mp_dacl_setxattr() 117 const char *path, const char *name) in mp_dacl_removexattr()
|
H A D | cofs.c | 25 static ssize_t __readlink(V9fsState *s, V9fsPath *path, V9fsString *buf) in __readlink() 57 int coroutine_fn v9fs_co_readlink(V9fsPDU *pdu, V9fsPath *path, V9fsString *buf) in v9fs_co_readlink() 77 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs() 98 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod() 121 int coroutine_fn v9fs_co_utimensat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_utimensat() 161 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown() 186 int coroutine_fn v9fs_co_truncate(V9fsPDU *pdu, V9fsPath *path, off_t size) in v9fs_co_truncate() 229 V9fsPath path; in v9fs_co_mknod() local 264 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove() 284 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat() [all …]
|
H A D | 9p-xattr-user.c | 25 static ssize_t mp_user_getxattr(FsContext *ctx, const char *path, in mp_user_getxattr() 39 static ssize_t mp_user_listxattr(FsContext *ctx, const char *path, in mp_user_listxattr() 72 static int mp_user_setxattr(FsContext *ctx, const char *path, const char *name, in mp_user_setxattr() 87 const char *path, const char *name) in mp_user_removexattr()
|
H A D | coxattr.c | 25 int coroutine_fn v9fs_co_llistxattr(V9fsPDU *pdu, V9fsPath *path, void *value, in v9fs_co_llistxattr() 46 int coroutine_fn v9fs_co_lgetxattr(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_lgetxattr() 70 int coroutine_fn v9fs_co_lsetxattr(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_lsetxattr() 94 int coroutine_fn v9fs_co_lremovexattr(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_lremovexattr()
|
H A D | 9p-synth.c | 353 static int synth_truncate(FsContext *ctx, V9fsPath *path, off_t offset) in synth_truncate() 366 static int synth_chmod(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chmod() 372 static int synth_mknod(FsContext *fs_ctx, V9fsPath *path, in synth_mknod() 379 static int synth_mkdir(FsContext *fs_ctx, V9fsPath *path, in synth_mkdir() 386 static ssize_t synth_readlink(FsContext *fs_ctx, V9fsPath *path, in synth_readlink() 414 static int synth_chown(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chown() 420 static int synth_utimensat(FsContext *fs_ctx, V9fsPath *path, in synth_utimensat() 434 static int synth_remove(FsContext *ctx, const char *path) in synth_remove() 460 static ssize_t synth_lgetxattr(FsContext *ctx, V9fsPath *path, in synth_lgetxattr() 467 static ssize_t synth_llistxattr(FsContext *ctx, V9fsPath *path, in synth_llistxattr() [all …]
|
/qemu/hw/virtio/ |
H A D | virtio-stub.c | 16 VirtioStatus *qmp_x_query_virtio_status(const char *path, Error **errp) in qmp_x_query_virtio_status() 21 VirtVhostQueueStatus *qmp_x_query_virtio_vhost_queue_status(const char *path, in qmp_x_query_virtio_vhost_queue_status() 28 VirtQueueStatus *qmp_x_query_virtio_queue_status(const char *path, in qmp_x_query_virtio_queue_status() 35 VirtioQueueElement *qmp_x_query_virtio_queue_element(const char *path, in qmp_x_query_virtio_queue_element()
|
H A D | virtio-hmp-cmds.c | 110 const char *path = qdict_get_try_str(qdict, "path"); in hmp_virtio_status() local 190 const char *path = qdict_get_try_str(qdict, "path"); in hmp_vhost_queue_status() local 226 const char *path = qdict_get_try_str(qdict, "path"); in hmp_virtio_queue_status() local 271 const char *path = qdict_get_try_str(qdict, "path"); in hmp_virtio_queue_element() local
|
/qemu/hw/net/can/ |
H A D | xlnx-zynqmp-can.c | 407 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 416 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 426 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 491 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in transfer_fifo() local 594 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_msr_pre_write() local 611 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_msr_pre_write() local 617 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_msr_pre_write() local 825 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_filter_mask_pre_write() local 846 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_filter_id_pre_write() local 870 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in can_tx_post_write() local [all …]
|
H A D | xlnx-versal-canfd.c | 685 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in canfd_update_irq() local 975 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in store_rx_sequential() local 1085 g_autofree char *path = NULL; in update_rx_sequential() local 1188 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 1197 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 1207 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in tx_ready_check() local 1338 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in transfer_data() local 1360 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in transfer_data() local 1391 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in canfd_srr_pre_write() local 1428 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in filter_mask() local [all …]
|
/qemu/hw/mem/ |
H A D | cxl_type3_stubs.c | 16 void qmp_cxl_inject_general_media_event(const char *path, CxlEventLog log, in qmp_cxl_inject_general_media_event() 26 void qmp_cxl_inject_dram_event(const char *path, CxlEventLog log, uint8_t flags, in qmp_cxl_inject_dram_event() 40 void qmp_cxl_inject_memory_module_event(const char *path, CxlEventLog log, in qmp_cxl_inject_memory_module_event() 52 void qmp_cxl_inject_poison(const char *path, uint64_t start, uint64_t length, in qmp_cxl_inject_poison() 58 void qmp_cxl_inject_uncorrectable_errors(const char *path, in qmp_cxl_inject_uncorrectable_errors() 65 void qmp_cxl_inject_correctable_error(const char *path, CxlCorErrorType type, in qmp_cxl_inject_correctable_error() 71 void qmp_cxl_add_dynamic_capacity(const char *path, in qmp_cxl_add_dynamic_capacity() 82 void qmp_cxl_release_dynamic_capacity(const char *path, uint16_t host_id, in qmp_cxl_release_dynamic_capacity()
|
/qemu/tests/tcg/multiarch/system/ |
H A D | validate-memory-counts.py | 16 def extract_counts(path): argument 45 def parse_plugin_output(path, start, end): argument
|
/qemu/tests/functional/qemu_test/ |
H A D | utils.py | 26 def file_truncate(path, size): argument 34 def image_pow2ceil_expand(path): argument
|
/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 41 const char *path = "/sys/class/powercap/intel-rapl/enabled"; in is_rapl_enabled() local 57 QIOChannelSocket *vmsr_open_socket(const char *path) in vmsr_open_socket() 182 const char *path = "/sys/devices/system/cpu/"; in vmsr_get_maxcpus() local 207 g_autofree char *path = NULL; in vmsr_count_cpus_per_package() local 263 g_autofree char *path = NULL; in vmsr_read_thread_stat() local 293 g_autofree char *path = g_build_filename("/proc", task_path, NULL); in vmsr_get_thread_ids() local
|
/qemu/tests/qtest/ |
H A D | test-x86-cpuid-compat.c | 13 char *path; in get_cpu0_qom_path() local 25 static QObject *qom_get(const char *path, const char *prop) in qom_get() 37 static bool qom_get_bool(const char *path, const char *prop) in qom_get_bool() 55 char *path; in test_cpuid_prop() local 147 char *path; in test_feature_flag() local 200 char *path; in test_plus_minus_subprocess() local
|
H A D | cpu-plug-test.c | 83 char *path; in add_pc_test_case() local 109 char *path; in add_pseries_test_case() local 135 char *path; in add_s390x_test_case() local 161 char *path; in add_loongarch_test_case() local
|
H A D | qos-test.c | 89 static void restart_qemu_or_continue(char *path) in restart_qemu_or_continue() 164 char **path = (char **) arg; in run_one_test() local 185 const gchar *path = arg; in subprocess_run_one_test() local 224 QOSGraphNode *path; in walk_path() local
|
H A D | max34451-test.c | 91 char *path; in test_defaults() local 151 char *path; in test_temperature() local 178 char *path; in test_voltage() local 281 char *path; in test_ov_faults() local 303 char *path; in test_ot_faults() local
|
H A D | qom-test.c | 19 static void test_properties(QTestState *qts, const char *path, bool recurse) in test_properties() 114 char *path; in add_machine_test_case() local
|
/qemu/hw/xen/ |
H A D | xen-operations.c | 265 xs_transaction_t t, const char *path, in libxenstore_directory() 272 const char *path, unsigned int *len) in libxenstore_read() 278 const char *path, const void *data, in libxenstore_write() 286 unsigned int perms, const char *path) in libxenstore_create() 308 const char *path) in libxenstore_destroy() 314 char *path; member 331 static struct qemu_xs_watch *new_watch(const char *path, xs_watch_fn fn, in new_watch() 357 const char *path, xs_watch_fn fn, in libxenstore_watch()
|
/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 504 const char *path = (const char *)req_data; in xs_read() local 546 const char *path; in xs_write() local 583 const char *path; in xs_mkdir() local 655 const char *path; in xs_directory() local 686 const char *offset_str, *path = (const char *)req_data; in xs_directory_part() local 815 const char *path = (const char *)req_data; in xs_rm() local 837 const char *path = (const char *)req_data; in xs_get_perms() local 868 const char *path = (const char *)req_data; in xs_set_perms() local 918 const char *token, *path = (const char *)req_data; in xs_watch() local 968 const char *token, *path = (const char *)req_data; in xs_unwatch() local [all …]
|
/qemu/qom/ |
H A D | qom-qmp-cmds.c | 31 static Object *qom_resolve_path(const char *path, Error **errp) in qom_resolve_path() 47 ObjectPropertyInfoList *qmp_qom_list(const char *path, Error **errp) in qmp_qom_list() 72 void qmp_qom_set(const char *path, const char *property, QObject *value, in qmp_qom_set() 87 QObject *qmp_qom_get(const char *path, const char *property, Error **errp) in qmp_qom_get()
|
H A D | qom-hmp-cmds.c | 22 const char *path = qdict_get_try_str(qdict, "path"); in hmp_qom_list() local 49 const char *path = qdict_get_str(qdict, "path"); in hmp_qom_set() local 76 const char *path = qdict_get_str(qdict, "path"); in hmp_qom_get() local 136 const char *path = qdict_get_try_str(dict, "path"); in hmp_info_qom_tree() local
|
/qemu/audio/ |
H A D | wavcapture.c | 10 char *path; member 95 char *path = wav->path; in wav_capture_info() local 107 int wav_start_capture(AudioState *state, CaptureState *s, const char *path, in wav_start_capture()
|
/qemu/qga/ |
H A D | commands-posix-ssh.c | 60 mkdir_for_user(const char *path, const struct passwd *p, in mkdir_for_user() 85 write_authkeys(const char *path, const GStrv keys, in write_authkeys() 265 g_autofree char *path = NULL; in test_authorized_keys_set() local 282 g_autofree char *path = NULL; in test_authorized_keys_equal() local
|