HomeSort by relevance Sort by last modified time
    Searched refs:fd_open (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prstat/
prfile.h 58 extern fd_t *fd_open(char *, int, fd_t *);
prfile.c 119 fd_open(char *name, int flags, fd_t *fdp) function
prstat.c 836 if ((*fd = fd_open(procfile, O_RDONLY, *fd)) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdfile.h 58 extern fd_t *fd_open(char *, int, fd_t *);
rdfile.c 137 fd_open(char *name, int flags, fd_t *fdp) function
rdimpl.c 467 if ((fds->fds_psinfo = fd_open(pfile, O_RDONLY,
482 if ((fds->fds_lpsinfo = fd_open(pfile, O_RDONLY,
544 if ((fds->fds_lusage = fd_open(pfile, O_RDONLY,
579 if ((fds->fds_usage = fd_open(pfile, O_RDONLY,
  /onnv/onnv-gate/usr/src/uts/common/io/
fd.c 75 static int fd_open(dev_t *, int, int, cred_t *);
87 fd_open, /* open */
649 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) function
673 (CE_CONT, "fd_open: fd%d part %d flag %x otype %x\n", DRIVE(dev),
688 "fd_open: exclparts %lx openparts %lx lyrcnt %lx pbit %x\n",
702 (CE_NOTE, "fd_open fd%d: not ready", DRIVE(dev)));
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
fd.c 162 static int fd_open(dev_t *, int, int, cred_t *);
500 fd_open, /* open */
1473 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) function
    [all...]

Completed in 180 milliseconds