Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h137 typedef mblk_t *(*msgfunc_t)(vnode_t *, mblk_t *, strwakeup_t *, typedef
224 msgfunc_t sd_rprotofunc; /* rput M_*PROTO routine */
225 msgfunc_t sd_rputdatafunc; /* read M_DATA routine */
226 msgfunc_t sd_rmiscfunc; /* rput routine (non-data/proto) */
227 msgfunc_t sd_wputdatafunc; /* wput M_DATA routine */
1252 extern void strsetrputhooks(vnode_t *, uint_t, msgfunc_t, msgfunc_t);
1254 extern void strsetrwputdatahooks(vnode_t *, msgfunc_t, msgfunc_t);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8122 msgfunc_t protofunc, msgfunc_t miscfunc) in strsetrputhooks()
8177 strsetrwputdatahooks(vnode_t *vp, msgfunc_t rdatafunc, msgfunc_t wdatafunc) in strsetrwputdatahooks()