Home
last modified time | relevance | path

Searched refs:dd_td (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/gen/
H A Dtelldir.c71 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) { in telldir()
89 lp->loc_index = dirp->dd_td->td_loccnt++; in telldir()
95 LIST_INSERT_HEAD(&dirp->dd_td->td_locq, lp, loc_lqe); in telldir()
129 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) { in _seekdir()
178 lp = LIST_FIRST(&dirp->dd_td->td_locq); in _fixtelldir()
197 lp = LIST_FIRST(&dirp->dd_td->td_locq); in _reclaim_telldir()
203 LIST_INIT(&dirp->dd_td->td_locq); in _reclaim_telldir()
H A Dopendir.c305 dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR)); in __opendir_common()
306 LIST_INIT(&dirp->dd_td->td_locq); in __opendir_common()
307 dirp->dd_td->td_loccnt = 0; in __opendir_common()
H A Dgen-private.h57 struct _telldir *dd_td; /* telldir position recording */ member
/freebsd/tools/test/stress2/misc/
H A Dreaddir.sh135 struct _telldir *dd_td; /* telldir position recording */