Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dutssys.h108 #define F_TTY 0x40 macro
/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.h184 #define F_TTY 2 /* terminal */ macro
H A Dsyslogd.c1867 case F_TTY: in writemsg()
3122 case F_TTY: in dumpstats()
3168 case F_TTY: in dumpstats()
3536 f->f_type = F_TTY; in cfline()
/titanic_41/usr/src/uts/common/syscall/
H A Dutssys.c496 use_flag |= F_TTY; in dofusers()
500 use_flag |= F_TTY; in dofusers()
/titanic_41/usr/src/cmd/fuser/
H A Dfuser.c92 {F_TTY, 'y'}, /* controlling tty */
/titanic_41/usr/src/cmd/ps/
H A Dps.c127 F_TTY, /* name of the controlling terminal */ enumerator
802 case F_TTY: in stdmain()
1850 case F_TTY: in print_field()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2316 if (arg & ~(F_CDIR|F_RDIR|F_TEXT|F_MAP|F_OPEN|F_TRACE|F_TTY)) { in fuflags()
2333 if (arg & F_TTY) in fuflags()