Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c59 static Cache *grgid_cache = (Cache *) NULL; variable
282 if (init_cache(&grgid_cache, HASHSIZE, BSZ, in cgrgid()
285 grgid_cache = (Cache *) NULL; in cgrgid()
294 if ((itemp = lookup_cache(grgid_cache, &gid, len)) == Null_Item) { in cgrgid()
325 if (add_cache(grgid_cache, itemp) == -1) in cgrgid()