Home
last modified time | relevance | path

Searched refs:PF_WREAD (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dptyvar.h81 #define PF_WREAD 0x00040000 /* want to read */ macro
/titanic_50/usr/src/uts/common/io/
H A Dtty_pty.c342 pty->pt_flags |= PF_WREAD; in ptcread()
500 if (pty->pt_flags & PF_WREAD) in ptcread()
503 pty->pt_flags &= ~(PF_READ | PF_WREAD); in ptcread()
513 if (pty->pt_flags & PF_WREAD) in ptcread()
516 pty->pt_flags &= ~(PF_READ | PF_WREAD); in ptcread()