/openbmc/linux/drivers/scsi/bfa/ |
D | bfa_ioc_cb.c |
|
D | bfa_ioc_ct.c |
|
/openbmc/qemu/io/ |
H A D | channel.c | 29 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 D | channel-socket.c | 41 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 D | channel-file.c | 33 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 D | channel-tls.c | 71 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() 259 static void qio_channel_tls_bye_task(QIOChannelTLS *ioc, QIOTask *task, in qio_channel_tls_bye_task() 302 static gboolean qio_channel_tls_bye_io(QIOChannel *ioc, GIOCondition condition, in qio_channel_tls_bye_io() 326 void qio_channel_tls_bye(QIOChannelTLS *ioc, Error **errp) in qio_channel_tls_bye() 343 QIOChannelTLS *ioc = QIO_CHANNEL_TLS(obj); in qio_channel_tls_finalize() local 350 static ssize_t qio_channel_tls_readv(QIOChannel *ioc, in qio_channel_tls_readv() [all …]
|
H A D | channel-command.c | 55 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 D | channel-websock.c | 161 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 D | channel-null.c | 31 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 D | channel-buffer.c | 31 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 D | channel-watch.c | 28 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()
|
/openbmc/linux/block/ |
D | blk-ioc.c |
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
D | mpi3mr_debug.h |
|
/openbmc/linux/arch/parisc/include/asm/ |
D | ropes.h |
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc_ct.c |
|
/openbmc/qemu/migration/ |
H A D | yank_functions.c | 18 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 D | tls.c | 61 QIOChannel *ioc = QIO_CHANNEL(qio_task_get_source(task)); in migration_tls_incoming_handshake() local 75 QIOChannel *ioc, in migration_tls_channel_process_incoming() 109 QIOChannel *ioc = QIO_CHANNEL(qio_task_get_source(task)); in migration_tls_outgoing_handshake() local 121 QIOChannelTLS *migration_tls_client_create(QIOChannel *ioc, in migration_tls_client_create() 141 QIOChannel *ioc, in migration_tls_channel_connect() 168 void migration_tls_channel_end(QIOChannel *ioc, Error **errp) in migration_tls_channel_end() 173 bool migrate_channel_requires_tls_upgrade(QIOChannel *ioc) in migrate_channel_requires_tls_upgrade()
|
H A D | channel-block.c | 30 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 D | channel.c | 33 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 D | fd.c | 54 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 D | exec.c | 46 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 D | file.c | 65 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()
|
/openbmc/qemu/nbd/ |
H A D | client.c | 67 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 …]
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
D | mpt3sas_trigger_diag.c |
|
/openbmc/qemu/hw/remote/ |
H A D | message.c | 93 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()
|