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

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c110 { 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.h399 struct linux_chmod_args { struct
1320 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux_systrace_args.c786 struct linux_chmod_args *p = params;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c672 linux_chmod(struct thread *td, struct linux_chmod_args *args)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_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 Dlinux32_proto.h80 struct linux_chmod_args { struct
1522 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux32_systrace_args.c127 struct linux_chmod_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c35 { 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.h80 struct linux_chmod_args { struct
1540 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux_systrace_args.c127 struct linux_chmod_args *p = params;

Completed in 303 milliseconds