Home
last modified time | relevance | path

Searched refs:hash_slot (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
Dfiles.c417 struct file_hash_entry *entry, **hash_slot; in _cpp_find_file() local
428 hash_slot = (struct file_hash_entry **) in _cpp_find_file()
434 entry = search_cache (*hash_slot, start_dir); in _cpp_find_file()
482 entry = search_cache (*hash_slot, file->dir); in _cpp_find_file()
506 entry->next = *hash_slot; in _cpp_find_file()
509 *hash_slot = entry; in _cpp_find_file()
518 entry->next = *hash_slot; in _cpp_find_file()
521 *hash_slot = entry; in _cpp_find_file()
528 entry->next = *hash_slot; in _cpp_find_file()
531 *hash_slot = entry; in _cpp_find_file()
[all …]
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_dn_glue.c147 int hash_slot ; /* debugging/diagnostic */ member
213 int hash_slot ; /* debugging/diagnostic */ member