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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c121 const nscd_hash_t *idx_p,
128 while (idx_p != NULL) {
129 db_entry = &((nscd_hash_t *)idx_p)->db_entry;
134 return (idx_p);
137 return (idx_p);
141 return (idx_p);
143 return (idx_p);
150 idx_p = idx_p->next_p;
169 const nscd_hash_t *idx_p, *hash_ local
118 scan_hash( int type, const char *str, const nscd_hash_t *idx_p, nscd_db_option_t option, int id_num) argument
199 nscd_hash_t *idx_p, *hash_entry; local
296 nscd_hash_t *idx_p, *next_p = NULL, *prev_p = NULL; local
[all...]

Completed in 53 milliseconds