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

/macosx-10.9.5/system_cmds-597.90.1/sar.tproj/
H A Dsar.c135 struct netstats *netstat_readbuf = NULL; variable in typeref:struct:netstats
1948 if((netstat_readbuf == NULL) || (netstat_readbuf_size < datasize))
1950 if (netstat_readbuf)
1951 free (netstat_readbuf);
1953 if ((netstat_readbuf = (struct netstats *)malloc(datasize)) == NULL)
1961 bzero(netstat_readbuf, netstat_readbuf_size);
1962 databuf = netstat_readbuf;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sar.tproj/
H A Dsar.c135 struct netstats *netstat_readbuf = NULL; variable in typeref:struct:netstats
1948 if((netstat_readbuf == NULL) || (netstat_readbuf_size < datasize))
1950 if (netstat_readbuf)
1951 free (netstat_readbuf);
1953 if ((netstat_readbuf = (struct netstats *)malloc(datasize)) == NULL)
1961 bzero(netstat_readbuf, netstat_readbuf_size);
1962 databuf = netstat_readbuf;

Completed in 69 milliseconds