MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_eaccess

Function sys_eaccess

freebsd/kern/vfs_syscalls.c:2127–2133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2125};
2126#endif
2127int
2128sys_eaccess(struct thread *td, struct eaccess_args *uap)
2129{
2130
2131 return (kern_accessat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
2132 AT_EACCESS, uap->amode));
2133}
2134
2135#if defined(COMPAT_43)
2136/*

Callers

nothing calls this directly

Calls 1

kern_accessatFunction · 0.85

Tested by

no test coverage detected