kern_lseek
error = kern_lseek(uap->fd, uap->offset, uap->whence,
int kern_lseek(int fd, off_t offset, int whence, off_t *res);