Home
last modified time | relevance | path

Searched refs:sd_rprotofunc (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h217 msgfunc_t sd_rprotofunc; /* rput M_*PROTO routine */ member
/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c3297 stp->sd_rprotofunc = strrput_proto; in shalloc()
8096 stp->sd_rprotofunc = strrput_proto; in strsetrputhooks()
8098 stp->sd_rprotofunc = protofunc; in strsetrputhooks()
H A Dstreamio.c1719 ASSERT(stp->sd_rprotofunc != NULL); in strrput()
1720 bp = (stp->sd_rprotofunc)(stp->sd_vnode, bp, in strrput()