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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.h121 char *hmAvgWaitTransactions; member in struct:HmDiskEntry
H A DhealthMonitor.c1616 snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *) data->hmAvgWaitTransactions, strlen(data->hmAvgWaitTransactions));
1871 ptr->hmAvgWaitTransactions = (char *) malloc(DISK_DATA_LEN);
1884 sprintf(ptr->hmAvgWaitTransactions, "%3.1f\0", w_pct);
1995 sprintf(headPtr->hmAvgWaitTransactions, "%3.1f\0", w_pct);
2020 ptr->hmAvgWaitTransactions = (char *) malloc(DISK_DATA_LEN);
2033 sprintf(ptr->hmAvgWaitTransactions, "%3.1f\0", w_pct);
3290 long wait = atol(headPtr->hmAvgWaitTransactions);

Completed in 55 milliseconds