Home
last modified time | relevance | path

Searched refs:term_type (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Datmsap.h83 unsigned char term_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datmsap.h83 unsigned char term_type; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Datmsap.h125 unsigned char term_type; /* terminal type */ member
127 /* only if term_type != ATM_TT_NONE */
129 /* only if term_type != ATM_TT_NONE */
/kernel/linux/linux-6.6/include/uapi/linux/
H A Datmsap.h125 unsigned char term_type; /* terminal type */ member
127 /* only if term_type != ATM_TT_NONE */
129 /* only if term_type != ATM_TT_NONE */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Datmsap.h73 unsigned char term_type; member
/kernel/linux/linux-6.6/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()
788 strdup("Invalid term_type"), NULL); in config_term_avail()
794 switch (term_type) { in config_term_avail()
826 /* term_type is validated so indexing is safe */ in config_term_avail()
828 config_term_name(term_type)) > in config_term_avail()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.c1024 config_term_avail(int term_type, struct parse_events_error *err) in config_term_avail() argument
1028 if (term_type < 0 || term_type >= __PARSE_EVENTS__TERM_TYPE_NR) { in config_term_avail()
1030 strdup("Invalid term_type"), NULL); in config_term_avail()
1036 switch (term_type) { in config_term_avail()
1048 /* term_type is validated so indexing is safe */ in config_term_avail()
1050 config_term_names[term_type]) >= 0) in config_term_avail()

Completed in 8 milliseconds