Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c57 struct labhash *lh_next; member
881 for (lh = *lhp; lh != NULL; lh = lh->lh_next) in enterlabel()
886 lh->lh_next = *lhp; in enterlabel()
906 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) { in findlabel()
927 next = lh->lh_next; in uselabel()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h99 struct ldi_handle *lh_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c137 wsp->walk_addr = (uintptr_t)lhwp->buf.lh_next; in ldi_handle_walk_step()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c331 lhpp = &((*lhpp)->lh_next)) { in handle_find_ref_nolock()
409 lhp->lh_next = ldi_handle_hash[index]; in handle_alloc()
450 *lhpp = lhp->lh_next; in handle_release()
1188 lhp = lhp->lh_next; in ldi_usage_walker()