Home
last modified time | relevance | path

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

/freebsd-src/sys/compat/linux/
H A Dlinux_file.c720 linux_chmod(struct thread *td, struct linux_chmod_args *args) in linux_chmod()
/freebsd-src/sys/amd64/linux/
H A Dlinux_proto.h413 struct linux_chmod_args { struct
1519 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux_sysent.c107 { .sy_narg = AS(linux_chmod_args), .sy_call = (sy_call_t *)linux_chmod, .sy_auevent = AUE_CHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 90 = linux_chmod */
H A Dlinux_systrace_args.c786 struct linux_chmod_args *p = params; in systrace_args()
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_proto.h84 struct linux_chmod_args { struct
1750 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux32_sysent.c33 { .sy_narg = AS(linux_chmod_args), .sy_call = (sy_call_t *)linux_chmod, .sy_auevent = AUE_CHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 15 = linux_chmod */
H A Dlinux32_systrace_args.c127 struct linux_chmod_args *p = params; in systrace_args()
/freebsd-src/sys/i386/linux/
H A Dlinux_proto.h84 struct linux_chmod_args { struct
1744 int linux_chmod(struct thread *, struct linux_chmod_args *);
H A Dlinux_sysent.c32 { .sy_narg = AS(linux_chmod_args), .sy_call = (sy_call_t *)linux_chmod, .sy_auevent = AUE_CHMOD, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 15 = linux_chmod */
H A Dlinux_systrace_args.c127 struct linux_chmod_args *p = params; in systrace_args()