Home
last modified time | relevance | path

Searched refs:_nscd_walk_db (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c64 extern nscd_db_entry_t *_nscd_walk_db(nscd_db_t *db, void **cookie);
672 for (ep = _nscd_walk_db(getent_ctxDB, &cookie); ep != NULL; in reclaim_getent_ctx()
673 ep = _nscd_walk_db(getent_ctxDB, &cookie)) { in reclaim_getent_ctx()
H A Dnscd_dbimpl.c560 _nscd_walk_db( in _nscd_walk_db() function