Searched refs:db_gethash (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/nscd/ |
H A D | getether.c | 84 return (db_gethash(key->ether, sizeof (struct ether_addr),
|
H A D | getproject.c | 74 return (db_gethash(&key->projid, sizeof (key->projid), htsize));
|
H A D | gethost.c | 99 return (db_gethash(key->hostaddr.addr,
|
H A D | gettnrhdb.c | 91 return (db_gethash(key->hostaddr.addr,
|
H A D | getexec.c | 116 return (db_gethash(keys, len, htsize));
|
H A D | getnet.c | 118 return (db_gethash(&key->netaddr.net,
|
H A D | getnode.c | 100 return (db_gethash(key->hostaddr.addr,
|
H A D | getserv.c | 147 return (db_gethash(&key->serv.serv.port,
|
H A D | cache.h | 360 extern uint_t db_gethash(const void *, int, int);
|
H A D | cache.c | 374 db_gethash(const void *key, int len, int htsize) { function 416 return (db_gethash(&key->number, sizeof (key->number), htsize));
|
Completed in 61 milliseconds