Home
last modified time | relevance | path

Searched defs:ioc (Results 1 – 25 of 62) sorted by relevance

123

/qemu/io/
A Dchannel.c29 bool qio_channel_has_feature(QIOChannel *ioc, in qio_channel_has_feature()
36 void qio_channel_set_feature(QIOChannel *ioc, in qio_channel_set_feature()
43 void qio_channel_set_name(QIOChannel *ioc, in qio_channel_set_name()
309 ssize_t qio_channel_read(QIOChannel *ioc, in qio_channel_read()
374 int qio_channel_close(QIOChannel *ioc, in qio_channel_close()
515 int qio_channel_shutdown(QIOChannel *ioc, in qio_channel_shutdown()
580 int qio_channel_flush(QIOChannel *ioc, in qio_channel_flush()
596 QIOChannel *ioc = opaque; in qio_channel_restart_read() local
611 QIOChannel *ioc = opaque; in qio_channel_restart_write() local
751 void qio_channel_wait(QIOChannel *ioc, in qio_channel_wait()
[all …]
A Dchannel-socket.c62 QIOChannel *ioc; in qio_channel_socket_new() local
118 QIOChannel *ioc = QIO_CHANNEL(sioc); in qio_channel_socket_set_fd() local
134 QIOChannelSocket *ioc; in qio_channel_socket_new_fd() local
377 qio_channel_socket_accept(QIOChannelSocket *ioc, in qio_channel_socket_accept()
426 QIOChannelSocket *ioc = QIO_CHANNEL_SOCKET(obj); in qio_channel_socket_init() local
806 qio_channel_socket_set_blocking(QIOChannel *ioc, in qio_channel_socket_set_blocking()
822 qio_channel_socket_set_delay(QIOChannel *ioc, in qio_channel_socket_set_delay()
835 qio_channel_socket_set_cork(QIOChannel *ioc, in qio_channel_socket_set_cork()
845 qio_channel_socket_get_peerpid(QIOChannel *ioc, in qio_channel_socket_get_peerpid()
873 qio_channel_socket_close(QIOChannel *ioc, in qio_channel_socket_close()
[all …]
A Dchannel-file.c33 QIOChannelFile *ioc; in qio_channel_file_new_fd() local
67 QIOChannelFile *ioc; in qio_channel_file_new_path() local
93 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_init() local
99 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_finalize() local
107 static ssize_t qio_channel_file_readv(QIOChannel *ioc, in qio_channel_file_readv()
136 static ssize_t qio_channel_file_writev(QIOChannel *ioc, in qio_channel_file_writev()
164 static ssize_t qio_channel_file_preadv(QIOChannel *ioc, in qio_channel_file_preadv()
190 static ssize_t qio_channel_file_pwritev(QIOChannel *ioc, in qio_channel_file_pwritev()
215 static int qio_channel_file_set_blocking(QIOChannel *ioc, in qio_channel_file_set_blocking()
235 static off_t qio_channel_file_seek(QIOChannel *ioc, in qio_channel_file_seek()
[all …]
A Dchannel-command.c55 QIOChannelCommand *ioc; in qio_channel_command_new_pid() local
99 static int qio_channel_command_abort(QIOChannelCommand *ioc, in qio_channel_command_abort()
141 static int qio_channel_command_abort(QIOChannelCommand *ioc, in qio_channel_command_abort()
162 QIOChannelCommand *ioc = QIO_CHANNEL_COMMAND(obj); in qio_channel_command_init() local
170 QIOChannelCommand *ioc = QIO_CHANNEL_COMMAND(obj); in qio_channel_command_finalize() local
202 static ssize_t qio_channel_command_readv(QIOChannel *ioc, in qio_channel_command_readv()
237 static ssize_t qio_channel_command_writev(QIOChannel *ioc, in qio_channel_command_writev()
270 static int qio_channel_command_set_blocking(QIOChannel *ioc, in qio_channel_command_set_blocking()
290 static int qio_channel_command_close(QIOChannel *ioc, in qio_channel_command_close()
334 static void qio_channel_command_set_aio_fd_handler(QIOChannel *ioc, in qio_channel_command_set_aio_fd_handler()
[all …]
A Dchannel-tls.c71 QIOChannel *ioc; in qio_channel_tls_new_server() local
114 QIOChannel *ioc; in qio_channel_tls_new_client() local
235 void qio_channel_tls_handshake(QIOChannelTLS *ioc, in qio_channel_tls_handshake()
258 QIOChannelTLS *ioc = QIO_CHANNEL_TLS(obj); in qio_channel_tls_finalize() local
265 static ssize_t qio_channel_tls_readv(QIOChannel *ioc, in qio_channel_tls_readv()
302 static ssize_t qio_channel_tls_writev(QIOChannel *ioc, in qio_channel_tls_writev()
345 static void qio_channel_tls_set_delay(QIOChannel *ioc, in qio_channel_tls_set_delay()
353 static void qio_channel_tls_set_cork(QIOChannel *ioc, in qio_channel_tls_set_cork()
361 static int qio_channel_tls_shutdown(QIOChannel *ioc, in qio_channel_tls_shutdown()
372 static int qio_channel_tls_close(QIOChannel *ioc, in qio_channel_tls_close()
[all …]
A Dchannel-websock.c203 qio_channel_websock_extract_headers(QIOChannelWebsock *ioc, in qio_channel_websock_extract_headers()
880 QIOChannel *ioc; in qio_channel_websock_new_server() local
896 void qio_channel_websock_handshake(QIOChannelWebsock *ioc, in qio_channel_websock_handshake()
920 QIOChannelWebsock *ioc = QIO_CHANNEL_WEBSOCK(obj); in qio_channel_websock_finalize() local
1015 static gboolean qio_channel_websock_flush(QIOChannel *ioc, in qio_channel_websock_flush()
1080 static ssize_t qio_channel_websock_readv(QIOChannel *ioc, in qio_channel_websock_readv()
1127 static ssize_t qio_channel_websock_writev(QIOChannel *ioc, in qio_channel_websock_writev()
1191 static void qio_channel_websock_set_delay(QIOChannel *ioc, in qio_channel_websock_set_delay()
1199 static void qio_channel_websock_set_cork(QIOChannel *ioc, in qio_channel_websock_set_cork()
1207 static int qio_channel_websock_shutdown(QIOChannel *ioc, in qio_channel_websock_shutdown()
[all …]
A Dchannel-null.c31 QIOChannel *ioc; member
39 QIOChannelNull *ioc; in qio_channel_null_new() local
52 QIOChannelNull *ioc = QIO_CHANNEL_NULL(obj); in qio_channel_null_init() local
58 qio_channel_null_readv(QIOChannel *ioc, in qio_channel_null_readv()
79 qio_channel_null_writev(QIOChannel *ioc, in qio_channel_null_writev()
119 qio_channel_null_close(QIOChannel *ioc, in qio_channel_null_close()
189 qio_channel_null_create_watch(QIOChannel *ioc, in qio_channel_null_create_watch()
A Dchannel-buffer.c31 QIOChannelBuffer *ioc; in qio_channel_buffer_new() local
46 QIOChannelBuffer *ioc = QIO_CHANNEL_BUFFER(obj); in qio_channel_buffer_finalize() local
52 static ssize_t qio_channel_buffer_readv(QIOChannel *ioc, in qio_channel_buffer_readv()
80 static ssize_t qio_channel_buffer_writev(QIOChannel *ioc, in qio_channel_buffer_writev()
127 static off_t qio_channel_buffer_seek(QIOChannel *ioc, in qio_channel_buffer_seek()
140 static int qio_channel_buffer_close(QIOChannel *ioc, in qio_channel_buffer_close()
207 static GSource *qio_channel_buffer_create_watch(QIOChannel *ioc, in qio_channel_buffer_create_watch()
A Dchannel-watch.c28 QIOChannel *ioc; member
38 QIOChannel *ioc; member
52 QIOChannel *ioc; member
248 GSource *qio_channel_create_fd_watch(QIOChannel *ioc, in qio_channel_create_fd_watch()
277 GSource *qio_channel_create_socket_watch(QIOChannel *ioc, in qio_channel_create_socket_watch()
307 GSource *qio_channel_create_socket_watch(QIOChannel *ioc, in qio_channel_create_socket_watch()
315 GSource *qio_channel_create_fd_pair_watch(QIOChannel *ioc, in qio_channel_create_fd_pair_watch()
A Dchannel-util.c30 QIOChannel *ioc; in qio_channel_new_fd() local
/qemu/migration/
A Dyank_functions.c18 QIOChannel *ioc = QIO_CHANNEL(opaque); in migration_yank_iochannel() local
24 static bool migration_ioc_yank_supported(QIOChannel *ioc) in migration_ioc_yank_supported()
29 void migration_ioc_register_yank(QIOChannel *ioc) in migration_ioc_register_yank()
38 void migration_ioc_unregister_yank(QIOChannel *ioc) in migration_ioc_unregister_yank()
49 QIOChannel *ioc = qemu_file_get_ioc(file); in migration_ioc_unregister_yank_from_file() local
A Dchannel-block.c30 QIOChannelBlock *ioc; in qio_channel_block_new() local
44 QIOChannelBlock *ioc = QIO_CHANNEL_BLOCK(obj); in qio_channel_block_finalize() local
51 qio_channel_block_readv(QIOChannel *ioc, in qio_channel_block_readv()
76 qio_channel_block_writev(QIOChannel *ioc, in qio_channel_block_writev()
101 qio_channel_block_set_blocking(QIOChannel *ioc, in qio_channel_block_set_blocking()
114 qio_channel_block_seek(QIOChannel *ioc, in qio_channel_block_seek()
140 qio_channel_block_close(QIOChannel *ioc, in qio_channel_block_close()
160 qio_channel_block_set_aio_fd_handler(QIOChannel *ioc, in qio_channel_block_set_aio_fd_handler()
A Dtls.c61 QIOChannel *ioc = QIO_CHANNEL(qio_task_get_source(task)); in migration_tls_incoming_handshake() local
75 QIOChannel *ioc, in migration_tls_channel_process_incoming()
105 QIOChannel *ioc = QIO_CHANNEL(qio_task_get_source(task)); in migration_tls_outgoing_handshake() local
117 QIOChannelTLS *migration_tls_client_create(QIOChannel *ioc, in migration_tls_client_create()
137 QIOChannel *ioc, in migration_tls_channel_connect()
159 bool migrate_channel_requires_tls_upgrade(QIOChannel *ioc) in migrate_channel_requires_tls_upgrade()
A Dchannel.c33 void migration_channel_process_incoming(QIOChannel *ioc) in migration_channel_process_incoming()
63 QIOChannel *ioc, in migration_channel_connect()
108 int migration_channel_read_peek(QIOChannel *ioc, in migration_channel_read_peek()
A Dexec.c46 QIOChannel *ioc = NULL; in exec_start_outgoing_migration() local
62 static gboolean exec_accept_incoming_migration(QIOChannel *ioc, in exec_accept_incoming_migration()
73 QIOChannel *ioc; in exec_start_incoming_migration() local
A Dfd.c54 QIOChannel *ioc; in fd_start_outgoing_migration() local
77 static gboolean fd_accept_incoming_migration(QIOChannel *ioc, in fd_accept_incoming_migration()
88 QIOChannel *ioc; in fd_start_incoming_migration() local
A Dfile.c65 QIOChannelFile *ioc; in file_send_channel_create() local
102 QIOChannel *ioc; in file_start_outgoing_migration() local
128 static gboolean file_accept_incoming_migration(QIOChannel *ioc, in file_accept_incoming_migration()
137 static void file_create_incoming_channels(QIOChannel *ioc, char *filename, in file_create_incoming_channels()
198 int file_write_ramblock_iov(QIOChannel *ioc, const struct iovec *iov, in file_write_ramblock_iov()
/qemu/nbd/
A Dclient.c67 static int nbd_send_option_request(QIOChannel *ioc, uint32_t opt, in nbd_send_option_request()
99 static void nbd_send_opt_abort(QIOChannel *ioc) in nbd_send_opt_abort()
114 static int nbd_receive_option_reply(QIOChannel *ioc, uint32_t opt, in nbd_receive_option_reply()
339 static int nbd_opt_info_or_go(QIOChannel *ioc, uint32_t opt, in nbd_opt_info_or_go()
507 static int nbd_receive_query_exports(QIOChannel *ioc, in nbd_receive_query_exports()
617 static QIOChannel *nbd_receive_starttls(QIOChannel *ioc, in nbd_receive_starttls()
668 static int nbd_send_meta_query(QIOChannel *ioc, uint32_t opt, in nbd_send_meta_query()
715 static int nbd_receive_one_meta_context(QIOChannel *ioc, in nbd_receive_one_meta_context()
794 static int nbd_negotiate_simple_meta_context(QIOChannel *ioc, in nbd_negotiate_simple_meta_context()
851 static int nbd_list_meta_contexts(QIOChannel *ioc, in nbd_list_meta_contexts()
[all …]
/qemu/hw/remote/
A Dmessage.c93 static void process_config_write(QIOChannel *ioc, PCIDevice *dev, in process_config_write()
117 static void process_config_read(QIOChannel *ioc, PCIDevice *dev, in process_config_read()
141 static void process_bar_write(QIOChannel *ioc, MPQemuMsg *msg, Error **errp) in process_bar_write()
178 static void process_bar_read(QIOChannel *ioc, MPQemuMsg *msg, Error **errp) in process_bar_read()
215 static void process_device_reset_msg(QIOChannel *ioc, PCIDevice *dev, in process_device_reset_msg()
A Dmpqemu-link.c34 bool mpqemu_msg_send(MPQemuMsg *msg, QIOChannel *ioc, Error **errp) in mpqemu_msg_send()
95 static ssize_t mpqemu_read(QIOChannel *ioc, void *buf, size_t len, int **fds, in mpqemu_read()
122 bool mpqemu_msg_recv(MPQemuMsg *msg, QIOChannel *ioc, Error **errp) in mpqemu_msg_recv()
/qemu/chardev/
A Dchar-io.c30 QIOChannel *ioc; member
106 QIOChannel *ioc, in io_add_watch_poll()
149 int io_channel_send_full(QIOChannel *ioc, in io_channel_send_full()
181 int io_channel_send(QIOChannel *ioc, const void *buf, size_t len) in io_channel_send()
/qemu/tests/qtest/
A Dtpm-emu.c39 static void tpm_emu_close_ioc(void *ioc) in tpm_emu_close_ioc()
47 QIOChannel *ioc = s->tpm_ioc; in tpm_emu_tpm_thread() local
98 QIOChannel *ioc; in tpm_emu_ctrl_thread() local
/qemu/tests/unit/
A Dtest-yank.c54 QIOChannelSocket *ioc = data; in accept_thread() local
70 QIOChannelSocket *ioc; in char_change_test() local
A Dtest-io-channel-null.c25 static gboolean test_io_channel_watch(QIOChannel *ioc, in test_io_channel_watch()
/qemu/include/hw/remote/
A Dproxy-memory-listener.h21 QIOChannel *ioc; member

Completed in 48 milliseconds

123