Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h221 errfunc_t sd_rderrfunc; /* read side error callback */ member
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c3299 stp->sd_rderrfunc = stp->sd_wrerrfunc = NULL; in shalloc()
4293 if (error == 0 && stp->sd_rderrfunc != NULL) { in strgeterr()
4296 error = (*stp->sd_rderrfunc)(stp->sd_vnode, ispeek, in strgeterr()
4300 stp->sd_rderrfunc = NULL; in strgeterr()
7995 stp->sd_rderrfunc = errfunc; in strsetrerror()