Searched defs:msgfunc_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h116 * The msgfunc_t takes the parameters:
130 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);
[all...]

Completed in 64 milliseconds