Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c106 static struct cachekey_header *remap_cache_file_ch(struct cachekey_header *ch,
372 if ((ch = remap_cache_file_ch(ch, MAXRECS(ch))) == 0) { in create_cache_file_ch()
456 remap_cache_file_ch(struct cachekey_header *ch, u_int newrecs) in remap_cache_file_ch() function
826 if (((*ch) = remap_cache_file_ch(*ch, NUMRECS(*ch)+CHUNK_NUMREC)) == 0) in find_cache_item()