Searched refs:nss_XbyY_key_t (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/nscd/ |
H A D | getnode.c | 45 static uint_t ipaddr_gethash(nss_XbyY_key_t *, int); 49 static uint_t ipname_gethash(nss_XbyY_key_t *, int); 99 ipaddr_gethash(nss_XbyY_key_t *key, int htsize) { in ipaddr_gethash() 139 ipname_gethash(nss_XbyY_key_t *key, int htsize) { in ipname_gethash()
|
H A D | getserv.c | 44 static uint_t servname_gethash(nss_XbyY_key_t *, int); 48 static uint_t servport_gethash(nss_XbyY_key_t *, int); 103 servname_gethash(nss_XbyY_key_t *key, int htsize) { in servname_gethash() 146 servport_gethash(nss_XbyY_key_t *key, int htsize) { in servport_gethash()
|
H A D | getgr.c | 43 static uint_t grgid_gethash(nss_XbyY_key_t *, int); 77 grgid_gethash(nss_XbyY_key_t *key, int htsize) { in grgid_gethash()
|
H A D | getproject.c | 43 static uint_t projid_gethash(nss_XbyY_key_t *, int); 73 projid_gethash(nss_XbyY_key_t *key, int htsize) { in projid_gethash()
|
H A D | getpw.c | 43 static uint_t pwuid_gethash(nss_XbyY_key_t *, int); 75 pwuid_gethash(nss_XbyY_key_t *key, int htsize) { in pwuid_gethash()
|
H A D | getether.c | 47 static uint_t ether_gethash(nss_XbyY_key_t *, int); 83 ether_gethash(nss_XbyY_key_t *key, int htsize) { in ether_gethash()
|
H A D | gettnrhdb.c | 43 static uint_t tsol_rh_gethash(nss_XbyY_key_t *, int); 90 tsol_rh_gethash(nss_XbyY_key_t *key, int htsize) { in tsol_rh_gethash()
|
H A D | gethost.c | 47 static uint_t hostaddr_gethash(nss_XbyY_key_t *, int); 98 hostaddr_gethash(nss_XbyY_key_t *key, int htsize) { in hostaddr_gethash()
|
H A D | getnet.c | 47 static uint_t netaddr_gethash(nss_XbyY_key_t *, int); 117 netaddr_gethash(nss_XbyY_key_t *key, int htsize) { in netaddr_gethash()
|
H A D | cache.h | 132 nss_XbyY_key_t key; /* entry's key */ 266 uint_t (*gethash)(nss_XbyY_key_t *, int); 337 uint_t (*gethash)(nss_XbyY_key_t *, int),
|
H A D | getexec.c | 37 static uint_t execattr_gethash(nss_XbyY_key_t *, int); 107 execattr_gethash(nss_XbyY_key_t *key, int htsize) { in execattr_gethash()
|
H A D | cache.c | 101 static uint_t nsc_db_cis_key_gethash(nss_XbyY_key_t *, int); 102 static uint_t nsc_db_ces_key_gethash(nss_XbyY_key_t *, int); 103 static uint_t nsc_db_int_key_gethash(nss_XbyY_key_t *, int); 397 nsc_db_cis_key_gethash(nss_XbyY_key_t *key, int htsize) { in nsc_db_cis_key_gethash() 406 nsc_db_ces_key_gethash(nss_XbyY_key_t *key, int htsize) { in nsc_db_ces_key_gethash() 415 nsc_db_int_key_gethash(nss_XbyY_key_t *key, int htsize) { in nsc_db_int_key_gethash() 698 uint_t (*gethash)(nss_XbyY_key_t *, int), in make_cache() argument
|
/titanic_44/usr/src/head/ |
H A D | nss_dbdefs.h | 445 } nss_XbyY_key_t; typedef 449 nss_XbyY_key_t *key, size_t *len);
|