Home
last modified time | relevance | path

Searched refs:ibcs2_chmod (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_sysent.c34 …{ AS(ibcs2_chmod_args), (sy_call_t *)ibcs2_chmod, AUE_CHMOD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 15…
Dibcs2_proto.h288 int ibcs2_chmod(struct thread *, struct ibcs2_chmod_args *);
Dibcs2_misc.c1093 ibcs2_chmod(struct thread *td, struct ibcs2_chmod_args *uap) in ibcs2_chmod() function