Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h71 int rh_doorfd_old; /* fd to close once rh_fd_users == 0 */ member
H A Dlowlevel.c541 h->rh_doorfd_old = h->rh_doorfd; in handle_do_close()
544 assert(h->rh_doorfd_old == -1); in handle_do_close()
781 ret->rh_doorfd_old = -1; in scf_handle_create()
1183 assert(handle->rh_doorfd == -1 && handle->rh_doorfd_old == -1); in scf_handle_bind()
3415 if (h->rh_doorfd_old != -1) { in _scf_notify_wait()
3417 assert(fd == h->rh_doorfd_old); in _scf_notify_wait()
3418 (void) close(h->rh_doorfd_old); in _scf_notify_wait()
3419 h->rh_doorfd_old = -1; in _scf_notify_wait()