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

Function sys_faccessat

freebsd/kern/vfs_syscalls.c:2063–2069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061}
2062#endif
2063int
2064sys_faccessat(struct thread *td, struct faccessat_args *uap)
2065{
2066
2067 return (kern_accessat(td, uap->fd, uap->path, UIO_USERSPACE, uap->flag,
2068 uap->amode));
2069}
2070
2071int
2072kern_accessat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_accessatFunction · 0.85

Tested by

no test coverage detected