Searched refs:rh_doorfd_old (Results 1 – 2 of 2) sorted by relevance
71 int rh_doorfd_old; /* fd to close once rh_fd_users == 0 */ member
543 h->rh_doorfd_old = h->rh_doorfd; in handle_do_close()546 assert(h->rh_doorfd_old == -1); in handle_do_close()783 ret->rh_doorfd_old = -1; in scf_handle_create()1192 assert(handle->rh_doorfd == -1 && handle->rh_doorfd_old == -1); in scf_handle_bind()3424 if (h->rh_doorfd_old != -1) { in _scf_notify_wait()3426 assert(fd == h->rh_doorfd_old); in _scf_notify_wait()3427 (void) close(h->rh_doorfd_old); in _scf_notify_wait()3428 h->rh_doorfd_old = -1; in _scf_notify_wait()