Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4528 if (stp->sd_wputdatafunc != NULL) { in kstrwritemp()
4529 newmp = (stp->sd_wputdatafunc)(vp, mp, NULL, in kstrwritemp()
4724 if (stp->sd_wputdatafunc != NULL) { in sostream_direct()
4725 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
4775 if (stp->sd_wputdatafunc != NULL) { in sostream_direct()
4776 newmp = (stp->sd_wputdatafunc)(SOTOV(so), mp, NULL, in sostream_direct()
/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h220 msgfunc_t sd_wputdatafunc; /* wput M_DATA routine */ member
/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c2934 if (stp->sd_wputdatafunc != NULL) { in strmakedata()
2937 newbp = (stp->sd_wputdatafunc)(stp->sd_vnode, in strmakedata()
3300 stp->sd_rputdatafunc = stp->sd_wputdatafunc = NULL; in shalloc()
8151 stp->sd_wputdatafunc = wdatafunc; in strsetrwputdatahooks()