Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h139 typedef int (*errfunc_t)(vnode_t *, int, int *); typedef
228 errfunc_t sd_rderrfunc; /* read side error callback */
229 errfunc_t sd_wrerrfunc; /* write side error callback */
1248 extern void strsetrerror(vnode_t *, int, int, errfunc_t);
1249 extern void strsetwerror(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()
8049 strsetwerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetwerror()