Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h130 typedef mblk_t *(*msgfunc_t)(vnode_t *, mblk_t *, strwakeup_t *, typedef
217 msgfunc_t sd_rprotofunc; /* rput M_*PROTO routine */
218 msgfunc_t sd_rputdatafunc; /* read M_DATA routine */
219 msgfunc_t sd_rmiscfunc; /* rput routine (non-data/proto) */
220 msgfunc_t sd_wputdatafunc; /* wput M_DATA routine */
1233 extern void strsetrputhooks(vnode_t *, uint_t, msgfunc_t, msgfunc_t);
1235 extern void strsetrwputdatahooks(vnode_t *, msgfunc_t, msgfunc_t);
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c8089 msgfunc_t protofunc, msgfunc_t miscfunc) in strsetrputhooks()
8144 strsetrwputdatahooks(vnode_t *vp, msgfunc_t rdatafunc, msgfunc_t wdatafunc) in strsetrwputdatahooks()