Searched refs:linux_chown_args (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c112 { AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 92 = linux_chown */
H A Dlinux_proto.h403 struct linux_chown_args { struct
1321 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux_systrace_args.c802 struct linux_chown_args *p = params;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c1504 linux_chown(struct thread *td, struct linux_chown_args *args)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c233 { AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_CHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 212 = linux_chown */
H A Dlinux32_proto.h662 struct linux_chown_args { struct
1663 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux32_systrace_args.c1467 struct linux_chown_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c232 { AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_CHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 212 = linux_chown */
H A Dlinux_proto.h663 struct linux_chown_args { struct
1682 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux_systrace_args.c1510 struct linux_chown_args *p = params;

Completed in 301 milliseconds