Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c89 #define i_straccess(x, y) ((stp->sd_sidp == NULL) ? 0 : \ macro
1170 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
1236 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
2742 if ((error = i_straccess(stp, JCWRITE)) != 0) { in strwrite_common()
2857 if ((error = i_straccess(stp, JCWRITE)) != 0) { in strwrite_common()
3239 if ((access != -1) && ((error = i_straccess(stp, access)) != 0)) { in strioctl()
3530 ((error = i_straccess(stp, access)) != 0)) { in strioctl()
3583 if (access != -1 && (error = i_straccess(stp, access)) != 0) { in strioctl()
5229 if ((error = i_straccess(stp, access)) != 0) { in strioctl()
5314 if ((error = i_straccess(stp, access)) != 0) { in strioctl()
[all …]