Home
last modified time | relevance | path

Searched refs:ds_types (Results 1 – 9 of 9) sorted by relevance

/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Ddsstats.php459 global $config, $ds_types, $ds_last, $ds_steps, $ds_multi;
487 $ds_types = array_rekey(
539 if (!isset($ds_types[$result['rrd_name']]['data_source_type_id'])) {
550 $polling_interval = $ds_types[$result['rrd_name']]['rrd_step'];
551 $ds_type = $ds_types[$result['rrd_name']]['data_source_type_id'];
648 …cacti_log("WARNING: Unknown RRDtool Data Type '" . $ds_types[$result['rrd_name']]['data_source_typ…
H A Ddsdebug.php102 global $config, $ds_types, $ds_last, $ds_steps, $ds_multi;
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dceph.c118 uint32_t *ds_types; member
395 sfree(d->ds_types); in ceph_daemon_free()
570 d->ds_types = realloc(d->ds_types, sizeof(uint32_t) * (d->ds_num + 1)); in ceph_daemon_add_ds_entry()
571 if (!d->ds_types) { in ceph_daemon_add_ds_entry()
583 d->ds_types[d->ds_num] = type; in ceph_daemon_add_ds_entry()
857 return d->ds_types[i]; in backup_search_for_type()
894 type = vtmp->d->ds_types[index]; in node_handler_fetch_data()
898 type = vtmp->d->ds_types[index - 1]; in node_handler_fetch_data()
H A Dcollectd-perl.pod572 =item B<:ds_types>
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd_combined.c110 const struct dstype **dstp = ds_types, *dst; in ds_combined_newset()
111 dstp = ds_types; in ds_combined_newset()
H A Drbldnsd.h178 extern const struct dstype *ds_types[];
H A Drbldnsd.c119 const struct dstype *ds_types[] = { variable
193 for(dstp = ds_types; *dstp; ++dstp) in usage()
H A Drbldnsd_zones.c38 dstp = ds_types; in newdataset()
/dports/dns/rbldnsd/rbldnsd-0.998/debian/
H A Dchangelog667 dataset_types[] => ds_types[]