Home
last modified time | relevance | path

Searched refs:Host_Info (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/xsysstats/xsysstats1.51/
H A Dxsysstats.h136 struct Host_Info { struct
144 extern struct Host_Info *hosts; argument
H A Dporting.c30 int open_host(struct Host_Info *host);
33 rstat_local(struct Host_Info *host, struct statstime *statval) in rstat_local()
69 int rstat_local(struct Host_Info *host, struct statstime *statval) in rstat_local()
80 int open_host(struct Host_Info *host) in open_host()
H A Dxsysstats.c109 struct Host_Info *hosts;
1049 hosts = (struct Host_Info*) malloc(sizeof(struct Host_Info)); in set_graph_host()
1063 hosts =(struct Host_Info *)realloc(hosts, (num_hosts+1) * sizeof(struct Host_Info)); in set_graph_host()
1381 hosts = (struct Host_Info *)malloc(sizeof(struct Host_Info));
1383 hosts=(struct Host_Info *)realloc(hosts, (1+num_hosts) * sizeof(struct Host_Info));