Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h226 msgfunc_t sd_rmiscfunc; /* rput routine (non-data/proto) */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3323 stp->sd_rmiscfunc = strrput_misc; in shalloc()
8134 stp->sd_rmiscfunc = strrput_misc; in strsetrputhooks()
8136 stp->sd_rmiscfunc = miscfunc; in strsetrputhooks()
H A Dstreamio.c1806 ASSERT(stp->sd_rmiscfunc != NULL); in strrput()
1807 bp = (stp->sd_rmiscfunc)(stp->sd_vnode, bp, in strrput()