Lines Matching refs:h
69 SCCBHeader *h = (SCCBHeader *)addr; in test_one_sccb() local
78 res = sclp_service_call_test(cmd, h); in test_one_sccb()
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()
211 SCCBHeader *h = (SCCBHeader *)pagebuf; in test_sccb_high() local
217 h->length = 8; in test_sccb_high()
233 a[len + i] = a[i] + (intptr_t)h; in test_sccb_high()
308 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in test_boundary()
312 sccb->h.length = len; in test_boundary()
332 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in test_toolong()
334 sccb->h.length = len; in test_toolong()
346 SCCBHeader *h = (SCCBHeader *)pagebuf; in test_priv() local
349 h->length = 8; in test_priv()
352 servc(valid_code, __pa(h)); in test_priv()
401 SCCBHeader *h = (SCCBHeader *)pagebuf; in test_instbits() local
406 h->length = 8; in test_instbits()
436 SCCBHeader *h = (SCCBHeader *)pagebuf; in find_valid_sclp_code() local
441 memset(h, 0, sizeof(*h)); in find_valid_sclp_code()
442 h->length = 4096; in find_valid_sclp_code()
445 cc = sclp_service_call(commands[i], h); in find_valid_sclp_code()
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()