Home
last modified time | relevance | path

Searched refs:term_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Datmsap.h125 unsigned char term_type; /* terminal type */ member
/openbmc/linux/tools/perf/util/
H A Dparse-events.c742 static const char *config_term_name(enum parse_events__term_type term_type) in config_term_name() argument
775 if ((unsigned int)term_type >= __PARSE_EVENTS__TERM_TYPE_NR) in config_term_name()
778 return config_term_names[term_type]; in config_term_name()
782 config_term_avail(enum parse_events__term_type term_type, struct parse_events_error *err) in config_term_avail() argument
786 if (term_type < 0 || term_type >= __PARSE_EVENTS__TERM_TYPE_NR) { in config_term_avail()
794 switch (term_type) { in config_term_avail()
828 config_term_name(term_type)) >= 0) in config_term_avail()
/openbmc/openbmc-test-automation/lib/
H A Dgen_robot_ssh.py48 buffer += gp.sprint_varx("term_type", connection.term_type, 0, indent)
H A Dconnection_client.robot23 # host, alias, port, timeout, newline, prompt, term_type,