Home
last modified time | relevance | path

Searched refs:sosendfile64 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dsendfile.c69 extern int sosendfile64(file_t *, file_t *, const struct ksendfilevec64 *,
204 error = sosendfile64(fp, ffp, sfv, in sendvec_chunk64()
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s382 NO_UNLOAD_STUB(sockfs, sosendfile64, nomod_zero);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s494 NO_UNLOAD_STUB(sockfs, sosendfile64, nomod_zero);
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2836 sosendfile64(file_t *fp, file_t *rfp, const struct ksendfilevec64 *sfv, in sosendfile64() function