Home
last modified time | relevance | path

Searched refs:linux_chmod (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/amd64/linux/
HDlinux_sysent.c111 …{ AS(linux_chmod_args), (sy_call_t *)linux_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 90…
HDlinux_proto.h1190 int linux_chmod(struct thread *, struct linux_chmod_args *);
/NextBSD/sys/i386/linux/
HDlinux_sysent.c36 …{ AS(linux_chmod_args), (sy_call_t *)linux_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15…
HDlinux_proto.h1191 int linux_chmod(struct thread *, struct linux_chmod_args *);
/NextBSD/sys/amd64/linux32/
HDlinux32_sysent.c37 …{ AS(linux_chmod_args), (sy_call_t *)linux_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15…
HDlinux32_proto.h1173 int linux_chmod(struct thread *, struct linux_chmod_args *);
/NextBSD/sys/compat/linux/
HDlinux_file.c679 linux_chmod(struct thread *td, struct linux_chmod_args *args) in linux_chmod() function