OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRTS_IFLOW
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/sys/
termios.h
144
#define
CRTS_IFLOW
CRTSCTS /* XXX compat */
/src/sys/compat/sunos/
sunos_ioctl.c
200
r |= ((l & 0x80000000) ? (
CRTS_IFLOW
|CCTS_OFLOW) : 0);
323
r |= ((l & (
CRTS_IFLOW
|CCTS_OFLOW)) ? 0x80000000 : 0);
/src/sys/compat/sunos32/
sunos32_ioctl.c
236
r |= ((l & 0x80000000) ? (
CRTS_IFLOW
|CCTS_OFLOW) : 0);
359
r |= ((l & (
CRTS_IFLOW
|CCTS_OFLOW)) ? 0x80000000 : 0);
/src/sys/compat/ultrix/
ultrix_ioctl.c
218
r |= ((l & 0x80000000) ? (
CRTS_IFLOW
|CCTS_OFLOW) : 0);
351
r |= ((l & (
CRTS_IFLOW
|CCTS_OFLOW)) ? 0x80000000 : 0);
/src/lib/libedit/
tty.c
301
#ifdef
CRTS_IFLOW
302
{"
crts_iflow
",
CRTS_IFLOW
, MD_CTL},
303
#endif /*
CRTS_IFLOW
*/
/src/sys/arch/sgimips/dev/
scn.c
1113
tp->t_cflag |= CCTS_OFLOW |
CRTS_IFLOW
;
1790
if (cflag &
CRTS_IFLOW
) {
Completed in 15 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025