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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c130 static struct ldi_handle *ldi_handle_hash[LH_HASH_SZ]; variable in typeref:struct:ldi_handle
162 ldi_handle_hash[i] = NULL;
329 for (lhpp = &(ldi_handle_hash[index]);
409 lhp->lh_next = ldi_handle_hash[index];
410 ldi_handle_hash[index] = lhp;
1180 lhp = ldi_handle_hash[i];

Completed in 53 milliseconds