Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c185 #define NUMRECS(ck_header) ((ck_header)->inuse_count + \ macro
419 for (i = 0; i < NUMRECS(ch); i++) { in cache_remap_addresses_ch()
478 currecs = NUMRECS(ch); in remap_cache_file_ch()
826 if (((*ch) = remap_cache_file_ch(*ch, NUMRECS(*ch)+CHUNK_NUMREC)) == 0) in find_cache_item()