Searched refs:fd_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/prstat/ |
H A D | prfile.h | 45 } fd_t; typedef 49 fd_t *fds_psinfo; 50 fd_t *fds_usage; 51 fd_t *fds_lpsinfo; 52 fd_t *fds_lusage; 58 extern fd_t *fd_open(char *, int, fd_t *); 59 extern int fd_getfd(fd_t *); 60 extern void fd_close(fd_t *);
|
H A D | prfile.c | 43 static fd_t *fd_tbl = NULL; 55 fd_tbl = Zalloc(sizeof (fd_t) * n); in fd_init() 67 fd_close(fd_t *fdp) in fd_close() 75 (void) memset(fdp, 0, sizeof (fd_t)); in fd_close() 83 fd_t *fdp = fd_tbl; in fd_closeall() 95 fd_t *fdp = fd_tbl; in fd_recycle() 118 fd_t * 119 fd_open(char *name, int flags, fd_t *fdp) in fd_open() 121 fd_t *fdp_new; in fd_open() 154 fd_getfd(fd_t *fdp) in fd_getfd()
|
H A D | prstat.c | 849 read_procfile(fd_t **fd, char *pidstr, char *file, void *buf, size_t bufsize) in read_procfile()
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | adt.h | 124 typedef int fd_t; /* file descriptor */ typedef
|
H A D | adt_xlate.h | 147 fd_t tfd;
|