Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c76 offset_t *retoff) in lseek32_common() argument
153 (*retoff) = (offset_t)noff; in lseek32_common()
184 (*retoff) = (offset_t)noff; in lseek32_common()
196 (*retoff) = newoff; in lseek32_common()
208 offset_t retoff; in lseek32() local
227 (offset_t)MAXOFF32_T, &retoff); in lseek32()
230 (offset_t)(uint_t)UINT_MAX, &retoff); in lseek32()
234 return ((off32_t)retoff); in lseek32()
246 offset_t retoff; in llseek32() local
256 error = lseek32_common(fp, stype, off, MAXOFFSET_T, &retoff); in llseek32()
[all …]
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c510 uint32_t rbufoff, retoff, erroff; in genasm_free() local
522 retoff = total - (sizeof (freefini) - PTC_FRFINI_DONELABEL); in genasm_free()
526 off = genasm_frinit(bp, umem_tmem_off, retoff, erroff, in genasm_free()
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c500 uint32_t rbufoff, retoff, erroff; in genasm_free() local
512 retoff = total - (sizeof (freefini) - PTC_FRFINI_DONELABEL); in genasm_free()
516 off = genasm_frinit(bp, umem_tmem_off, retoff, erroff, in genasm_free()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c1274 uint32_t *retoff) in smb_ofile_seek() argument
1328 *retoff = (uint32_t)newoff; in smb_ofile_seek()