Home
last modified time | relevance | path

Searched refs:O_RAW (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h176 #define O_RAW 040 /* no i/o processing */
203 #define O_RAW 0x00000020 /* no i/o processing */ macro
H A Dioctl.h92 #define RAW O_RAW
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h30 #define RAW O_RAW
H A Dttold.h94 #define O_RAW 0x00000020 /* no i/o processing */ macro
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h89 #define RAW O_RAW
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1180 sb.sg_flags |= O_RAW; in oob()
1191 sb.sg_flags &= ~O_RAW; 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_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3657 mode(O_RAW, 0); in willoption()
3758 mode(0, O_RAW); in wontoption()
3836 mode(O_RAW, 0); in dooption()
4204 if (on & O_RAW) { in mode()
4209 if (off & O_RAW) { in mode()
4247 if (b.sg_flags & O_RAW) { in interrupt()
4268 if (b.sg_flags & O_RAW) { in sendbrk()
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1213 if (csp->t_flags & O_RAW) { in from_compat()
1346 csp->t_flags |= O_RAW; in to_compat()
/titanic_50/usr/src/cmd/csh/
H A Dsh.lex.c22 #define RAW O_RAW