Searched defs:fdsp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprfile.c169 fds_t *fdsp; local
172 for (fdsp = fds_tbl[hash]; fdsp; fdsp = fdsp->fds_next)
173 if (fdsp->fds_pid == pid) /* searching for pid */
174 return (fdsp);
176 fdsp = Zalloc(sizeof (fds_t)); /* adding new if pid was not found */
177 fdsp->fds_pid = pid;
178 fdsp
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c980 void **fdsp, int *fdlenp)
987 *fdsp = NULL;
993 *fdsp = control;
1023 *fdsp = fds;
979 so_getfdopt(void *control, t_uscalar_t controllen, int oldflg, void **fdsp, int *fdlenp) argument

Completed in 71 milliseconds