Lines Matching defs:connection
137 ndmp_connection_t *connection; in ndmp_create_connection() local
180 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_destroy_connection() local
206 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_close() local
332 ndmp_connection_t *connection; in ndmpd_worker() local
380 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_process_requests() local
417 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_request() local
527 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_request_lock() local
559 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_send_response() local
611 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_free_message() local
803 connection_handler(ndmp_connection_t *connection) in connection_handler()
965 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_readit() local
993 ndmp_connection_t *connection = (ndmp_connection_t *)connection_handle; in ndmp_writeit() local
1023 ndmp_recv_msg(ndmp_connection_t *connection) in ndmp_recv_msg()
1164 ndmp_process_messages(ndmp_connection_t *connection, boolean_t reply_expected) in ndmp_process_messages()
1342 ndmp_get_handler(ndmp_connection_t *connection, ndmp_message message) in ndmp_get_handler()