Searched refs:sfv_off (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 95 u_offset_t sfv_off; in sendvec_chunk64() local 142 sfv_off = sfv->sfv_off; in sendvec_chunk64() 147 aiov.iov_base = (caddr_t)(uintptr_t)sfv_off; in sendvec_chunk64() 230 if (sfv_off > MAXOFFSET_T) { in sendvec_chunk64() 236 if (sfv_off + sfv_len > MAXOFFSET_T) in sendvec_chunk64() 237 sfv_len = (ssize32_t)(MAXOFFSET_T - sfv_off); in sendvec_chunk64() 256 auio.uio_loffset = sfv_off; in sendvec_chunk64() 301 sfv_off += cnt; in sendvec_chunk64() 324 sfv_off -= auio.uio_resid; in sendvec_chunk64() 405 u_offset_t sfv_off; in sendvec_small_chunk() local [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sendfile.h | 47 off_t sfv_off; member 61 off64_t sfv_off; member 73 off32_t sfv_off; member 90 off64_t sfv_off; member
|
/titanic_41/usr/src/lib/libsendfile/common/ |
H A D | sendfile.c | 72 sfv.sfv_off = *off; in _sendfile() 121 sfv.sfv_off = *off; in _sendfile64()
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | ncaio.h | 52 off_t sfv_off; member
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 2840 u_offset_t sfv_off, va_size; in sosendfile64() local 2857 sfv_off = (u_offset_t)sfv->sfv_off; in sosendfile64() 2860 if (sfv_off > MAXOFFSET_T) { in sosendfile64() 2864 if (sfv_off + sfv_len > MAXOFFSET_T) in sosendfile64() 2865 sfv_len = (ssize32_t)(MAXOFFSET_T - sfv_off); in sosendfile64() 2876 error = snf_direct_io(fp, rfp, sfv_off, (u_offset_t)sfv_len, in sosendfile64() 2891 if ((error != 0) || (va_size == 0) || (sfv_off >= va_size)) { in sosendfile64() 2896 if (sfv_off + sfv_len > va_size) in sosendfile64() 2897 sfv_len = va_size - sfv_off; in sosendfile64() 2924 error = snf_segmap(fp, fvp, sfv_off, (u_offset_t)sfv_len, in sosendfile64() [all …]
|
H A D | nl7curi.c | 1329 off = sfvp->sfv_off; in nl7c_sendfilev()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 3897 snd_ptr->sfv_off, in show_ksendfilevec32() 3903 (long)snd_ptr->sfv_off & 0xffffffff, in show_ksendfilevec32() 3940 snd_ptr->sfv_off, in show_ksendfilevec64() 3946 (long)snd_ptr->sfv_off & 0xffffffff, in show_ksendfilevec64() 3992 snd_ptr->sfv_off, in show_sendfilevec() 3997 showbuffer(pri, (long)snd_ptr->sfv_off, in show_sendfilevec() 4047 snd_ptr->sfv_off, in show_sendfilevec64() 4052 showbuffer(pri, (long)snd_ptr->sfv_off, in show_sendfilevec64()
|