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

  /src/sys/ufs/lfs/
ulfs_vnops.c 792 struct dirent *dirent, *stopdirent; local in function:ulfs_readdir
860 stopdirent = (struct dirent *)(void *)&direntbuf[direntbufmax];
904 _DIRENT_MINSIZE(dirent) > (char *)(void *)stopdirent)
  /src/sys/ufs/ufs/
ufs_vnops.c 1585 struct dirent *dirent, *stopdirent; local in function:ufs_readdir
1731 stopdirent = (struct dirent *)(void *)&direntbuf[direntbufmax];
1781 _DIRENT_MINSIZE(dirent) > (char *)(void *)stopdirent)

Completed in 80 milliseconds