Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprfile.c46 static fds_t *fds_tbl[FDS_TABLE_SIZE];
54 (void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE); in fd_init()
164 fds_t *
167 fds_t *fdsp; in fds_get()
174 fdsp = Zalloc(sizeof (fds_t)); /* adding new if pid was not found */ in fds_get()
184 fds_t *fds; in fds_rm()
185 fds_t *fds_prev = NULL; in fds_rm()
H A Dprfile.h52 } fds_t; typedef
61 extern fds_t *fds_get(pid_t);
H A Dprstat.c929 fds_t *fds; in prstat_scandir()