HomeSort by relevance Sort by last modified time
    Searched defs:fd_fd (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prstat/
prfile.h 42 int fd_fd; member in struct:fd
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdfile.h 42 int fd_fd; member in struct:fd
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_fdio.c 53 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, off, SEEK_SET)
    [all...]

Completed in 120 milliseconds