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

/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c721 ps_data_t *ps_ptr; local
725 ps_ptr = pstable;
726 if (ps_ptr == NULL) {
730 *my_loop_context = ps_ptr;
731 *my_data_context = ps_ptr;
735 long_type = (long)ps_ptr[0].pid;
763 ps_data_t *ps_ptr; local
767 ps_ptr = (ps_data_t *) (*my_loop_context);
768 ps_ptr++;
770 if (ps_ptr >
[all...]

Completed in 112 milliseconds