Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c58 static Cache *pwuid_cache = (Cache *) NULL; variable
346 if (init_cache(&pwuid_cache, HASHSIZE, BSZ, in cpwuid()
350 pwuid_cache = (Cache *) NULL; in cpwuid()
359 if ((itemp = lookup_cache(pwuid_cache, &uid, len)) == Null_Item) { in cpwuid()
392 if (add_cache(pwuid_cache, itemp) == -1) in cpwuid()