Searched refs:lseek32_common (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lseek.c | 77 lseek32_common(file_t *fp, int stype, offset_t off, offset_t max, in lseek32_common() function 228 error = lseek32_common(fp, stype, (offset_t)off, in lseek32() 231 error = lseek32_common(fp, stype, (offset_t)(uint_t)off, in lseek32() 258 error = lseek32_common(fp, stype, off, MAXOFFSET_T, &retoff); in llseek32()
|