Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1609 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in strsock_discon_ind()
1990 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in strsock_proto()
2186 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in strsock_proto()
2206 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in strsock_proto()
2349 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in strsock_proto()
2492 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in strsock_proto()
H A Dsocktpi.c2636 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in sotpi_shutdown()
2642 strsetwerror(SOTOV(so), 0, 0, sogetwrerr); in sotpi_shutdown()
/illumos-gate/usr/src/uts/common/io/
H A Diwscons.c142 strsetwerror(lp->wl_vp, EINTR, 0, NULL); in srinterrupt()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1249 extern void strsetwerror(vnode_t *, int, int, errfunc_t);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8049 strsetwerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetwerror() function