Home
last modified time | relevance | path

Searched refs:strctty (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsession.h125 extern int strctty(struct stdata *);
/titanic_44/usr/src/uts/common/os/
H A Dsession.c299 strctty(stdata_t *stp) in strctty() function
H A Dstreamio.c3818 (void) strctty(stp); in strioctl()
5671 return (strctty(stp)); in strioctl()
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c824 if (strctty(stp) != EINTR) in spec_open()