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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c43 static void safe_zalloc(void **, int, int);
223 safe_zalloc((void **) &cpu_stat_list, ncpus * sizeof (kstat_t *), 1);
297 safe_zalloc(void **ptr, int size, int free_first) function
H A Dkr_iostat.c181 static void safe_zalloc(void **, int, int);
493 safe_zalloc((void **) &cpulist, tmp_ncpus * sizeof (cpuinfo_t), 1);
494 safe_zalloc((void **)&cpu_stat_list, tmp_ncpus * sizeof (kstat_t *), 1);
495 safe_zalloc((void *)&cpu_stat_data, tmp_ncpus * sizeof (cpu_stat_t), 1);
580 safe_zalloc(void **ptr, int size, int free_first) function
668 safe_zalloc((void **)&disk->next,

Completed in 36 milliseconds