Searched refs:tp_refs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h62 int tp_refs; /* ref count for this prop val */ member in struct:topo_propval
H A Dtopo_prop.c1000 assert(pv->tp_refs == 1);
1027 if (pv->tp_refs > 1) {
1336 pv->tp_refs++;
1342 pv->tp_refs--;
1344 assert(pv->tp_refs >= 0);
1346 if (pv->tp_refs == 0)

Completed in 47 milliseconds