Searched refs:rfd_close (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_rfd.h66 int rfd_close(int);
H A Drcapd_rfd.c86 return (rfd_close(rfd->rfd_fd));
148 * which will be done when the caller explicitly does so with rfd_close(), or
198 rfd_close(int fd) function
266 (void) rfd_close(otail->rfd_fd);
H A Drcapd_main.c310 * with rfd_close().
348 if (rfd_close(fd) != 0)
358 if (rfd_close(fd) != 0)
838 if (rfd_close(lpc->lpc_psinfo_fd) != 0)
844 if (rfd_close(lpc->lpc_pgdata_fd) != 0)
850 if (rfd_close(lpc->lpc_xmap_fd) != 0)
H A Drcapd_scanner.c714 if (rfd_close(lpc->lpc_pgdata_fd) != 0)
1035 (void) rfd_close(lpc->lpc_xmap_fd);
1042 (void) rfd_close(lpc->lpc_xmap_fd);
1050 (void) rfd_close(lpc->lpc_xmap_fd);

Completed in 57 milliseconds