Searched refs:fds_t (Results 1 – 3 of 3) sorted by relevance
46 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()
52 } fds_t; typedef61 extern fds_t *fds_get(pid_t);
929 fds_t *fds; in prstat_scandir()