Home
last modified time | relevance | path

Searched refs:nlen_alloc (Results 1 – 20 of 20) sorted by relevance

/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/zabbix_agent/
H A Dcpustat.c327 size_t nlen, nlen_alloc; in update_cpustats() local
471 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
478 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
480 nlen = nlen_alloc; in update_cpustats()
481 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/zabbix_agent/
H A Dcpustat.c327 size_t nlen, nlen_alloc; in update_cpustats() local
471 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
478 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
480 nlen = nlen_alloc; in update_cpustats()
481 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/zabbix_agent/
H A Dcpustat.c327 size_t nlen, nlen_alloc; in update_cpustats() local
471 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
478 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
480 nlen = nlen_alloc; in update_cpustats()
481 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/zabbix_agent/
H A Dcpustat.c327 size_t nlen, nlen_alloc; in update_cpustats() local
471 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
478 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
480 nlen = nlen_alloc; in update_cpustats()
481 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/zabbix_agent/
H A Dcpustat.c327 size_t nlen, nlen_alloc; in update_cpustats() local
471 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
478 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
480 nlen = nlen_alloc; in update_cpustats()
481 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c394 size_t nlen, nlen_alloc; in update_cpustats() local
538 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
545 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
547 nlen = nlen_alloc; in update_cpustats()
548 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c394 size_t nlen, nlen_alloc; in update_cpustats() local
538 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
545 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
547 nlen = nlen_alloc; in update_cpustats()
548 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c394 size_t nlen, nlen_alloc; in update_cpustats() local
538 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
545 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
547 nlen = nlen_alloc; in update_cpustats()
548 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c394 size_t nlen, nlen_alloc; in update_cpustats() local
538 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
545 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
547 nlen = nlen_alloc; in update_cpustats()
548 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/zabbix_agent/
H A Dcpustat.c394 size_t nlen, nlen_alloc; in update_cpustats() local
538 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
545 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
547 nlen = nlen_alloc; in update_cpustats()
548 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/zabbix_agent/
H A Dcpustat.c391 size_t nlen, nlen_alloc; in update_cpustats() local
535 if (-1 == sysctlbyname("kern.cp_times", NULL, &nlen_alloc, NULL, 0)) in update_cpustats()
542 cp_times = zbx_malloc(cp_times, nlen_alloc); in update_cpustats()
544 nlen = nlen_alloc; in update_cpustats()
545 if (0 == sysctlbyname("kern.cp_times", cp_times, &nlen, NULL, 0) && nlen == nlen_alloc) in update_cpustats()