Lines Matching refs:request

162 	ndmp_config_get_butype_attr_request *request;  in ndmpd_config_get_butype_attr_v2()  local
165 request = (ndmp_config_get_butype_attr_request *)body; in ndmpd_config_get_butype_attr_v2()
169 if (strcmp(request->name, "dump") == 0) { in ndmpd_config_get_butype_attr_v2()
171 } else if (strcmp(request->name, "tar") == 0) { in ndmpd_config_get_butype_attr_v2()
174 NDMP_LOG(LOG_ERR, "Invalid backup type: %s.", request->name); in ndmpd_config_get_butype_attr_v2()
234 ndmp_config_get_auth_attr_request *request; in ndmpd_config_get_auth_attr_v2() local
238 request = (ndmp_config_get_auth_attr_request *)body; in ndmpd_config_get_auth_attr_v2()
241 reply.server_attr.auth_type = request->auth_type; in ndmpd_config_get_auth_attr_v2()
243 switch (request->auth_type) { in ndmpd_config_get_auth_attr_v2()
256 request->auth_type); in ndmpd_config_get_auth_attr_v2()
379 ndmp_config_get_auth_attr_request *request; in ndmpd_config_get_auth_attr_v3() local
383 request = (ndmp_config_get_auth_attr_request *)body; in ndmpd_config_get_auth_attr_v3()
387 reply.server_attr.auth_type = request->auth_type; in ndmpd_config_get_auth_attr_v3()
389 switch (request->auth_type) { in ndmpd_config_get_auth_attr_v3()
402 request->auth_type); in ndmpd_config_get_auth_attr_v3()
1091 ndmp_config_set_ext_list_request_v4 *request; in ndmpd_config_set_ext_list_v4() local
1094 request = (ndmp_config_set_ext_list_request_v4 *)body; in ndmpd_config_set_ext_list_v4()
1116 if (request->ndmp_selected_ext.ndmp_selected_ext_len != 0) { in ndmpd_config_set_ext_list_v4()