/qemu/crypto/ |
H A D | cipher.c | 87 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 D | cipher-afalg.c | 22 QCryptoCipherMode mode, in qcrypto_afalg_cipher_format_name() 64 QCryptoCipherMode mode, in qcrypto_afalg_cipher_ctx_new()
|
/qemu/tests/qemu-iotests/ |
H A D | 205 | 55 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 D | cpr.c | 156 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 D | egl-helpers.c | 233 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 D | userfaultfd.h | 266 __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 D | cutils.c | 20 int qga_open_cloexec(const char *name, int flags, mode_t mode) in qga_open_cloexec()
|
/qemu/hw/9pfs/ |
H A D | 9p-util-darwin.c | 77 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 D | zce_helper.c | 37 uint8_t mode = get_field(val, JVT_MODE); in HELPER() local
|
/qemu/include/crypto/ |
H A D | cipher.h | 82 QCryptoCipherMode mode; member
|
/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 102 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 D | benchmark-crypto-cipher.c | 19 QCryptoCipherMode mode, in test_cipher_speed() 175 #define ADD_TEST(mode, cipher, keysize, chunk) \ in main() argument
|
/qemu/linux-user/s390x/ |
H A D | target_structs.h | 30 abi_uint mode; /* Read/write permission. */ member 32 abi_ushort mode; /* Read/write permission. */ member
|
/qemu/stubs/ |
H A D | migr-blocker.c | 14 int migrate_add_blocker_modes(Error **reasonp, Error **errp, MigMode mode, ...) in migrate_add_blocker_modes()
|
/qemu/qapi/ |
H A D | replay.json | 60 # <- { "return": { "mode": "play", "filename": "log.rr", "icount": 220414 } } string
|
/qemu/util/ |
H A D | osdep.c | 294 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 D | os-misc.h | 37 abi_long mode, abi_ulong shmflags, abi_ulong nameptr) in do_freebsd_shm_open2()
|
/qemu/hw/intc/ |
H A D | sh_intc.c | 132 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 D | bochs-display.c | 56 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 D | smbus_slave.h | 74 int32_t mode; member
|
/qemu/tests/unit/ |
H A D | test-qht.c | 168 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 D | adm1266.c | 174 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 D | char-parallel.c | 55 int mode; member 61 static int pp_hw_mode(ParallelChardev *s, uint16_t mode) in pp_hw_mode()
|
/qemu/include/hw/usb/ |
H A D | hcd-dwc3.h | 50 uint8_t mode; member
|
/qemu/include/hw/timer/ |
H A D | i8254.h | 37 int mode; member
|