Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h95 typedef struct WriteEventData { struct
99 } __attribute__((packed)) WriteEventData; argument
H A Dsclp.c68 WriteEventData *sccb = (void *)_sccb; in write()
93 sccb->h.length = sizeof(WriteEventData) + data_len; in write()
/openbmc/qemu/include/hw/s390x/
H A Devent-facility.h156 typedef struct WriteEventData { struct
159 } QEMU_PACKED WriteEventData; typedef
/openbmc/qemu/hw/s390x/
H A Devent-facility.c114 WriteEventData *wed = (WriteEventData *) sccb; in write_event_length_check()
160 WriteEventData *wed = (WriteEventData *) sccb; in handle_sccb_write_events()