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

Function sys_access

freebsd/kern/vfs_syscalls.c:2047–2053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2045};
2046#endif
2047int
2048sys_access(struct thread *td, struct access_args *uap)
2049{
2050
2051 return (kern_accessat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
2052 0, uap->amode));
2053}
2054
2055#ifndef _SYS_SYSPROTO_H_
2056struct faccessat_args {

Callers

nothing calls this directly

Calls 1

kern_accessatFunction · 0.85

Tested by

no test coverage detected