Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsession.h123 extern int strctty(struct stdata *);
/illumos-gate/usr/src/uts/common/os/
H A Dsession.c296 strctty(stdata_t *stp) in strctty() function
H A Dstreamio.c3944 (void) strctty(stp); in strioctl()
5797 return (strctty(stp)); in strioctl()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c827 if (strctty(stp) != EINTR) in spec_open()