Home
last modified time | relevance | path

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

/titanic_41/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.c525 h->rh_doorfd_old = h->rh_doorfd; in handle_do_close()
528 assert(h->rh_doorfd_old == -1); in handle_do_close()
765 ret->rh_doorfd_old = -1; in scf_handle_create()
1159 assert(handle->rh_doorfd == -1 && handle->rh_doorfd_old == -1); in scf_handle_bind()
3364 if (h->rh_doorfd_old != -1) { in _scf_notify_wait()
3366 assert(fd == h->rh_doorfd_old); in _scf_notify_wait()
3367 (void) close(h->rh_doorfd_old); in _scf_notify_wait()
3368 h->rh_doorfd_old = -1; in _scf_notify_wait()