Home
last modified time | relevance | path

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

/openbmc/obmc-console/test/
H A Dtest-client-escape.c34 enum esc_type esc_type; member
56 .esc_type = ESC_TYPE_SSH,
64 .esc_type = ESC_TYPE_SSH,
72 .esc_type = ESC_TYPE_SSH,
80 .esc_type = ESC_TYPE_SSH,
88 .esc_type = ESC_TYPE_SSH,
96 .esc_type = ESC_TYPE_SSH,
104 .esc_type = ESC_TYPE_SSH,
112 .esc_type = ESC_TYPE_STR,
121 .esc_type = ESC_TYPE_STR,
[all …]
/openbmc/obmc-console/
H A Dconsole-client.c42 enum esc_type { enum
62 enum esc_type esc_type; member
151 switch (client->esc_type) { in process_tty()
280 client->esc_type = ESC_TYPE_SSH; in main()
336 client->esc_type = ESC_TYPE_STR; in main()