Searched refs:fd_open (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/prstat/
H A Dprfile.h58 extern fd_t *fd_open(char *, int, fd_t *);
H A Dprfile.c119 fd_open(char *name, int flags, fd_t *fdp) function
H A Dprstat.c836 if ((*fd = fd_open(procfile, O_RDONLY, *fd)) == NULL)
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/tools/rds/
H A Drdfile.h58 extern fd_t *fd_open(char *, int, fd_t *);
H A Drdfile.c137 fd_open(char *name, int flags, fd_t *fdp) function
H A Drdimpl.c467 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,
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dfd.c75 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)));
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dfd.c161 static int fd_open(dev_t *, int, int, cred_t *);
499 fd_open, /* open */
1472 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) function

Completed in 200 milliseconds