Searched refs:straccess (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1170 extern int straccess(struct stdata *, enum jcaccess);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4660 (error = straccess(stp, JCWRITE)) != 0)
4748 (error = straccess(stp, JCWRITE)) != 0)
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3149 straccess(struct stdata *stp, enum jcaccess mode) function
H A Dstreamio.c86 * of straccess() perform the first check that straccess() will do
87 * locally before actually calling straccess(). (There by reducing
88 * the number of unnecessary calls to straccess().)
92 straccess((x), (y)))
3103 * See straccess in strsubr.c for usage of these values.

Completed in 87 milliseconds