Searched refs:cptr (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.h39 void read_load_thresholds(const char *token, char *cptr);
H A Dme4LoadGroup.c334 read_load_thresholds(const char *token, char *cptr) argument
338 threshold_loadavg1 = atof(cptr);
340 threshold_loadavg5 = atof(cptr);
342 threshold_loadavg15 = atof(cptr);
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.h33 void demo5_load_tokens(const char *token, char *cptr);
H A Ddemo_module_5.c568 demo5_load_tokens(const char *token, char *cptr) argument
572 strcpy(file1, cptr);
574 strcpy(file2, cptr);
576 strcpy(file3, cptr);
578 strcpy(file4, cptr);
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2193 read_health_monitor_thresholds(const char *token, char *cptr) argument
2197 hm_refresh_interval = atoi(cptr);
2199 threshold_swapavail_info = atoi(cptr);
2201 threshold_swapavail_warning = atoi(cptr);
2203 threshold_swapavail_error = atoi(cptr);
2205 threshold_mutex_info = atol(cptr);
2207 threshold_mutex_warning = atol(cptr);
2209 threshold_mincalls = atof(cptr);
2211 threshold_badxids = atof(cptr);
2213 threshold_timeouts = atof(cptr);
[all...]
H A DhealthMonitor.h76 void read_health_monitor_thresholds(const char *token, char *cptr);

Completed in 23 milliseconds