Home
last modified time | relevance | path

Searched defs:client_hash (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h317 struct client_hash { struct
318 struct mdi_client *ct_hash_head; /* Client hash head */
319 int ct_hash_count; /* Client hash count */
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c76 static client_bucket_t client_hash[CLIENT_HASH_SIZE]; variable