Home
last modified time | relevance | path

Searched refs:hash_lookup_uint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/top/dist/
H A Dusername.c96 data = hash_lookup_uint(userhash, (unsigned int)xuid); in username()
H A Dhash.h89 void *hash_lookup_uint(hash_table *ht, unsigned int key);
H A Dhash.c402 hash_lookup_uint(hash_table *ht, unsigned int key) in hash_lookup_uint() function