Home
last modified time | relevance | path

Searched refs:O_CBREAK (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h26 #define CBREAK O_CBREAK
H A Dttold.h90 #define O_CBREAK 0x00000002 /* half-cooked mode */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dioctl.h87 #define CBREAK O_CBREAK
H A Dttold.h199 #define O_CBREAK 0x00000002 /* half-cooked mode */ macro
/titanic_44/usr/src/ucbhead/sys/
H A Dioctl.h84 #define CBREAK O_CBREAK
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1179 sb.sg_flags &= ~O_CBREAK; in oob()
1192 sb.sg_flags |= O_CBREAK; in oob()
1312 sb.sg_flags &= ~(O_CBREAK|O_RAW|O_TBDELAY); in mode()
1322 sb.sg_flags |= (eight ? O_RAW : O_CBREAK); in mode()
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1257 if (!(csp->t_flags & O_CBREAK)) in from_compat()
1379 csp->t_flags |= O_CBREAK; in to_compat()