Lines Matching refs:hdr
40 struct evbuf_header hdr; member
60 struct sccb_header hdr; member
122 sccb.hdr.length = sizeof(sccb); in sclp_sdias_blk_count()
123 sccb.evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_blk_count()
124 sccb.evbuf.hdr.type = EVTYP_SDIAS; in sclp_sdias_blk_count()
140 if (sccb.hdr.response_code != 0x0020) { in sclp_sdias_blk_count()
141 TRACE("send failed: %x\n", sccb.hdr.response_code); in sclp_sdias_blk_count()
182 sccb.hdr.length = sizeof(sccb); in sclp_sdias_copy()
183 sccb.evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_copy()
184 sccb.evbuf.hdr.type = EVTYP_SDIAS; in sclp_sdias_copy()
185 sccb.evbuf.hdr.flags = 0; in sclp_sdias_copy()
211 if (sccb.hdr.response_code != 0x0020) { in sclp_sdias_copy()
212 TRACE("copy failed: %x\n", sccb.hdr.response_code); in sclp_sdias_copy()