Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/openrc/
H A D0003-init.d-agetty-replace-sbin-agetty-by-sbin-getty.patch25 term_type="${term_type:-linux}"
28 command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"
H A D0004-init.d-agetty-start-agetty-after-all-sevices.patch18 @@ -19,7 +19,7 @@ command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Datmsap.h125 unsigned char term_type; /* terminal type */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Datmsap.h125 unsigned char term_type; /* terminal type */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Datmsap.h125 unsigned char term_type; /* terminal type */ member
/OK3568_Linux_fs/kernel/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()
1036 switch (term_type) { in config_term_avail()
1050 config_term_names[term_type]) >= 0) in config_term_avail()