Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dlseek.c78 offset_t *retoff) in lseek32_common() argument
155 (*retoff) = (offset_t)noff; in lseek32_common()
186 (*retoff) = (offset_t)noff; in lseek32_common()
198 (*retoff) = newoff; in lseek32_common()
210 offset_t retoff; in lseek32() local
229 (offset_t)MAXOFF32_T, &retoff); in lseek32()
232 (offset_t)(uint_t)UINT_MAX, &retoff); in lseek32()
236 return ((off32_t)retoff); in lseek32()
248 offset_t retoff; in llseek32() local
258 error = lseek32_common(fp, stype, off, MAXOFFSET_T, &retoff); in llseek32()
[all …]
/titanic_41/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c504 uint32_t rbufoff, retoff, erroff; in genasm_free() local
516 retoff = total - (sizeof (freefini) - PTC_FRFINI_DONELABEL); in genasm_free()
520 off = genasm_frinit(bp, umem_tmem_off, retoff, erroff, in genasm_free()
/titanic_41/usr/src/lib/libumem/i386/
H A Dumem_genasm.c495 uint32_t rbufoff, retoff, erroff; in genasm_free() local
507 retoff = total - (sizeof (freefini) - PTC_FRFINI_DONELABEL); in genasm_free()
511 off = genasm_frinit(bp, umem_tmem_off, retoff, erroff, in genasm_free()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c762 uint32_t *retoff) in smb_ofile_seek() argument
816 *retoff = (uint32_t)newoff; in smb_ofile_seek()