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

  /src/usr.sbin/timed/timed/
master.c 528 static struct hosttbl *newhost_hash; variable in typeref:struct:hosttbl *
542 newhost_hash = &hosttbl[j % NHOSTS];
544 htp = newhost_hash;
551 } while (htp != newhost_hash);
578 if (newhost_hash->name[0] != '\0') {
585 if (!newhost_hash->head) {
590 f = newhost_hash->h_fwd;
591 b = newhost_hash->h_bak;
594 f = newhost_hash->l_fwd;
595 b = newhost_hash->l_bak
    [all...]
master.c 528 static struct hosttbl *newhost_hash; variable in typeref:struct:hosttbl *
542 newhost_hash = &hosttbl[j % NHOSTS];
544 htp = newhost_hash;
551 } while (htp != newhost_hash);
578 if (newhost_hash->name[0] != '\0') {
585 if (!newhost_hash->head) {
590 f = newhost_hash->h_fwd;
591 b = newhost_hash->h_bak;
594 f = newhost_hash->l_fwd;
595 b = newhost_hash->l_bak
    [all...]

Completed in 53 milliseconds