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

/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h67 int rh_doorfd; member in struct:scf_handle
76 uint32_t rh_fd_users; /* non-locked users of rh_doorfd */
H A Dlowlevel.c616 assert(h->rh_doorfd != -1);
623 h->rh_doorfd_old = h->rh_doorfd;
624 h->rh_doorfd = -1;
627 (void) close(h->rh_doorfd);
628 h->rh_doorfd = -1;
641 if (h->rh_doorfd == -1)
658 return (handle_is_bound(h) && door_info(h->rh_doorfd, &i) != -1 &&
702 while ((r = door_call(h->rh_doorfd, &arg)) < 0) {
862 ret->rh_doorfd = -1;
1213 assert(handle->rh_doorfd
[all...]

Completed in 38 milliseconds