Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c93 #define i_straccess(x, y) ((stp->sd_sidp == NULL) ? 0 : \ macro
1240 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
1306 if ((error = i_straccess(stp, JCREAD)) != 0) { in strread()
2832 if ((error = i_straccess(stp, JCWRITE)) != 0) { in strwrite_common()
2947 if ((error = i_straccess(stp, JCWRITE)) != 0) { in strwrite_common()
3329 if ((access != -1) && ((error = i_straccess(stp, access)) != 0)) { in strioctl()
3622 ((error = i_straccess(stp, access)) != 0)) { in strioctl()
3681 if (access != -1 && (error = i_straccess(stp, access)) != 0) { in strioctl()
5355 if ((error = i_straccess(stp, access)) != 0) { in strioctl()
5440 if ((error = i_straccess(stp, access)) != 0) { in strioctl()
[all …]