Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h100 uint_t lh_ref; member
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c60 int lh_ref; member
889 lh->lh_ref = 0; in enterlabel()
908 lh->lh_ref = 1; in findlabel()
928 if (!lh->lh_ref) in uselabel()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c327 mdb_printf("%4u ", lh.lh_ref); in ldi_handle_print()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c372 (*lhpp)->lh_ref++; in handle_alloc()
387 lhp->lh_ref = 1; in handle_alloc()
440 ASSERT(lhp->lh_ref > 0); in handle_release()
441 if (--lhp->lh_ref > 0) { in handle_release()