Home
last modified time | relevance | path

Searched refs:WriteEventData (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c142 WriteEventData *sccb = (void *)_sccb; in sclp_print_ascii()
162 sccb->h.length = offsetof(WriteEventData, msg) + len; in sclp_print_ascii()
174 struct WriteEventData *sccb; in lm_print()
180 sccb = (struct WriteEventData *) _sccb; in lm_print()
199 sccb->h.length = len - offsetof(struct WriteEventData, h); in lm_print()
202 sccb->ebh.length = len - offsetof(struct WriteEventData, ebh); in lm_print()
207 mdb->header.length = len - offsetof(struct WriteEventData, msg.mdb.header); in lm_print()
H A Dsclp.h325 typedef struct WriteEventData { struct
332 } __attribute__((packed)) WriteEventData; argument
/kvm-unit-tests/s390x/
H A Dsclp.c31 WriteEventData data;
304 WriteEventData *sccb = &sccb_template.data; in test_boundary()
328 WriteEventData *sccb = &sccb_template.data; in test_toolong()