Home
last modified time | relevance | path

Searched refs:GKRELLM_CHARTCONFIG_KEYWORD (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dgkrellm.h543 #define GKRELLM_CHARTCONFIG_KEYWORD "chart_config" macro
H A Dproc.c734 else if (!strcmp(config, GKRELLM_CHARTCONFIG_KEYWORD)) in load_proc_config()
H A Dchart.c2710 fprintf(f, "%s %s %s ", mon_keyword, GKRELLM_CHARTCONFIG_KEYWORD,name);
2712 fprintf(f, "%s %s ", mon_keyword, GKRELLM_CHARTCONFIG_KEYWORD);
H A Dcpu.c1066 else if (!strcmp(config, GKRELLM_CHARTCONFIG_KEYWORD)) in load_cpu_config()
H A Ddisk.c1036 if (!strcmp(config, GKRELLM_CHARTCONFIG_KEYWORD)) in load_disk_config()
H A Dmem.c1063 else if (!strcmp(config, GKRELLM_CHARTCONFIG_KEYWORD)) in load_meminfo_config()
H A Dinet.c1192 if (!strcmp(config, GKRELLM_CHARTCONFIG_KEYWORD)) in load_inet_config()
H A Dnet.c2605 if (!strcmp(config, GKRELLM_CHARTCONFIG_KEYWORD)) in load_net_config()