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

/osnet-11/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) {
1338 pv->tp_refs++;
1344 pv->tp_refs--;
1346 assert(pv->tp_refs >= 0);
1348 if (pv->tp_refs == 0)

Completed in 61 milliseconds