Searched refs:hash_entry (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/
H A Dmodule.cpp151 struct hash_entry : entry { struct in namespace:Module
152 ~hash_entry()
157 hash_entry* hash_link;
163 typedef hash_entry ValueType;
1329 hash_entry* entry = fNodes.Lookup(&key);
1353 struct hash_entry* entry = new(std::nothrow) hash_entry;
1587 hash_entry* entry = fNodes.Lookup(&key);

Completed in 148 milliseconds