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

  /src/sys/rump/include/rump/
rump_syscalls.h 340 #define RUMP_SYS_RENAME_FSTATAT rump___sysimpl_fstatat
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 6045 int rump___sysimpl_fstatat(int, const char *, struct stat *, int);
6047 rump___sysimpl_fstatat(int fd, const char * path, struct stat * buf, int flag) function in typeref:typename:int
6071 __weak_alias(fstatat,rump___sysimpl_fstatat);
6072 __weak_alias(_fstatat,rump___sysimpl_fstatat);
6073 __strong_alias(_sys_fstatat,rump___sysimpl_fstatat);

Completed in 19 milliseconds