/qemu/tests/unit/ |
H A D | test-iov.c | 8 unsigned niov = g_test_rand_int_range(3,8); in iov_random() local 19 static void iov_free(struct iovec *iov, unsigned niov) in iov_free() 29 unsigned niov) in iov_equals() 34 static void test_iov_bytes(struct iovec *iov, unsigned niov, in test_iov_bytes() 62 unsigned niov; in test_to_from_buf_1() local 162 unsigned niov; in test_io() local
|
H A D | io-channel-helpers.c | 29 size_t niov; member
|
/qemu/io/ |
H A D | channel.c | 53 size_t niov, in qio_channel_readv_full() 81 size_t niov, in qio_channel_writev_full() 115 size_t niov, in qio_channel_readv_all_eof() 124 size_t niov, in qio_channel_readv_all() 132 size_t niov, in qio_channel_readv_full_all_eof() 223 size_t niov, in qio_channel_readv_full_all() 243 size_t niov, in qio_channel_writev_all() 251 size_t niov, in qio_channel_writev_full_all() 296 size_t niov, in qio_channel_readv() 305 size_t niov, in qio_channel_writev() [all …]
|
H A D | channel-file.c | 109 size_t niov, in qio_channel_file_readv() 138 size_t niov, in qio_channel_file_writev() 166 size_t niov, in qio_channel_file_preadv() 192 size_t niov, in qio_channel_file_pwritev()
|
H A D | channel-null.c | 60 size_t niov, in qio_channel_null_readv() 81 size_t niov, in qio_channel_null_writev()
|
H A D | channel-buffer.c | 54 size_t niov, in qio_channel_buffer_readv() 82 size_t niov, in qio_channel_buffer_writev()
|
H A D | channel-command.c | 204 size_t niov, in qio_channel_command_readv() 239 size_t niov, in qio_channel_command_writev()
|
H A D | channel-socket.c | 514 size_t niov, in qio_channel_socket_readv() 567 size_t niov, in qio_channel_socket_writev() 647 size_t niov, in qio_channel_socket_readv() 695 size_t niov, in qio_channel_socket_writev()
|
H A D | channel-websock.c | 613 size_t niov, in qio_channel_websock_encode() 664 size_t niov = 1; in qio_channel_websock_write_close() local 1082 size_t niov, in qio_channel_websock_readv() 1129 size_t niov, in qio_channel_websock_writev()
|
H A D | channel-tls.c | 347 size_t niov, in qio_channel_tls_readv() 385 size_t niov, in qio_channel_tls_writev()
|
/qemu/crypto/ |
H A D | hash-afalg.c | 164 size_t niov, in qcrypto_afalg_send_to_kernel() 222 size_t niov, in qcrypto_afalg_hash_update() 243 size_t niov, uint8_t **result, in qcrypto_afalg_hash_hmac_bytesv() 261 size_t niov, uint8_t **result, in qcrypto_afalg_hmac_bytesv()
|
H A D | hash.c | 49 size_t niov, in qcrypto_hash_bytesv() 83 size_t niov, in qcrypto_hash_updatev() 190 size_t niov, in qcrypto_hash_digestv() 221 size_t niov, in qcrypto_hash_base64v()
|
H A D | hmac.c | 20 size_t niov, in qcrypto_hmac_bytesv() 47 size_t niov, in qcrypto_hmac_digestv()
|
H A D | hash-glib.c | 74 size_t niov, in qcrypto_glib_hash_update()
|
H A D | hmac-glib.c | 87 size_t niov, in qcrypto_glib_hmac_bytesv()
|
H A D | hash-gcrypt.c | 91 size_t niov, in qcrypto_gcrypt_hash_update()
|
H A D | hmac-gcrypt.c | 101 size_t niov, in qcrypto_gcrypt_hmac_bytesv()
|
H A D | hash-gnutls.c | 93 size_t niov, in qcrypto_gnutls_hash_update()
|
H A D | hmac-gnutls.c | 100 size_t niov, in qcrypto_gnutls_hmac_bytesv()
|
H A D | hash-nettle.c | 146 size_t niov, in qcrypto_nettle_hash_update()
|
H A D | hmac-nettle.c | 146 size_t niov, in qcrypto_nettle_hmac_bytesv()
|
/qemu/migration/ |
H A D | channel-block.c | 53 size_t niov, in qio_channel_block_readv() 78 size_t niov, in qio_channel_block_writev()
|
H A D | file.c | 199 int niov, MultiFDPages_t *pages, Error **errp) in file_write_ramblock_iov()
|
/qemu/util/ |
H A D | iov.c | 159 unsigned niov; in iov_send_recv_with_flags() local 290 void qemu_iovec_init_external(QEMUIOVector *qiov, struct iovec *iov, int niov) in qemu_iovec_init_external() 395 size_t *head, size_t *tail, int *niov) in qemu_iovec_slice() 418 int niov; in qemu_iovec_subvec_niov() local 710 unsigned int niov = qiov->niov; in qemu_iovec_discard_back() local
|
/qemu/include/qemu/ |
H A D | iov.h | 186 int niov; member
|