linux_llseek_args
int linux_llseek(struct thread *, struct linux_llseek_args *);
{ .sy_narg = AS(linux_llseek_args), .sy_call = (sy_call_t *)linux_llseek, .sy_auevent = AUE_LSEEK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 140 = linux_llseek */
struct linux_llseek_args *p = params;
linux_llseek(struct thread *td, struct linux_llseek_args *args)
int linux_llseek(struct thread *, struct linux_llseek_args *);
{ .sy_narg = AS(linux_llseek_args), .sy_call = (sy_call_t *)linux_llseek, .sy_auevent = AUE_LSEEK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 140 = linux_llseek */
struct linux_llseek_args *p = params;