Lines Matching refs:hdr
80 if (!(sccb.evbuf.hdr.flags & 0x80)) { in sdias_sclp_send()
82 sccb.evbuf.hdr.flags); in sdias_sclp_send()
114 sccb.hdr.length = sizeof(sccb); in sclp_sdias_blk_count()
115 sccb.evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_blk_count()
116 sccb.evbuf.hdr.type = EVTYP_SDIAS; in sclp_sdias_blk_count()
132 if (sccb.hdr.response_code != 0x0020) { in sclp_sdias_blk_count()
133 TRACE("send failed: %x\n", sccb.hdr.response_code); in sclp_sdias_blk_count()
173 sccb.hdr.length = sizeof(sccb); in sclp_sdias_copy()
174 sccb.evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_copy()
175 sccb.evbuf.hdr.type = EVTYP_SDIAS; in sclp_sdias_copy()
176 sccb.evbuf.hdr.flags = 0; in sclp_sdias_copy()
198 if (sccb.hdr.response_code != 0x0020) { in sclp_sdias_copy()
199 TRACE("copy failed: %x\n", sccb.hdr.response_code); in sclp_sdias_copy()