Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprfile.h56 extern fd_t *fd_open(char *, int, fd_t *);
H A Dprfile.c117 fd_open(char *name, int flags, fd_t *fdp) in fd_open() function
H A Dprstat.c856 if ((*fd = fd_open(procfile, O_RDONLY, *fd)) == NULL) in read_procfile()
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c78 static int fd_open(dev_t *, int, int, cred_t *);
90 fd_open, /* open */
654 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) in fd_open() function
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c163 static int fd_open(dev_t *, int, int, cred_t *);
501 fd_open, /* open */
1475 fd_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) in fd_open() function