Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 216) sorted by relevance

123456789

/qemu/crypto/
H A Dcipher.c87 QCryptoCipherMode mode) in qcrypto_cipher_get_iv_len()
105 QCryptoCipherMode mode, in qcrypto_cipher_validate_key_length()
152 QCryptoCipherMode mode, in qcrypto_cipher_new()
H A Dcipher-afalg.c22 QCryptoCipherMode mode, in qcrypto_afalg_cipher_format_name()
64 QCryptoCipherMode mode, in qcrypto_afalg_cipher_ctx_new()
/qemu/tests/qemu-iotests/
H A D20555 def remove_export(self, name, mode=None): argument
84 def do_test_connect_after_remove(self, mode=None): argument
103 def do_test_remove_during_connect_safe(self, mode=None): argument
/qemu/migration/
H A Dcpr.c156 void cpr_set_incoming_mode(MigMode mode) in cpr_set_incoming_mode()
170 MigMode mode = migrate_mode(); in cpr_state_save() local
210 MigMode mode = 0; in cpr_state_load() local
264 MigMode mode = migrate_mode(); in cpr_incoming_needed() local
/qemu/ui/
H A Degl-helpers.c233 int egl_rendernode_init(const char *rendernode, DisplayGLMode mode) in egl_rendernode_init()
538 DisplayGLMode mode) in qemu_egl_init_dpy()
598 int qemu_egl_init_dpy_x11(EGLNativeDisplayType dpy, DisplayGLMode mode) in qemu_egl_init_dpy_x11()
607 int qemu_egl_init_dpy_mesa(EGLNativeDisplayType dpy, DisplayGLMode mode) in qemu_egl_init_dpy_mesa()
619 int qemu_egl_init_dpy_win32(EGLNativeDisplayType dpy, DisplayGLMode mode) in qemu_egl_init_dpy_win32()
696 bool egl_init(const char *rendernode, DisplayGLMode mode, Error **errp) in egl_init()
/qemu/linux-headers/linux/
H A Duserfaultfd.h266 __u64 mode; member
287 __u64 mode; member
299 __u64 mode; member
325 __u64 mode; member
338 __u64 mode; member
350 __u64 mode; member
369 __u64 mode; member
/qemu/qga/
H A Dcutils.c20 int qga_open_cloexec(const char *name, int flags, mode_t mode) in qga_open_cloexec()
/qemu/hw/9pfs/
H A D9p-util-darwin.c77 static int create_socket_file_at_cwd(const char *filename, mode_t mode) { in create_socket_file_at_cwd()
113 int qemu_mknodat(int dirfd, const char *filename, mode_t mode, dev_t dev) in qemu_mknodat()
/qemu/target/riscv/
H A Dzce_helper.c37 uint8_t mode = get_field(val, JVT_MODE); in HELPER() local
/qemu/include/crypto/
H A Dcipher.h82 QCryptoCipherMode mode; member
/qemu/scripts/
H A Danalyse-9p-simpletrace.py102 def v9fs_stat_return(self, tag, id, mode, atime, mtime, length): argument
108 def v9fs_getattr_return(self, tag, id, result_mask, mode, uid, gid): argument
117 def v9fs_open(self, tag, id, fid, mode): argument
123 def v9fs_lcreate(self, tag, id, dfid, flags, mode, gid): argument
153 def v9fs_create(self, tag, id, fid, name, perm, mode): argument
174 def v9fs_wstat(self, tag, id, fid, mode, atime, mtime): argument
177 def v9fs_mknod(self, tag, id, fid, mode, major, minor): argument
192 def v9fs_mkdir(self, tag, id, fid, name, mode, gid): argument
/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c19 QCryptoCipherMode mode, in test_cipher_speed()
175 #define ADD_TEST(mode, cipher, keysize, chunk) \ in main() argument
/qemu/linux-user/s390x/
H A Dtarget_structs.h30 abi_uint mode; /* Read/write permission. */ member
32 abi_ushort mode; /* Read/write permission. */ member
/qemu/stubs/
H A Dmigr-blocker.c14 int migrate_add_blocker_modes(Error **reasonp, Error **errp, MigMode mode, ...) in migrate_add_blocker_modes()
/qemu/qapi/
H A Dreplay.json60 # <- { "return": { "mode": "play", "filename": "log.rr", "icount": 220414 } } string
/qemu/util/
H A Dosdep.c294 static int qemu_open_cloexec(const char *name, int flags, mode_t mode) in qemu_open_cloexec()
312 qemu_open_internal(const char *name, int flags, mode_t mode, Error **errp) in qemu_open_internal()
368 int qemu_create(const char *name, int flags, mode_t mode, Error **errp) in qemu_create()
379 mode_t mode = 0; in qemu_open_old() local
/qemu/bsd-user/freebsd/
H A Dos-misc.h37 abi_long mode, abi_ulong shmflags, abi_ulong nameptr) in do_freebsd_shm_open2()
/qemu/hw/intc/
H A Dsh_intc.c132 SHIntCMode mode; in sh_intc_locate() local
204 unsigned int mode; in sh_intc_read() local
220 unsigned int mode; in sh_intc_write() local
/qemu/hw/display/
H A Dbochs-display.c56 BochsDisplayMode mode; member
155 BochsDisplayMode *mode) in bochs_display_get_mode()
206 BochsDisplayMode mode; in bochs_display_update() local
/qemu/include/hw/i2c/
H A Dsmbus_slave.h74 int32_t mode; member
/qemu/tests/unit/
H A Dtest-qht.c168 static void qht_do_test(unsigned int mode, size_t init_entries) in qht_do_test()
233 static void qht_test(unsigned int mode) in qht_test()
/qemu/hw/sensor/
H A Dadm1266.c174 PMBusVoutMode *mode = (PMBusVoutMode *)&pmdev->pages[0].vout_mode; in adm1266_get() local
191 PMBusVoutMode *mode = (PMBusVoutMode *)&pmdev->pages[0].vout_mode; in adm1266_set() local
/qemu/chardev/
H A Dchar-parallel.c55 int mode; member
61 static int pp_hw_mode(ParallelChardev *s, uint16_t mode) in pp_hw_mode()
/qemu/include/hw/usb/
H A Dhcd-dwc3.h50 uint8_t mode; member
/qemu/include/hw/timer/
H A Di8254.h37 int mode; member

123456789