Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_rfd.c84 return (rfd_close(rfd->rfd_fd)); in rfd_revoke_fd()
175 rfd->rfd_fd = fd; in rfd_open()
208 if (rfd->rfd_fd == fd) { in rfd_close()
264 (void) rfd_close(otail->rfd_fd); in rfd_reserve()
H A Drcapd_rfd.h52 int rfd_fd; /* cached descriptor */ member