Home
last modified time | relevance | path

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

123

/qemu/io/
H 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()
51 ssize_t qio_channel_readv_full(QIOChannel *ioc, in qio_channel_readv_full()
79 ssize_t qio_channel_writev_full(QIOChannel *ioc, in qio_channel_writev_full()
113 int coroutine_mixed_fn qio_channel_readv_all_eof(QIOChannel *ioc, in qio_channel_readv_all_eof()
122 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, in qio_channel_readv_all()
130 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, in qio_channel_readv_full_all_eof()
221 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, in qio_channel_readv_full_all()
241 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, in qio_channel_writev_all()
[all …]
H A Dchannel-socket.c41 qio_channel_socket_get_local_address(QIOChannelSocket *ioc, in qio_channel_socket_get_local_address()
50 qio_channel_socket_get_remote_address(QIOChannelSocket *ioc, in qio_channel_socket_get_remote_address()
62 QIOChannel *ioc; in qio_channel_socket_new() local
81 int qio_channel_socket_set_send_buffer(QIOChannelSocket *ioc, in qio_channel_socket_set_send_buffer()
129 QIOChannel *ioc = QIO_CHANNEL(sioc); in qio_channel_socket_set_fd() local
145 QIOChannelSocket *ioc; in qio_channel_socket_new_fd() local
159 int qio_channel_socket_connect_sync(QIOChannelSocket *ioc, in qio_channel_socket_connect_sync()
198 QIOChannelSocket *ioc = QIO_CHANNEL_SOCKET(qio_task_get_source(task)); in qio_channel_socket_connect_worker() local
208 void qio_channel_socket_connect_async(QIOChannelSocket *ioc, in qio_channel_socket_connect_async()
232 int qio_channel_socket_listen_sync(QIOChannelSocket *ioc, in qio_channel_socket_listen_sync()
[all …]
H 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 …]
H 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 …]
H A Dchannel-tls.c71 QIOChannel *ioc; in qio_channel_tls_new_server() local
114 QIOChannel *ioc; in qio_channel_tls_new_client() local
160 static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc, in qio_channel_tls_handshake_task()
215 static gboolean qio_channel_tls_handshake_io(QIOChannel *ioc, in qio_channel_tls_handshake_io()
236 void qio_channel_tls_handshake(QIOChannelTLS *ioc, in qio_channel_tls_handshake()
254 static void qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task, in qio_channel_tls_bye_task()
297 static gboolean qio_channel_tls_bye_io(QIOChannel *ioc, GIOCondition condition, in qio_channel_tls_bye_io()
321 void qio_channel_tls_bye(QIOChannelTLS *ioc, Error **errp) in qio_channel_tls_bye()
338 QIOChannelTLS *ioc = QIO_CHANNEL_TLS(obj); in qio_channel_tls_finalize() local
345 static ssize_t qio_channel_tls_readv(QIOChannel *ioc, in qio_channel_tls_readv()
[all …]
H A Dchannel-websock.c161 qio_channel_websock_handshake_send_res(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res()
185 static void qio_channel_websock_handshake_send_res_err(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res_err()
203 qio_channel_websock_extract_headers(QIOChannelWebsock *ioc, in qio_channel_websock_extract_headers()
338 static void qio_channel_websock_handshake_send_res_ok(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res_ok()
379 static void qio_channel_websock_handshake_process(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_process()
484 static int qio_channel_websock_handshake_read(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_read()
529 static gboolean qio_channel_websock_handshake_send(QIOChannel *ioc, in qio_channel_websock_handshake_send()
569 static gboolean qio_channel_websock_handshake_io(QIOChannel *ioc, in qio_channel_websock_handshake_io()
610 static void qio_channel_websock_encode(QIOChannelWebsock *ioc, in qio_channel_websock_encode()
658 static void qio_channel_websock_write_close(QIOChannelWebsock *ioc, in qio_channel_websock_write_close()
[all …]
H 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()
H 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()
H 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()
H A Dchannel-util.c30 QIOChannel *ioc; in qio_channel_new_fd() local
/qemu/migration/
H 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
H 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 void migration_tls_channel_end(QIOChannel *ioc, Error **errp) in migration_tls_channel_end()
164 bool migrate_channel_requires_tls_upgrade(QIOChannel *ioc) in migrate_channel_requires_tls_upgrade()
H 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()
H A Dchannel.c33 void migration_channel_process_incoming(QIOChannel *ioc) in migration_channel_process_incoming()
68 QIOChannel *ioc, in migration_channel_connect()
113 int migration_channel_read_peek(QIOChannel *ioc, in migration_channel_read_peek()
H 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
H 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
H 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()
H A Dcpr-transfer.c28 QIOChannel *ioc = QIO_CHANNEL(sioc); in cpr_transfer_output() local
55 QIOChannel *ioc; in cpr_transfer_input() local
/qemu/nbd/
H 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()
154 static int nbd_handle_reply_err(QIOChannel *ioc, NBDOptionReply *reply, in nbd_handle_reply_err()
250 static int nbd_receive_list(QIOChannel *ioc, char **name, char **description, in nbd_receive_list()
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()
562 static int nbd_request_simple_option(QIOChannel *ioc, int opt, bool strict, in nbd_request_simple_option()
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()
[all …]
/qemu/hw/remote/
H 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()
H 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/
H 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/
H 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/
H A Dtest-yank.c54 QIOChannelSocket *ioc = data; in accept_thread() local
70 QIOChannelSocket *ioc; in char_change_test() local
/qemu/include/hw/remote/
H A Dproxy-memory-listener.h21 QIOChannel *ioc; member

123