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

/opensolaris-onvv-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.c1003 assert(pv->tp_refs == 1);
1030 if (pv->tp_refs > 1) {
1341 pv->tp_refs++;
1347 pv->tp_refs--;
1349 assert(pv->tp_refs >= 0);
1351 if (pv->tp_refs == 0)

Completed in 94 milliseconds