Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 209) sorted by relevance

123456789

/qemu/hw/9pfs/
A D9p-xattr.c39 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()
221 ssize_t local_removexattr_nofollow(FsContext *ctx, const char *path, in local_removexattr_nofollow()
242 int pt_removexattr(FsContext *ctx, const char *path, const char *name) in pt_removexattr()
[all …]
A Dcofs.c25 static ssize_t __readlink(V9fsState *s, V9fsPath *path, V9fsString *buf) in __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()
142 int coroutine_fn v9fs_co_chown(V9fsPDU *pdu, V9fsPath *path, uid_t uid, in v9fs_co_chown()
167 int coroutine_fn v9fs_co_truncate(V9fsPDU *pdu, V9fsPath *path, off_t size) in v9fs_co_truncate()
192 V9fsPath path; in v9fs_co_mknod() local
227 int coroutine_fn v9fs_co_remove(V9fsPDU *pdu, V9fsPath *path) in v9fs_co_remove()
247 int coroutine_fn v9fs_co_unlinkat(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_unlinkat()
315 V9fsPath path; in v9fs_co_symlink() local
[all …]
A D9p-posix-acl.c30 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()
A D9p-xattr-user.c25 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()
A Dcoxattr.c25 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()
A D9p-synth.c353 static int synth_truncate(FsContext *ctx, V9fsPath *path, off_t offset) in synth_truncate()
359 static int synth_chmod(FsContext *fs_ctx, V9fsPath *path, FsCred *credp) in synth_chmod()
365 static int synth_mknod(FsContext *fs_ctx, V9fsPath *path, in synth_mknod()
372 static int synth_mkdir(FsContext *fs_ctx, V9fsPath *path, in synth_mkdir()
379 static ssize_t synth_readlink(FsContext *fs_ctx, V9fsPath *path, in synth_readlink()
413 static int synth_utimensat(FsContext *fs_ctx, V9fsPath *path, in synth_utimensat()
420 static int synth_remove(FsContext *ctx, const char *path) in synth_remove()
446 static ssize_t synth_lgetxattr(FsContext *ctx, V9fsPath *path, in synth_lgetxattr()
453 static ssize_t synth_llistxattr(FsContext *ctx, V9fsPath *path, in synth_llistxattr()
460 static int synth_lsetxattr(FsContext *ctx, V9fsPath *path, in synth_lsetxattr()
[all …]
/qemu/hw/virtio/
A Dvirtio-stub.c16 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()
A Dvirtio-hmp-cmds.c110 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/
A Dxlnx-zynqmp-can.c407 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
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
1035 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in xlnx_zynqmp_can_can_receive() local
1043 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in xlnx_zynqmp_can_can_receive() local
[all …]
A Dxlnx-versal-canfd.c685 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
1340 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in transfer_data() local
1393 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in canfd_srr_pre_write() local
1430 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in filter_mask() local
1450 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in filter_id() local
[all …]
/qemu/hw/mem/
A Dcxl_type3_stubs.c16 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/
A Dvalidate-memory-counts.py16 def extract_counts(path): argument
45 def parse_plugin_output(path, start, end): argument
/qemu/tests/avocado/
A Dboot_linux_console.py33 def file_truncate(path, size): argument
41 def image_pow2ceil_expand(path): argument
56 def extract_from_deb(self, deb, path): argument
77 def extract_from_rpm(self, rpm, path): argument
/qemu/target/i386/kvm/
A Dvmsr_energy.c42 const char *path = "/sys/class/powercap/intel-rapl/enabled"; in is_rapl_enabled() local
58 QIOChannelSocket *vmsr_open_socket(const char *path) in vmsr_open_socket()
183 const char *path = "/sys/devices/system/cpu/"; in vmsr_get_maxcpus() local
208 g_autofree char *path = NULL; in vmsr_count_cpus_per_package() local
264 g_autofree char *path = NULL; in vmsr_read_thread_stat() local
295 g_autofree char *path = g_build_filename("/proc", task_path, NULL); in vmsr_get_thread_ids() local
/qemu/tests/qtest/
A Dtest-x86-cpuid-compat.c13 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
201 char *path; in test_plus_minus_subprocess() local
A Dqos-test.c89 static void restart_qemu_or_continue(char *path) in restart_qemu_or_continue()
165 char **path = (char **) arg; in run_one_test() local
186 const gchar *path = arg; in subprocess_run_one_test() local
225 QOSGraphNode *path; in walk_path() local
A Dcpu-plug-test.c83 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
A Dqom-test.c19 static void test_properties(QTestState *qts, const char *path, bool recurse) in test_properties()
103 char *path; in add_machine_test_case() local
A Dmax34451-test.c91 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
/qemu/hw/xen/
A Dxen-operations.c265 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/
A Dxen_xenstore.c506 const char *path = (const char *)req_data; in xs_read() local
544 const char *path; in xs_write() local
581 const char *path; in xs_mkdir() local
653 const char *path; in xs_directory() local
813 const char *path = (const char *)req_data; in xs_rm() local
835 const char *path = (const char *)req_data; in xs_get_perms() local
866 const char *path = (const char *)req_data; in xs_set_perms() local
916 const char *token, *path = (const char *)req_data; in xs_watch() local
1316 char *path; member
1507 char *path; member
[all …]
/qemu/tests/functional/qemu_test/
A Dutils.py24 def file_truncate(path, size): argument
32 def image_pow2ceil_expand(path): argument
/qemu/qom/
A Dqom-hmp-cmds.c22 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
A Dqom-qmp-cmds.c31 ObjectPropertyInfoList *qmp_qom_list(const char *path, Error **errp) in qmp_qom_list()
63 void qmp_qom_set(const char *path, const char *property, QObject *value, in qmp_qom_set()
78 QObject *qmp_qom_get(const char *path, const char *property, Error **errp) in qmp_qom_get()
/qemu/audio/
A Dwavcapture.c10 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()

Completed in 111 milliseconds

123456789