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

/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_proto.h660 struct linux_chown_args { struct
1274 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux_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 Dlinux_systrace_args.c1529 struct linux_chown_args *p = params;
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_proto.h663 struct linux_chown_args { struct
1255 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux32_sysent.c234 { AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_CHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 212 = linux_chown */
H A Dlinux32_systrace_args.c1486 struct linux_chown_args *p = params;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.c1475 linux_chown(struct thread *td, struct linux_chown_args *args)

Completed in 202 milliseconds