chsc_error_from_response   71 drivers/s390/cio/chsc.c EXPORT_SYMBOL_GPL(chsc_error_from_response);
chsc_error_from_response  121 drivers/s390/cio/chsc.c 	ret = chsc_error_from_response(ssd_area->response.code);
chsc_error_from_response  173 drivers/s390/cio/chsc.c 	return chsc_error_from_response(ssqd->response.code);
chsc_error_from_response  209 drivers/s390/cio/chsc.c 	return chsc_error_from_response(scssc->response.code);
chsc_error_from_response  855 drivers/s390/cio/chsc.c 		ret = chsc_error_from_response(secm_area->response.code);
chsc_error_from_response  928 drivers/s390/cio/chsc.c 	ret = chsc_error_from_response(scpd_area->response.code);
chsc_error_from_response 1022 drivers/s390/cio/chsc.c 	ret = chsc_error_from_response(scmc_area->response.code);
chsc_error_from_response 1090 drivers/s390/cio/chsc.c 		ret = chsc_error_from_response(sda_area->response.code);
chsc_error_from_response 1144 drivers/s390/cio/chsc.c 	ret = chsc_error_from_response(sdcal_area->response.code);
chsc_error_from_response 1192 drivers/s390/cio/chsc.c 	result = chsc_error_from_response(scsc_area->response.code);
chsc_error_from_response 1293 drivers/s390/cio/chsc.c 	rc = chsc_error_from_response(siosl_area->response.code);
chsc_error_from_response 1328 drivers/s390/cio/chsc.c 	ret = chsc_error_from_response(scm_area->response.code);
chsc_error_from_response 1365 drivers/s390/cio/chsc.c 	return chsc_error_from_response(brinfo_area->response.code);
chsc_error_from_response 1399 drivers/s390/cio/chsc.c 		ret = chsc_error_from_response(sgib_area->response.code);
chsc_error_from_response  168 drivers/s390/cio/chsc.h int chsc_error_from_response(int response);