Searched refs:hashtbl (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c65 Word *hashtbl, *hashbkt, *hashchn, hashbkts = 0; local
217 hashtbl = (Word *)(CAST_PTRINT(char *, head->ch_hash) + addr);
270 hashtbl[0] = hashbkts;
271 hashtbl[1] = crle->c_hashstrnum;
272 hashbkt = &hashtbl[2];
273 hashchn = &hashtbl[2 + hashbkts];
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c654 portfd_t **hashtbl; local
669 hashtbl = pcp->pc_hash;
671 for (pdp = PFTOD(hashtbl[index]); pdp != NULL; pdp = pdpnext) {
H A Dport_fop.c1608 portfop_t **hashtbl; local
1633 hashtbl = (portfop_t **)pfcp->pfc_hash;
1638 pfp = hashtbl[index];
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1183 polldat_t **hashtbl; local
1187 hashtbl = pcp->pc_hash;
1189 for (pdp = hashtbl[i]; pdp; pdp = pdp->pd_hashnext) {
2798 polldat_t **hashtbl; local
2801 hashtbl = pcp->pc_hash;
2805 for (pdp = hashtbl[i]; pdp; pdp = pdp->pd_hashnext) {
2939 polldat_t **hashtbl; local
2942 hashtbl = pcp->pc_hash;
2944 if (hashtbl[i] != NULL) {
2947 pdp = hashtbl[
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1506 polldat_t **hashtbl; local
1523 hashtbl = pcp->pc_hash;
1525 for (pdp = hashtbl[i]; pdp; pdp = pdp->pd_hashnext) {

Completed in 75 milliseconds