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.c36 enum esc_type esc_type; member
58 .esc_type = ESC_TYPE_SSH,
66 .esc_type = ESC_TYPE_SSH,
74 .esc_type = ESC_TYPE_SSH,
82 .esc_type = ESC_TYPE_SSH,
90 .esc_type = ESC_TYPE_SSH,
98 .esc_type = ESC_TYPE_SSH,
106 .esc_type = ESC_TYPE_SSH,
114 .esc_type = ESC_TYPE_STR,
123 .esc_type = ESC_TYPE_STR,
[all …]
/openbmc/obmc-console/
H A Dconsole-client.c43 enum esc_type { enum
63 enum esc_type esc_type; member
152 switch (client->esc_type) { in process_tty()
281 client->esc_type = ESC_TYPE_SSH; in main()
337 client->esc_type = ESC_TYPE_STR; in main()