Home
last modified time | relevance | path

Searched refs:nss_XbyY_key_t (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dgetnode.c43 static uint_t ipaddr_gethash(nss_XbyY_key_t *, int);
47 static uint_t ipname_gethash(nss_XbyY_key_t *, int);
97 ipaddr_gethash(nss_XbyY_key_t *key, int htsize) { in ipaddr_gethash()
137 ipname_gethash(nss_XbyY_key_t *key, int htsize) { in ipname_gethash()
H A Dgetserv.c42 static uint_t servname_gethash(nss_XbyY_key_t *, int);
46 static uint_t servport_gethash(nss_XbyY_key_t *, int);
101 servname_gethash(nss_XbyY_key_t *key, int htsize) { in servname_gethash()
144 servport_gethash(nss_XbyY_key_t *key, int htsize) { in servport_gethash()
H A Dgetgr.c41 static uint_t grgid_gethash(nss_XbyY_key_t *, int);
75 grgid_gethash(nss_XbyY_key_t *key, int htsize) { in grgid_gethash()
H A Dgetproject.c41 static uint_t projid_gethash(nss_XbyY_key_t *, int);
71 projid_gethash(nss_XbyY_key_t *key, int htsize) { in projid_gethash()
H A Dgetpw.c41 static uint_t pwuid_gethash(nss_XbyY_key_t *, int);
73 pwuid_gethash(nss_XbyY_key_t *key, int htsize) { in pwuid_gethash()
H A Dgetether.c45 static uint_t ether_gethash(nss_XbyY_key_t *, int);
81 ether_gethash(nss_XbyY_key_t *key, int htsize) { in ether_gethash()
H A Dgettnrhdb.c41 static uint_t tsol_rh_gethash(nss_XbyY_key_t *, int);
88 tsol_rh_gethash(nss_XbyY_key_t *key, int htsize) { in tsol_rh_gethash()
H A Dgethost.c45 static uint_t hostaddr_gethash(nss_XbyY_key_t *, int);
96 hostaddr_gethash(nss_XbyY_key_t *key, int htsize) { in hostaddr_gethash()
H A Dcache.h132 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 Dgetnet.c45 static uint_t netaddr_gethash(nss_XbyY_key_t *, int);
115 netaddr_gethash(nss_XbyY_key_t *key, int htsize) { in netaddr_gethash()
H A Dgetexec.c35 static uint_t execattr_gethash(nss_XbyY_key_t *, int);
105 execattr_gethash(nss_XbyY_key_t *key, int htsize) { in execattr_gethash()
H A Dcache.c103 static uint_t nsc_db_cis_key_gethash(nss_XbyY_key_t *, int);
104 static uint_t nsc_db_ces_key_gethash(nss_XbyY_key_t *, int);
105 static uint_t nsc_db_int_key_gethash(nss_XbyY_key_t *, int);
412 nsc_db_cis_key_gethash(nss_XbyY_key_t *key, int htsize) in nsc_db_cis_key_gethash()
422 nsc_db_ces_key_gethash(nss_XbyY_key_t *key, int htsize) in nsc_db_ces_key_gethash()
432 nsc_db_int_key_gethash(nss_XbyY_key_t *key, int htsize) in nsc_db_int_key_gethash()
724 uint_t (*gethash)(nss_XbyY_key_t *, int), in make_cache() argument
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h454 } nss_XbyY_key_t; typedef
458 nss_XbyY_key_t *key, size_t *len);