Searched refs:snf_segmap (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 72 extern int snf_segmap(file_t *, vnode_t *, u_offset_t, u_offset_t, ssize_t *, 981 error = snf_segmap(fp, readvp, sfv_off, in sendvec_chunk()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 2535 snf_segmap(file_t *fp, vnode_t *fvp, u_offset_t fileoff, u_offset_t total_size, in snf_segmap() function 3008 error = snf_segmap(fp, fvp, sfv_off, (u_offset_t)sfv_len, in sosendfile64()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 353 NO_UNLOAD_STUB(sockfs, snf_segmap, nomod_einval);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 333 NO_UNLOAD_STUB(sockfs, snf_segmap, nomod_einval);
|