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

  /src/sys/ufs/lfs/
ulfs_vnops.c 790 char *direntbuf; local
856 direntbuf = kmem_alloc(direntbufmax, KM_SLEEP);
859 dirent = (struct dirent *)(void *)direntbuf;
860 stopdirent = (struct dirent *)(void *)&direntbuf[direntbufmax];
926 callerbytes = ((char *)(void *)dirent - direntbuf);
927 error = uiomove(direntbuf, callerbytes, calleruio);
941 kmem_free(direntbuf, direntbufmax);
  /src/sys/ufs/ufs/
ufs_vnops.c 1586 char *direntbuf; local
1730 direntbuf = kmem_alloc(direntbufmax, KM_SLEEP);
1733 dirent = (struct dirent *)(void *)direntbuf;
1734 stopdirent = (struct dirent *)(void *)&direntbuf[direntbufmax];
1805 callerbytes = ((char *)(void *)dirent - direntbuf);
1806 error = uiomove(direntbuf, callerbytes, calleruio);
1820 kmem_free(direntbuf, direntbufmax);

Completed in 19 milliseconds