Home
last modified time | relevance | path

Searched refs: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
166 ldi_ident_hash[i] = NULL; in ldi_init()
208 for (lipp = &(ldi_ident_hash[index]); in ident_find_ref_nolock()
263 lip->li_next = ldi_ident_hash[index]; in ident_alloc()
264 ldi_ident_hash[index] = lip; in ident_alloc()