Home
last modified time | relevance | path

Searched refs:hash_next (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDntp_monitor.c134 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, in remove_from_hash()
146 LINK_SLIST(mon_free, m, hash_next); in mon_free_entry()
344 for (; mon != NULL; mon = mon->hash_next) in ntp_monitor()
441 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor()
460 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor()
494 LINK_SLIST(mon_hash[hash], mon, hash_next); in ntp_monitor()
HDntp_control.c3911 mon = mon->hash_next) in read_mru_list()
/NextBSD/contrib/gdb/gdb/
HDdictionary.c586 next = DICT_ITERATOR_CURRENT (iterator)->hash_next; in iterator_next_hashed()
636 sym = sym->hash_next) in iter_name_first_hashed()
655 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next; in iter_name_next_hashed()
657 next = next->hash_next) in iter_name_next_hashed()
679 sym->hash_next = buckets[hash_index]; in insert_symbol_hashed()
735 for (next_sym = sym->hash_next; in expand_hashtable()
737 next_sym = sym->hash_next) { in expand_hashtable()
HDminsyms.c114 if (sym->hash_next == NULL) in add_minsym_to_hash_table()
118 sym->hash_next = table[hash]; in add_minsym_to_hash_table()
240 msymbol = msymbol->hash_next; in lookup_minimal_symbol()
287 msymbol = msymbol->hash_next) in lookup_minimal_symbol_text()
343 msymbol = msymbol->hash_next) in lookup_minimal_symbol_solib_trampoline()
627 msymbol->hash_next = NULL; in prim_record_minimal_symbol_and_info()
793 msym->hash_next = 0; in build_minimal_symbol_hash_tables()
HDsymtab.h347 struct minimal_symbol *hash_next; member
645 struct symbol *hash_next; member
/NextBSD/contrib/gcc/
HDprotoize.c279 hash_table_entry * hash_next; /* -> to secondary entries */ member
892 for (second = primary->hash_next; second; second = second->hash_next) in visit_each_hash_node()
905 p->hash_next = NULL; in add_symbol()
932 while (p->hash_next) in lookup()
934 p = p->hash_next; in lookup()
938 p->hash_next = xmalloc (sizeof (hash_table_entry)); in lookup()
939 p = p->hash_next; in lookup()
HDFSFChangeLog.117683 versus using hash_next to increase efficiency.
HDChangeLog-1999952 * cse.c (struct cse_reg_info): Add hash_next member,
HDChangeLog-200532900 * cse.c (cse_reg_info): Remove hash_next, next, regno. Add
/NextBSD/contrib/ldns/
HDdnssec.c1475 ldns_rdf *hash_next; in ldns_nsec_covers_name() local
1489 hash_next = ldns_nsec3_next_owner(nsec); in ldns_nsec_covers_name()
1490 next_hash_str = ldns_rdf2str(hash_next); in ldns_nsec_covers_name()
/NextBSD/contrib/ntp/include/
HDntp.h751 mon_entry * hash_next; /* next structure in hash list */ member