Searched refs:nscd_hash_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c60 } nscd_hash_t; typedef in typeref:struct:nscd_hash
64 * is implemented as an array of nscd_hash_t.
68 nscd_hash_t **hash_tbl_p;
77 nscd_hash_t *hash; /* the current hash entry */
117 static const nscd_hash_t *
121 const nscd_hash_t *idx_p,
129 db_entry = &((nscd_hash_t *)idx_p)->db_entry;
169 const nscd_hash_t *idx_p, *hash_p;
198 nscd_hash_t *next_p = NULL, *prev_p = NULL;
199 nscd_hash_t *idx_
[all...]

Completed in 75 milliseconds