Searched refs:hist_db (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Drtacct.c77 struct rtacct_data *hist_db; variable in typeref:struct:rtacct_data
201 if (hist_db) {
202 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4);
259 if (rval[k] < hist_db->val[realm*4+k])
262 rval[k] -= hist_db->val[realm*4+k];
268 if (hist_db) {
269 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4);
565 if (stb.st_size != sizeof(*hist_db))
566 write(fd, kern_db, sizeof(*hist_db));
568 hist_db
[all...]
H A Difstat.c64 struct ifstat_ent *hist_db; variable in typeref:struct:ifstat_ent
214 h = hist_db;
379 h = hist_db;
394 h = hist_db;
727 hist_db = kern_db;
738 if (hist_db && source_mismatch) {
740 hist_db = NULL;
746 if (hist_db && info_source[0] && strcmp(info_source, "kernel")) {
748 hist_db = NULL;
757 if (ignore_history || hist_db
[all...]
H A Dnstat.c83 struct nstat_ent *hist_db; variable in typeref:struct:nstat_ent
261 h = hist_db;
286 h = hist_db;
577 hist_db = kern_db;
588 if (hist_db && source_mismatch) {
590 hist_db = NULL;
596 if (hist_db && info_source[0] && strcmp(info_source, "kernel")) {
598 hist_db = NULL;
609 if (ignore_history || hist_db == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2044 my ($dotdir, $HISTORY, %hist_db, $href, $binary_time, $date) ;
2049 tie %hist_db, 'DB_File', $HISTORY
2053 while ( ($href, $binary_time) = each %hist_db ) {
2065 if ( $binary_time = $hist_db{"http://mox.perl.com/\x00"} ) {
2073 untie %hist_db ;

Completed in 66 milliseconds