Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c803 if (--(ghp->gh_refcnt) == 0) { in free_hdl()
905 ghp->gh_refcnt = 1; in remove_lmc()
972 ghp->gh_refcnt = 1; in remove_lmc()
1500 } else if ((ghp->gh_refcnt == 0) && in remove_hdl()
H A Ddlfcns.c267 ghp->gh_refcnt = 1; in hdl_create()
318 if ((ghp->gh_refcnt++ == 0) && in hdl_create()
348 ghp->gh_refcnt--; in hdl_create()
357 ghp->gh_refcnt = 1; in hdl_create()
448 if ((lghp == ghp) && (ghp->gh_refcnt != 0)) in hdl_validate()
484 if (--(ghp->gh_refcnt)) in dlclose_core()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h534 uint_t gh_refcnt; /* handle reference count */ member
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1093 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE4), gh.gh_refcnt); in dcmd_GrpHdl()
1103 mdb_printf(MSG_ORIG(MSG_GRPHDL_LINE5), gh.gh_refcnt, addr, in dcmd_GrpHdl()