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

  /src/usr.sbin/timed/timed/
master.c 529 static struct hosttbl *lasthfree = &hosttbl[0]; variable in typeref:struct:hosttbl *
580 ret = lasthfree;
581 if (++lasthfree > &hosttbl[NHOSTS])
582 lasthfree = &hosttbl[1];
677 lasthfree = hnxt;
679 lasthfree = htp;
682 lasthfree->name[0] = '\0';
683 lasthfree->h_fwd = 0;
684 lasthfree->l_fwd = 0;
master.c 529 static struct hosttbl *lasthfree = &hosttbl[0]; variable in typeref:struct:hosttbl *
580 ret = lasthfree;
581 if (++lasthfree > &hosttbl[NHOSTS])
582 lasthfree = &hosttbl[1];
677 lasthfree = hnxt;
679 lasthfree = htp;
682 lasthfree->name[0] = '\0';
683 lasthfree->h_fwd = 0;
684 lasthfree->l_fwd = 0;

Completed in 22 milliseconds