Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c175 #define SVC_HASH_MASK (SVC_HASH_NBUCKETS - 1) macro
413 h = hash_name(svcname) & SVC_HASH_MASK; in add_instance()
693 h = hash_name(sn) & SVC_HASH_MASK; in get_svc()