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