Searched refs:sclp_vt220_sccb (Results 1 – 1 of 1) sorted by relevance
49 struct sclp_vt220_sccb { struct56 sizeof(struct sclp_vt220_sccb)) argument160 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback()167 sccb = (struct sclp_vt220_sccb *) vt220_request->sclp_req.sccb; in sclp_vt220_callback()228 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current()232 sccb = (struct sclp_vt220_sccb *) in sclp_vt220_emit_current()235 if (sccb->header.length != sizeof(struct sclp_vt220_sccb)) { in sclp_vt220_emit_current()269 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page()277 sccb = (struct sclp_vt220_sccb *) page; in sclp_vt220_initialize_page()278 memset((void *) sccb, 0, sizeof(struct sclp_vt220_sccb)); in sclp_vt220_initialize_page()[all …]