Searched refs:sclp_find_gds_vector (Results 1 – 3 of 3) sorted by relevance
/drivers/s390/char/ |
D | sclp_ocf.c | 49 v = sclp_find_gds_vector(evbuf + 1, (void *) evbuf + evbuf->length, in sclp_ocf_handler() 54 v = sclp_find_gds_vector(v + 1, (void *) v + v->length, 0x9f22); in sclp_ocf_handler()
|
D | sclp_tty.c | 463 v = sclp_find_gds_vector(v + 1, (void *) v + v->length, GDS_ID_CPMSU); in sclp_eval_mdsmu() 472 v = sclp_find_gds_vector(evbuf + 1, (void *) evbuf + evbuf->length, in sclp_tty_receiver()
|
D | sclp.h | 203 sclp_find_gds_vector(void *start, void *end, u16 id) in sclp_find_gds_vector() function
|