Home
last modified time | relevance | path

Searched refs:lhpp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c330 (*lhpp != NULL); in handle_find_ref_nolock()
331 lhpp = &((*lhpp)->lh_next)) { in handle_find_ref_nolock()
337 ASSERT(lhpp != NULL); in handle_find_ref_nolock()
338 return (lhpp); in handle_find_ref_nolock()
349 retlhp = *lhpp; in handle_find()
370 if (*lhpp != NULL) { in handle_alloc()
372 (*lhpp)->lh_ref++; in handle_alloc()
373 retlhp = *lhpp; in handle_alloc()
426 struct ldi_handle **lhpp; in handle_release() local
449 ASSERT((lhpp != NULL) && (*lhpp != NULL)); in handle_release()
[all …]