Searched refs:_d_next (Results 1 – 2 of 2) sorted by relevance
93 dirp->dd_cp = dirp->dd_cp->_d_next = dp; in opendir()99 dp->_d_next = (struct _dircontents *)0; in opendir()132 dirp->dd_cp = dirp->dd_cp->_d_next; in readdir()147 for (dp = dirp->dd_contents; --i >= 0 && dp; dp = dp->_d_next) in seekdir()172 dp = (odp = dp)->_d_next; in free_dircontents()
39 struct _dircontents *_d_next; member