Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_topo.c55 if (--ftp->ft_refcount == 0) { in fmd_topo_rele_locked()
105 ftp->ft_refcount = 1; in fmd_topo_update()
118 ftp->ft_refcount++; in fmd_topo_hold()
128 ftp->ft_refcount++; in fmd_topo_addref()
H A Dfmd_topo.h42 uint32_t ft_refcount; member