Lines Matching defs:handler
87 * ndmp_connection_t handler function
248 * handler.
256 * handler (input) - connection handler function.
322 * argp (input) - structure containing socket and handler function
419 ndmp_msg_handler_t *handler;
424 if (!(handler = ndmp_get_handler(connection, message))) {
445 if (err == NDMP_NO_ERR && handler->mh_xdr_request && request_data) {
446 if (!(*handler->mh_xdr_request)(&connection->conn_xdrs,
457 if (handler->mh_xdr_reply == 0) {
458 NDMP_LOG(LOG_DEBUG, "handler->mh_xdr_reply == 0");
659 * each message handler via ndmp_get_client_data.
681 * each message handler via ndmp_get_client_data.
793 * NDMP connection handler.
869 * Add the handler function for the connection to the DMA.
873 NDMP_LOG(LOG_DEBUG, "Could not register session handler.");
923 * ndmp_connection_t file handler function.
1064 "in handler table",
1085 "in handler table",
1256 * handler table or to deal with an NDMP client that is not
1260 NDMP_LOG(LOG_DEBUG, "No handler for message 0x%x",
1269 * Call the handler function.
1270 * The handler will send any necessary reply.
1311 * pointer to handler info.
1331 * Return the handler info for the specified NDMP message.
1339 * pointer to handler info.
1344 ndmp_msg_handler_t *handler = NULL;
1350 handler = &ni->hd_msgs[message & 0xff].hm_msg_v[ver - 2];
1352 return (handler);