Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/svcs/
H A Dexplain.c179 #define SVC_HASH_MASK (SVC_HASH_NBUCKETS - 1) macro
417 h = hash_name(svcname) & SVC_HASH_MASK; in add_instance()
687 h = hash_name(sn) & SVC_HASH_MASK; in get_svc()