Home
last modified time | relevance | path

Searched refs:fds_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/prstat/
H A Dprfile.c48 static fds_t *fds_tbl[FDS_TABLE_SIZE];
56 (void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE); in fd_init()
166 fds_t *
169 fds_t *fdsp; in fds_get()
176 fdsp = Zalloc(sizeof (fds_t)); /* adding new if pid was not found */ in fds_get()
186 fds_t *fds; in fds_rm()
187 fds_t *fds_prev = NULL; in fds_rm()
H A Dprfile.h54 } fds_t; typedef
63 extern fds_t *fds_get(pid_t);
H A Dprstat.c906 fds_t *fds; in prstat_scandir()