Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h219 msgfunc_t sd_rmiscfunc; /* rput routine (non-data/proto) */ member
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c3298 stp->sd_rmiscfunc = strrput_misc; in shalloc()
8101 stp->sd_rmiscfunc = strrput_misc; in strsetrputhooks()
8103 stp->sd_rmiscfunc = miscfunc; in strsetrputhooks()
H A Dstreamio.c1737 ASSERT(stp->sd_rmiscfunc != NULL); in strrput()
1738 bp = (stp->sd_rmiscfunc)(stp->sd_vnode, bp, in strrput()