Searched refs:strsetrerror (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 317 strsetrerror(SOTOV(so), EIO, 1, NULL); in so_stream2sock() 327 strsetrerror(SOTOV(so), 0, 0, NULL); in so_stream2sock() 1608 strsetrerror(SOTOV(so), 0, 0, sogetrderr); in strsock_discon_ind() 1927 strsetrerror(SOTOV(so), 0, 0, sogetrderr); in strsock_proto() 2185 strsetrerror(SOTOV(so), 0, 0, sogetrderr); in strsock_proto() 2205 strsetrerror(SOTOV(so), 0, 0, sogetrderr); in strsock_proto() 2491 strsetrerror(SOTOV(so), 0, 0, sogetrderr); in strsock_proto()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | iwscons.c | 141 strsetrerror(lp->wl_vp, EINTR, 0, NULL); in srinterrupt()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1229 extern void strsetrerror(vnode_t *, int, int, errfunc_t);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | strsubr.c | 7980 strsetrerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetrerror() function
|