Searched refs:pstable_lines (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.h73 extern int pstable_lines;
H A DsunProcesses.c97 int pstable_lines = 0; /* # of items in memory block pointed */ variable
156 printf("%d entries\n", pstable_lines);
159 for (psp = pstable, lines = 0; lines < pstable_lines; psp++, lines++) {
187 pstable_lines, sizeof (ps_data_t),
214 pstable_lines = 0;
291 pstable_lines++;
300 if ((pstable = (ps_data_t *)malloc(pstable_lines
310 qsort(pstable, pstable_lines, sizeof (ps_data_t), (int (*)())pscomp);
770 if (ps_ptr > &(pstable[pstable_lines - 1])) {

Completed in 43 milliseconds