Searched refs:errfunc_t (Results 1 – 2 of 2) sorted by relevance
| /titanic_53/usr/src/uts/common/sys/ |
| H A D | strsubr.h | 132 typedef int (*errfunc_t)(vnode_t *, int, int *); typedef 221 errfunc_t sd_rderrfunc; /* read side error callback */ 222 errfunc_t sd_wrerrfunc; /* write side error callback */ 1229 extern void strsetrerror(vnode_t *, int, int, errfunc_t); 1230 extern void strsetwerror(vnode_t *, int, int, errfunc_t);
|
| /titanic_53/usr/src/uts/common/os/ |
| H A D | strsubr.c | 7980 strsetrerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetrerror() 8016 strsetwerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetwerror()
|