Searched refs:lseek32_common (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lseek.c | 75 lseek32_common(file_t *fp, int stype, offset_t off, offset_t max, in lseek32_common() function 226 error = lseek32_common(fp, stype, (offset_t)off, in lseek32() 229 error = lseek32_common(fp, stype, (offset_t)(uint_t)off, in lseek32() 256 error = lseek32_common(fp, stype, off, MAXOFFSET_T, &retoff); in llseek32()
|