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

/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h68 int rh_doorfd_old; /* fd to close once rh_fd_users == 0 */
76 uint32_t rh_fd_users; /* non-locked users of rh_doorfd */ member in struct:scf_handle
H A Dlowlevel.c622 if (h->rh_fd_users > 0) {
1198 while (handle->rh_fd_users > 0) {
1361 handle->rh_fd_users > 0 ||
3993 ++h->rh_fd_users;
3994 assert(h->rh_fd_users > 0);
4004 assert(h->rh_fd_users > 0);
4005 if (--h->rh_fd_users == 0) {

Completed in 37 milliseconds