Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h229 errfunc_t sd_wrerrfunc; /* write side error callback */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3324 stp->sd_rderrfunc = stp->sd_wrerrfunc = NULL; in shalloc()
4338 if (error == 0 && stp->sd_wrerrfunc != NULL) { in strgeterr()
4341 error = (*stp->sd_wrerrfunc)(stp->sd_vnode, ispeek, in strgeterr()
4345 stp->sd_wrerrfunc = NULL; in strgeterr()
8064 stp->sd_wrerrfunc = errfunc; in strsetwerror()