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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c324 struct ldi_handle **lhpp = NULL; local
329 for (lhpp = &(ldi_handle_hash[index]);
330 (*lhpp != NULL);
331 lhpp = &((*lhpp)->lh_next)) {
332 if (((*lhpp)->lh_ident == ident) &&
333 ((*lhpp)->lh_vp == vp))
337 ASSERT(lhpp != NULL);
338 return (lhpp);
344 struct ldi_handle **lhpp, *retlh local
357 struct ldi_handle *lhp, **lhpp, *retlhp; local
426 struct ldi_handle **lhpp; local
[all...]

Completed in 48 milliseconds