Home
last modified time | relevance | path

Searched refs:response_code (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/s390x/
H A Dsclp.c91 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()
/kvm-unit-tests/lib/s390x/
H A Dsclp.c107 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()
H A Dsclp-console.c264 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()
H A Dsclp.h85 uint16_t response_code; member