Lines Matching refs:SCLPConsoleLM
42 struct SCLPConsoleLM { struct
50 typedef struct SCLPConsoleLM SCLPConsoleLM; argument
53 DECLARE_INSTANCE_CHECKER(SCLPConsoleLM, SCLPLM_CONSOLE, in DECLARE_INSTANCE_CHECKER() argument
71 SCLPConsoleLM *scon = opaque; in DECLARE_INSTANCE_CHECKER()
81 SCLPConsoleLM *scon = opaque; in chr_read()
130 SCLPConsoleLM *cons = SCLPLM_CONSOLE(event); in get_console_data()
201 SCLPConsoleLM *scon = SCLPLM_CONSOLE(event); in write_console_data()
243 SCLPConsoleLM *scon = SCLPLM_CONSOLE(event); in write_event_data()
296 VMSTATE_BOOL(event.event_pending, SCLPConsoleLM),
297 VMSTATE_UINT32(write_errors, SCLPConsoleLM),
298 VMSTATE_UINT32(length, SCLPConsoleLM),
299 VMSTATE_UINT8_ARRAY(buf, SCLPConsoleLM, SIZE_CONSOLE_BUFFER),
312 SCLPConsoleLM *scon = SCLPLM_CONSOLE(event); in console_init()
329 SCLPConsoleLM *scon = SCLPLM_CONSOLE(event); in console_reset()
337 DEFINE_PROP_CHR("chardev", SCLPConsoleLM, chr),
338 DEFINE_PROP_UINT32("write_errors", SCLPConsoleLM, write_errors, 0),
339 DEFINE_PROP_BOOL("echo", SCLPConsoleLM, echo, true),
363 .instance_size = sizeof(SCLPConsoleLM),