Searched refs:hash_name (Results 1 – 6 of 6) sorted by relevance
767 #define exp_hash_unlink(exi, hash_name) \ argument768 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) \ argument777 (exi)->hash_name.bckt = (bucket); \[all …]
51 int hash_name(int, const char *);
65 return (hash_name(nbuckets, ii->ii_name)); in iidesc_hash()
74 hash_name(int nbuckets, const char *name) in hash_name() function
107 return (hash_name(nbuckets, name)); in tdesc_layouthash()
212 hash_name(const char *name) in hash_name() function417 h = hash_name(svcname) & SVC_HASH_MASK; in add_instance()687 h = hash_name(sn) & SVC_HASH_MASK; in get_svc()