Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h224 msgfunc_t sd_rprotofunc; /* rput M_*PROTO routine */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3322 stp->sd_rprotofunc = strrput_proto; in shalloc()
8129 stp->sd_rprotofunc = strrput_proto; in strsetrputhooks()
8131 stp->sd_rprotofunc = protofunc; in strsetrputhooks()
H A Dstreamio.c1789 ASSERT(stp->sd_rprotofunc != NULL); in strrput()
1790 bp = (stp->sd_rprotofunc)(stp->sd_vnode, bp, in strrput()