Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c317 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()
/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c141 strsetrerror(lp->wl_vp, EINTR, 0, NULL); in srinterrupt()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1248 extern void strsetrerror(vnode_t *, int, int, errfunc_t);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8013 strsetrerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetrerror() function