Symbol: linux_sys_llseek_args
sys/compat/linux/arch/aarch64/linux_machdep.h
100
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
1646
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/arm/linux_syscallargs.h
478
struct linux_sys_llseek_args {
sys/compat/linux/arch/arm/linux_sysent.c
628
ns(struct linux_sys_llseek_args),
sys/compat/linux/arch/arm/linux_systrace_args.c
858
const struct linux_sys_llseek_args *p = params;
sys/compat/linux/arch/i386/linux_syscallargs.h
1664
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/i386/linux_syscallargs.h
496
struct linux_sys_llseek_args {
sys/compat/linux/arch/i386/linux_sysent.c
633
ns(struct linux_sys_llseek_args),
sys/compat/linux/arch/i386/linux_systrace_args.c
890
const struct linux_sys_llseek_args *p = params;
sys/compat/linux/arch/m68k/linux_syscallargs.h
1637
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/m68k/linux_syscallargs.h
477
struct linux_sys_llseek_args {
sys/compat/linux/arch/m68k/linux_sysent.c
650
ns(struct linux_sys_llseek_args),
sys/compat/linux/arch/mips/linux_syscallargs.h
1665
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/mips/linux_syscallargs.h
441
struct linux_sys_llseek_args {
sys/compat/linux/arch/mips/linux_sysent.c
616
ns(struct linux_sys_llseek_args),
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1561
int linux_sys_llseek(struct lwp *, const struct linux_sys_llseek_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_syscallargs.h
453
struct linux_sys_llseek_args {
sys/compat/linux/arch/powerpc/linux_sysent.c
625
ns(struct linux_sys_llseek_args),
sys/compat/linux/common/linux_llseek.c
58
linux_sys_llseek(struct lwp *l, const struct linux_sys_llseek_args *uap, register_t *retval)
sys/compat/linux32/common/linux32_unistd.c
104
struct linux_sys_llseek_args ua;