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

/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_sysent.c111 { AS(linux_chmod_args), (sy_call_t *)linux_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 90 = linux_chmod */
H A Dlinux_proto.h400 struct linux_chmod_args { struct
1190 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux_systrace_args.c786 struct linux_chmod_args *p = params;
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_sysent.c36 { AS(linux_chmod_args), (sy_call_t *)linux_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15 = linux_chmod */
H A Dlinux_proto.h81 struct linux_chmod_args { struct
1193 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux_systrace_args.c127 struct linux_chmod_args *p = params;
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_sysent.c37 { AS(linux_chmod_args), (sy_call_t *)linux_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15 = linux_chmod */
H A Dlinux32_proto.h81 struct linux_chmod_args { struct
1175 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux32_systrace_args.c127 struct linux_chmod_args *p = params;
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_file.c673 linux_chmod(struct thread *td, struct linux_chmod_args *args)

Completed in 215 milliseconds