Searched refs:fd_fd (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fdio.c53 int fd_fd; /* File descriptor */ member in struct:fd_data
62 return (read(fdp->fd_fd, buf, nbytes));
73 return (write(fdp->fd_fd, buf, nbytes));
84 return (lseek64(fdp->fd_fd, offset, whence));
98 return (fdp->fd_fd);
100 return (ioctl(fdp->fd_fd, req, arg));
108 (void) close(fdp->fd_fd);
188 if ((off = lseek64(fdp->fd_fd, 0, SEEK_CUR)) == -1)
196 if (pread64(fdp->fd_fd, blk, DEV_BSIZE, devoff) != DEV_BSIZE)
208 (void) lseek64(fdp->fd_fd, of
[all...]
/opensolaris-onvv-gate/usr/src/cmd/prstat/
H A Dprfile.c70 if (fdp->fd_fd >= 0 && fdp->fd_name[0] != '\0') {
71 (void) close(fdp->fd_fd);
76 fdp->fd_fd = -1;
103 if (fdp->fd_fd == -1)
107 (void) close(fdp->fd_fd);
110 fdp->fd_fd = -1;
128 if ((strcmp(fdp->fd_name, name) == 0) && (fdp->fd_fd >= 0)) {
144 fdp_new->fd_fd = fd;
156 return (fdp->fd_fd);
H A Dprfile.h42 int fd_fd; member in struct:fd
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdfile.c71 if (fdp->fd_fd >= 0 && fdp->fd_name[0] != '\0') {
72 (void) close(fdp->fd_fd);
77 fdp->fd_fd = -1;
121 if (fdp->fd_fd == -1)
125 (void) close(fdp->fd_fd);
128 fdp->fd_fd = -1;
146 if ((strcmp(fdp->fd_name, name) == 0) && (fdp->fd_fd >= 0)) {
162 fdp_new->fd_fd = fd;
174 return (fdp->fd_fd);
H A Drdfile.h42 int fd_fd; member in struct:fd

Completed in 107 milliseconds