Home
last modified time | relevance | path

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

/freebsd-12.1/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 }, /* 9…
H A Dlinux_proto.h404 struct linux_chown_args { struct
1322 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux_systrace_args.c802 struct linux_chown_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c232 …{ AS(linux_chown_args), (sy_call_t *)linux_chown, AUE_CHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21…
H A Dlinux32_proto.h663 struct linux_chown_args { struct
1664 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux32_systrace_args.c1467 struct linux_chown_args *p = params; in systrace_args()
/freebsd-12.1/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 }, /* 21…
H A Dlinux_proto.h664 struct linux_chown_args { struct
1683 int linux_chown(struct thread *, struct linux_chown_args *);
H A Dlinux_systrace_args.c1510 struct linux_chown_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c1490 linux_chown(struct thread *td, struct linux_chown_args *args) in linux_chown()