Home
last modified time | relevance | path

Searched refs:SCLP_RC_NORMAL_COMPLETION (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Devent-facility.c127 return SCLP_RC_NORMAL_COMPLETION; in write_event_length_check()
163 rc = SCLP_RC_NORMAL_COMPLETION; in handle_sccb_write_events()
171 if (rc != SCLP_RC_NORMAL_COMPLETION) { in handle_sccb_write_events()
195 if (sccb->h.response_code == be16_to_cpu(SCLP_RC_NORMAL_COMPLETION)) { in write_event_data()
228 rc = SCLP_RC_NORMAL_COMPLETION; in handle_sccb_read_events()
323 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_COMPLETION); in write_event_mask()
H A Ds390-pci-bus.c137 rc = SCLP_RC_NORMAL_COMPLETION; in s390_pci_sclp_configure()
208 rc = SCLP_RC_NORMAL_COMPLETION; in s390_pci_sclp_deconfigure()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h25 #define SCLP_RC_NORMAL_COMPLETION 0x0020 macro
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h52 #define SCLP_RC_NORMAL_COMPLETION 0x0020 macro
/openbmc/qemu/hw/char/
H A Dsclpconsole.c191 rc = SCLP_RC_NORMAL_COMPLETION; in write_event_data()
H A Dsclpconsole-lm.c286 return SCLP_RC_NORMAL_COMPLETION; in write_event_data()