Home
last modified time | relevance | path

Searched refs:sys_faccessat (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/kern/
HDinit_sysent.c552 …{ .sy_narg = AS(faccessat_args), .sy_call = (sy_call_t *)sys_faccessat, .sy_auevent = AUE_FACCESSA…
HDvfs_syscalls.c2139 sys_faccessat(struct thread *td, struct faccessat_args *uap) in sys_faccessat() function
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c553 …{ .sy_narg = AS(faccessat_args), .sy_call = (sy_call_t *)sys_faccessat, .sy_auevent = AUE_FACCESSA…
/freebsd-14-stable/sys/sys/
HDsysproto.h2204 int sys_faccessat(struct thread *, struct faccessat_args *);