HomeSort by: relevance | last modified time | path
    Searched refs:sys_faccessat (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c 97 extern sy_call_t sys_faccessat;
202 { 462, sys_faccessat },
  /src/sys/compat/netbsd32/
netbsd32_fs.c 1253 return sys_faccessat(l, &ua, retval);
  /src/sys/kern/
init_sysent.c 2266 .sy_call = (sy_call_t *)sys_faccessat
vfs_syscalls.c 3226 sys_faccessat(struct lwp *l, const struct sys_faccessat_args *uap, function in typeref:typename:int
  /src/sys/sys/
syscallargs.h 3049 check_syscall_args(sys_faccessat)
4270 int sys_faccessat(struct lwp *, const struct sys_faccessat_args *, register_t *);

Completed in 17 milliseconds