Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_impl.h70 int dp_refcnt; /* multiple nodes may point at a did_t */ member
H A Ddid.c422 dp->dp_refcnt++; in did_hold()
429 assert(dp->dp_refcnt > 0); in did_rele()
430 dp->dp_refcnt--; in did_rele()