Home
last modified time | relevance | path

Searched refs:ReadEventDataAsciiConsole (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c310 struct ReadEventDataAsciiConsole *evdata = (void *)ebh; in console_read_ascii()
311 const int max_event_buffer_len = SCCB_SIZE - offsetof(ReadEventDataAsciiConsole, ebh); in console_read_ascii()
312 const int event_buffer_ascii_recv_header_len = offsetof(ReadEventDataAsciiConsole, data); in console_read_ascii()
H A Dsclp.h341 typedef struct ReadEventDataAsciiConsole { struct
345 } __attribute__((packed)) ReadEventDataAsciiConsole; argument