Searched defs:pc_hash (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_kernel.h131 struct portfd **pc_hash; /* points to a hash table of ptrs */ member in struct:port_fdcache
H A Dpoll_impl.h241 polldat_t **pc_hash; /* points to a hash table of ptrs */ member in struct:pollcache
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1336 pc_hash(const char *auth) function
1362 h = pc_hash(auth);
1412 j = pc_hash(ep->pce_auth) & (new_bnum - 1);
1442 i = pc_hash(auth) & (pcp->pc_bnum - 1);

Completed in 85 milliseconds