Home | History | Annotate | Download | only in iscsid

Lines Matching defs:rsp

726 	iscsid_response_t *rsp = *prsp;
736 rsp = make_rsp(sizeof(iscsid_add_isns_server_rsp_t), prsp, prsp_temp);
737 if (rsp == NULL) {
742 res = (iscsid_add_isns_server_rsp_t *)(void *)rsp->parameter;
750 rsp->status = ISCSID_STATUS_NO_RESOURCES;
785 iscsid_response_t *rsp = *prsp;
792 rsp->status = ISCSID_STATUS_INVALID_ISNS_ID;
797 rsp = make_rsp(sizeof(iscsid_get_isns_server_rsp_t), prsp, prsp_temp);
798 if (rsp == NULL) {
802 res = (iscsid_get_isns_server_rsp_t *)(void *)rsp->parameter;