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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c127 static struct ldi_ident *ldi_ident_hash[LI_HASH_SZ]; variable in typeref:struct:ldi_ident
166 ldi_ident_hash[i] = NULL;
208 for (lipp = &(ldi_ident_hash[index]);
263 lip->li_next = ldi_ident_hash[index];
264 ldi_ident_hash[index] = lip;

Completed in 77 milliseconds