Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c66 struct cachekey_disklist *nexthash; member
356 cd->nexthash = 0; in create_cache_file_ch()
425 INVALID_ADDRESS(cd->nexthash, ch)) { in cache_remap_addresses_ch()
431 cd->nexthash = MOVE_ADDR(cd->nexthash, offset); in cache_remap_addresses_ch()
613 cd = cd->nexthash; in print_cache_ch()
716 *head = item->nexthash; in list_remove_hash()
718 item->prevhash->nexthash = item->nexthash; in list_remove_hash()
721 if (item->nexthash != 0) in list_remove_hash()
722 item->nexthash->prevhash = item->prevhash; in list_remove_hash()
728 item->prevhash = item->nexthash = 0; in list_remove_hash()
[all …]
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c755 nexthash: in uri_lookup()
914 goto nexthash; in uri_lookup()