Searched refs:WriteEventData (Results 1 – 3 of 3) sorted by relevance
142 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()
325 typedef struct WriteEventData { struct332 } __attribute__((packed)) WriteEventData; argument
31 WriteEventData data;304 WriteEventData *sccb = &sccb_template.data; in test_boundary()328 WriteEventData *sccb = &sccb_template.data; in test_toolong()