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

/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c96 ps_data_t *pstable = PS_NULL; variable
98 /* to by pstable. */
159 for (psp = pstable, lines = 0; lines < pstable_lines; psp++, lines++) {
186 psp = (ps_data_t *)bsearch((char *)&key, (char *)pstable,
208 if (pstable != PS_NULL) { /* Don't run ps unless we need to */
211 free(pstable);
300 if ((pstable = (ps_data_t *)malloc(pstable_lines
305 for (pstp = pstable, psp = ps_head; psp != PS_LNULL;
310 qsort(pstable, pstable_lines, sizeof (ps_data_t), (int (*)())pscomp);
725 ps_ptr = pstable;
[all...]

Completed in 35 milliseconds