Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h86 long rh_intrefs; /* handle-internal subhandle count */ member
H A Dlowlevel.c783 ret->rh_intrefs = ret->rh_extrefs; in scf_handle_create()
1320 assert(handle->rh_intrefs >= 0); in handle_unrefed()
1321 handle->rh_extrefs = handle->rh_intrefs; in handle_unrefed()
1322 handle->rh_intrefs = 0; in handle_unrefed()
1370 assert(handle->rh_intrefs == 0); in handle_unrefed()