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

  /src/usr.sbin/timed/timed/
master.c 392 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
466 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
513 htp = self.l_fwd;
515 for (i = 1; i <= slvcount; i++, htp = htp->l_fwd) {
594 f = newhost_hash->l_fwd;
597 b->l_fwd = ret;
624 ret->l_fwd = &self;
626 self.l_bak->l_fwd = ret
    [all...]
networkdelta.c 86 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
128 } while (&self != (htp = htp->l_fwd));
correct.c 63 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {
globals.h 108 struct hosttbl *l_fwd; member in struct:hosttbl
timed.c 209 self.l_fwd = &self;
767 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) {

Completed in 25 milliseconds