Searched refs:sys_lseek (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.c486 return sys_lseek(td, &ap);
H A Dsvr4_sysent.c40 { AS(lseek_args), (sy_call_t *)sys_lseek, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 19 = lseek */
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_other.c79 error = sys_lseek(td, &largs);
/freebsd-11-stable/sys/kern/
H A Dinit_sysent.c526 { AS(lseek_args), (sy_call_t *)sys_lseek, AUE_LSEEK, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 478 = lseek */
H A Dvfs_syscalls.c1709 sys_lseek(struct thread *td, struct lseek_args *uap) function
/freebsd-11-stable/sys/sys/
H A Dsysproto.h2116 int sys_lseek(struct thread *, struct lseek_args *);

Completed in 213 milliseconds