fds_t
fds_t *
fds_t *fdsp;
fdsp = Zalloc(sizeof (fds_t)); /* adding new if pid was not found */
fds_t *fds;
fds_t *fds_prev = NULL;
static fds_t *fds_tbl[FDS_TABLE_SIZE];
(void) memset(fds_tbl, 0, sizeof (fds_t *) * FDS_TABLE_SIZE);
extern fds_t *fds_get(pid_t);
fds_t *fds;