Lines Matching defs:connection
136 ndmp_connection_t *connection; in ndmp_create_connection() local
179 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_destroy_connection() local
205 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_close() local
354 ndmp_connection_t *connection; in ndmpd_worker() local
402 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_process_requests() local
439 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_request() local
549 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_request_lock() local
581 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_response() local
633 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_free_message() local
831 connection_handler(ndmp_connection_t *connection) in connection_handler()
993 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_readit() local
1021 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_writeit() local
1051 ndmp_recv_msg(ndmp_connection_t *connection) in ndmp_recv_msg()
1192 ndmp_process_messages(ndmp_connection_t *connection, boolean_t reply_expected) in ndmp_process_messages()
1370 ndmp_get_handler(ndmp_connection_t *connection, ndmp_message message) in ndmp_get_handler()