Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Devent-facility.c336 static void command_handler(SCLPEventFacility *ef, SCCB *sccb, uint64_t code) in command_handler() function
473 k->command_handler = command_handler; in init_event_facility_class()
H A Dsclp.c263 efc->command_handler(ef, sccb, code); in sclp_execute()
/openbmc/qemu/include/hw/s390x/
H A Devent-facility.h202 void (*command_handler)(SCLPEventFacility *ef, SCCB *sccb, uint64_t code); member