Searched refs:lpc_xmap_fd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c1003 ASSERT(lpc->lpc_xmap_fd != -1);
1004 lpc->lpc_xmap_fd = -1;
1021 if (lpc->lpc_xmap_fd == -1) {
1026 if ((lpc->lpc_xmap_fd = rfd_open(pathbuf, 1, RFD_XMAP,
1033 if (fstat(lpc->lpc_xmap_fd, &st) != 0) {
1035 (void) rfd_close(lpc->lpc_xmap_fd);
1036 lpc->lpc_xmap_fd = -1;
1042 (void) rfd_close(lpc->lpc_xmap_fd);
1043 lpc->lpc_xmap_fd = -1;
1050 (void) rfd_close(lpc->lpc_xmap_fd);
[all...]
H A Drcapd_main.c213 lproc->lpc_xmap_fd = -1;
849 if (lpc->lpc_xmap_fd >= 0) {
850 if (rfd_close(lpc->lpc_xmap_fd) != 0)
851 debug("could not close %d lpc_xmap_fd %d",
852 (int)lpc->lpc_pid, lpc->lpc_xmap_fd);
853 lpc->lpc_xmap_fd = -1;
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h110 int lpc_xmap_fd; /* cached xmap fd */ member in struct:lprocess

Completed in 67 milliseconds