Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c767 #define exp_hash_unlink(exi, hash_name) \ argument
768 if (*(exi)->hash_name.bckt == (exi)) \
769 *(exi)->hash_name.bckt = (exi)->hash_name.next; \
770 if ((exi)->hash_name.prev) \
771 (exi)->hash_name.prev->hash_name.next = (exi)->hash_name.next; \
772 if ((exi)->hash_name.next) \
773 (exi)->hash_name.next->hash_name.prev = (exi)->hash_name.prev; \
774 (exi)->hash_name.bckt = NULL;
776 #define exp_hash_link(exi, hash_name, bucket) \ argument
777 (exi)->hash_name.bckt = (bucket); \
[all …]
/titanic_44/usr/src/tools/ctf/cvt/
H A Dhash.h51 int hash_name(int, const char *);
H A Diidesc.c65 return (hash_name(nbuckets, ii->ii_name)); in iidesc_hash()
H A Dhash.c74 hash_name(int nbuckets, const char *name) in hash_name() function
H A Dtdata.c107 return (hash_name(nbuckets, name)); in tdesc_layouthash()
/titanic_44/usr/src/cmd/svc/svcs/
H A Dexplain.c212 hash_name(const char *name) in hash_name() function
417 h = hash_name(svcname) & SVC_HASH_MASK; in add_instance()
687 h = hash_name(sn) & SVC_HASH_MASK; in get_svc()