Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dsclp.c94 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in write()
132 sccb->h.function_code = SCLP_UNCONDITIONAL_READ; in sclp_read()
H A Dsclp.h47 uint8_t function_code; member
/qemu/include/hw/s390x/
H A Dsclp.h94 uint8_t function_code; member
/qemu/hw/s390x/
H A Devent-facility.c183 if (sccb->h.function_code != SCLP_FC_NORMAL_WRITE) { in write_event_data()
265 switch (sccb->h.function_code) { in read_event_data()