Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c65 struct cachekey_disklist *prevhash; /* Hash chain */ member
355 cd->prevhash = 0; in create_cache_file_ch()
424 INVALID_ADDRESS(cd->prevhash, ch) || in cache_remap_addresses_ch()
430 cd->prevhash = MOVE_ADDR(cd->prevhash, offset); in cache_remap_addresses_ch()
715 if (item->prevhash == 0) in list_remove_hash()
718 item->prevhash->nexthash = item->nexthash; in list_remove_hash()
722 item->nexthash->prevhash = item->prevhash; in list_remove_hash()
726 *tail = item->prevhash; in list_remove_hash()
728 item->prevhash = item->nexthash = 0; in list_remove_hash()
774 item->prevhash = *tail; in list_insert_hash()
[all …]