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

  /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 17 milliseconds