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

/illumos-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.c855 if ((*fd = fd_open(procfile, O_RDONLY, *fd)) == NULL)
/illumos-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)));
/illumos-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 89 milliseconds