/openbmc/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
|
/openbmc/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() 123 size_t niov, in qio_channel_readv_all() 131 size_t niov, in qio_channel_readv_full_all_eof() 221 size_t niov, in qio_channel_readv_full_all() 240 size_t niov, in qio_channel_writev_all() 248 size_t niov, in qio_channel_writev_full_all() 293 size_t niov, in qio_channel_readv() 302 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 | 503 size_t niov, in qio_channel_socket_readv() 556 size_t niov, in qio_channel_socket_writev() 636 size_t niov, in qio_channel_socket_readv() 684 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 | 267 size_t niov, in qio_channel_tls_readv() 304 size_t niov, in qio_channel_tls_writev()
|
/openbmc/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 | hash-gnutls.c | 93 size_t niov, in qcrypto_gnutls_hash_update()
|
H A D | hmac-gcrypt.c | 101 size_t niov, in qcrypto_gcrypt_hmac_bytesv()
|
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()
|
/openbmc/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()
|
/openbmc/qemu/util/ |
H A D | iov.c | 162 unsigned niov; in iov_send_recv_with_flags() local 294 void qemu_iovec_init_external(QEMUIOVector *qiov, struct iovec *iov, int niov) in qemu_iovec_init_external() 400 size_t *head, size_t *tail, int *niov) in qemu_iovec_slice() 423 int niov; in qemu_iovec_subvec_niov() local 715 unsigned int niov = qiov->niov; in qemu_iovec_discard_back() local
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_user_sdma.c | 560 unsigned long niov) in qib_user_sdma_coalesce() 714 unsigned long niov) in qib_user_sdma_pin_pkt() 756 unsigned long niov, int npages) in qib_user_sdma_init_payload() 801 unsigned long niov, in qib_user_sdma_queue_pkts()
|
/openbmc/qemu/include/qemu/ |
H A D | iov.h | 185 int niov; member
|