Searched refs:response_code (Results 1 – 4 of 4) sorted by relevance
91 if (exp_rc && exp_rc != h->response_code) { in test_one_sccb()93 addr, buf_len, cmd, h->response_code); in test_one_sccb()448 if (h->response_code == SCLP_RC_NORMAL_READ_COMPLETION) in find_valid_sclp_code()450 if (h->response_code != SCLP_RC_INVALID_SCLP_COMMAND) in find_valid_sclp_code()
107 if (ri->h.response_code == SCLP_RC_NORMAL_READ_COMPLETION) in sclp_read_scp_info()109 if (ri->h.response_code != SCLP_RC_INVALID_SCLP_COMMAND) in sclp_read_scp_info()
264 assert(sccb->h.response_code == SCLP_RC_NORMAL_COMPLETION); in sclp_write_event_mask()418 if (sccb->response_code == SCLP_RC_NO_EVENT_BUFFERS_STORED) in console_refill_read_buffer()
85 uint16_t response_code; member