Lines Matching refs:spdk_jsonrpc_send_error_response
52 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, spdk_strerror(-rc)); in rpc_ublk_create_target()
73 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, spdk_strerror(-rc)); in rpc_ublk_destroy_target()
112 spdk_jsonrpc_send_error_response(req->request, rc, spdk_strerror(-rc)); in rpc_ublk_start_disk_done()
128 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, "Out of memory"); in rpc_ublk_start_disk()
139 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, in rpc_ublk_start_disk()
192 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, "Out of memory"); in rpc_ublk_stop_disk()
201 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, in rpc_ublk_stop_disk()
208 spdk_jsonrpc_send_error_response(request, rc, spdk_strerror(-rc)); in rpc_ublk_stop_disk()
258 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, in rpc_ublk_get_disks()
267 spdk_jsonrpc_send_error_response(request, -ENODEV, spdk_strerror(ENODEV)); in rpc_ublk_get_disks()
320 spdk_jsonrpc_send_error_response(req->request, rc, spdk_strerror(-rc)); in rpc_ublk_recover_disk_done()
336 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, "Out of memory"); in rpc_ublk_recover_disk()
345 spdk_jsonrpc_send_error_response(request, SPDK_JSONRPC_ERROR_INTERNAL_ERROR, in rpc_ublk_recover_disk()