Searched refs:sd_wputdatafunc (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 4528 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 D | strsubr.h | 220 msgfunc_t sd_wputdatafunc; /* wput M_DATA routine */ member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | strsubr.c | 2934 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()
|