Searched refs:hash_next (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_monitor.c | 138 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, in remove_from_hash() 150 LINK_SLIST(mon_free, m, hash_next); in mon_free_entry() 348 for (; mon != NULL; mon = mon->hash_next) { in ntp_monitor() 446 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor() 465 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor() 499 LINK_SLIST(mon_hash[hash], mon, hash_next); in ntp_monitor()
|
| D | ntp_control.c | 4148 mon = mon->hash_next) in read_mru_list()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | dictionary.c | 543 next = DICT_ITERATOR_CURRENT (iterator)->hash_next; in iterator_next_hashed() 596 sym = sym->hash_next) in iter_match_first_hashed() 616 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next; in iter_match_next_hashed() 618 next = next->hash_next) in iter_match_next_hashed() 645 sym->hash_next = buckets[hash_index]; in insert_symbol_hashed() 659 sym = sym->hash_next) in size_hashed() 713 for (next_sym = sym->hash_next; in expand_hashtable() 715 next_sym = sym->hash_next) in expand_hashtable()
|
| D | minsyms.c | 198 if (sym->hash_next == NULL) in add_minsym_to_hash_table() 202 sym->hash_next = table[hash]; in add_minsym_to_hash_table() 307 msymbol = msymbol->hash_next) in lookup_minimal_symbol_mangled() 537 iter = iter->hash_next) in iterate_over_minimal_symbols() 580 msymbol = msymbol->hash_next) in lookup_minimal_symbol_linkage() 629 msymbol = msymbol->hash_next) in lookup_minimal_symbol_text() 695 msymbol = msymbol->hash_next) in lookup_minimal_symbol_by_pc_name() 1385 msym->hash_next = 0; in build_minimal_symbol_hash_tables()
|
| D | symtab.h | 854 struct minimal_symbol *hash_next; member 1547 struct symbol *hash_next = nullptr; member
|
| D | objfiles.c | 640 for (symbol *iter = objfile->template_symbols; iter; iter = iter->hash_next) in objfile_relocate1()
|
| D | ChangeLog-2000 | 6809 * symtab.h (struct minimal_symbol): New fields `hash_next',
|
| D | ChangeLog-2002 | 6710 (struct symbol): Add `hash_next' pointer.
|
| /netbsd/src/external/bsd/iscsi/dist/src/lib/ |
| D | util.c | 364 cmd->hash_next = NULL; in hash_insert() 374 cmd->hash_next = h->bucket[i]; in hash_insert() 401 while ((curr->key != key) && (curr->hash_next != NULL)) { in hash_remove() 403 curr = curr->hash_next; in hash_remove() 412 h->bucket[i] = h->bucket[i]->hash_next; in hash_remove() 417 prev->hash_next = curr->hash_next; in hash_remove() 418 if (prev->hash_next == NULL) { in hash_remove()
|
| /netbsd/src/external/bsd/iscsi/dist/include/ |
| D | initiator.h | 113 struct initiator_cmd_t *hash_next; member
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp.h | 801 mon_entry * hash_next; /* next structure in hash list */ member
|
| /netbsd/src/external/bsd/top/dist/ |
| D | hash.m4c | 651 /* its okay for ll_item to be null: hash_next will detect it */
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | ChangeLog | 629 hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash, 2550 (hash_next, hash_value_for_key, hash_is_key_in_hash) 2555 * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | FSFChangeLog.11 | 7683 versus using hash_next to increase efficiency.
|
| D | ChangeLog-1999 | 952 * cse.c (struct cse_reg_info): Add hash_next member,
|
| D | ChangeLog-2005 | 32899 * cse.c (cse_reg_info): Remove hash_next, next, regno. Add
|