/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | macgc.c | 54 FreeMemoryStats stats; local 56 memtotal(heapSize, &stats); // How much can we allcoate? 58 if (stats.maxBlockSize < heapSize) 59 heapSize = stats.maxBlockSize;
|
/vbox/src/VBox/Devices/PC/ipxe/src/usr/ |
H A D | ifmgmt.c | 68 * @v stats Network device statistics 71 static void ifstat_errors ( struct net_device_stats *stats, argument 75 for ( i = 0 ; i < ( sizeof ( stats->errors ) / 76 sizeof ( stats->errors[0] ) ) ; i++ ) { 77 if ( stats->errors[i].count ) 79 stats->errors[i].count, 80 strerror ( stats->errors[i].rc ) );
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | xtrapddmi.h | 69 xXTrapGetStatsReply *stats; /* Pointer to stat's, malloc'd if requested */ member in struct:__anon2985
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | many_cv.c | 73 PRBool stats = PR_FALSE; local 84 stats = PR_TRUE;
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/ |
H A D | plresolv.h | 99 PLResolveStats stats; member in struct:PLResoveInfo
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | vj.h | 140 struct vjstat stats; member in struct:vjcompress
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | vj.h | 141 struct vjstat stats; member in struct:vjcompress
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | netdevice.c | 134 * @v stats Network device statistics 137 static void netdev_record_stat ( struct net_device_stats *stats, int rc ) { argument 144 stats->good++; 149 stats->bad++; 152 least_common_error = &stats->errors[0]; 153 for ( i = 0 ; i < ( sizeof ( stats->errors ) / 154 sizeof ( stats->errors[0] ) ) ; i++ ) { 155 error = &stats->errors[i];
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_ani.c | 114 struct ath9k_mib_stats *stats) 116 stats->ackrcv_bad += REG_READ(ah, AR_ACK_FAIL); 117 stats->rts_bad += REG_READ(ah, AR_RTS_FAIL); 118 stats->fcs_bad += REG_READ(ah, AR_FCS_FAIL); 119 stats->rts_good += REG_READ(ah, AR_RTS_OK); 120 stats->beacons += REG_READ(ah, AR_BEACON_CNT); 477 ah->stats.ast_ani_reset++; 550 ah->stats.ast_ani_lneg++; 586 ah->stats.ast_ani_ofdmerrs += 591 ah->stats 113 ath9k_hw_update_mibstats(struct ath_hw *ah, struct ath9k_mib_stats *stats) argument [all...] |
H A D | hw.h | 693 struct ar5416Stats stats; member in struct:ath_hw
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/ |
H A D | plarena.c | 58 #define COUNT(pool,what) (pool)->stats.what++ 123 memset(&pool->stats, 0, sizeof pool->stats); 124 pool->stats.name = strdup(name); 125 pool->stats.next = arena_stats_list; 126 arena_stats_list = &pool->stats; 316 PLArenaStats *stats, **statsp; local 318 if (pool->stats.name) 319 PR_DELETE(pool->stats.name); 320 for (statsp = &arena_stats_list; (stats 405 PLArenaStats *stats; local [all...] |
H A D | plarena.h | 89 PLArenaStats stats; member in struct:PLArenaPool 168 #define PL_COUNT_ARENA(pool,op) ((pool)->stats.narenas op)
|
/vbox/src/VBox/Main/src-server/linux/ |
H A D | PerformanceLinux.cpp | 124 /* On failure, do NOT stop. Just skip the entry. Having the stats for 126 * to not updating many process stats and the host cpu stats. */ 156 /* Try to get single CPU stats. */ 203 Log (("No stats pre-collected for process %x\n", process)); 228 struct statvfs stats; local 230 if (statvfs(path, &stats) == -1) 235 uint64_t cbBlock = stats.f_frsize ? stats.f_frsize : stats [all...] |
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | pldhash.h | 245 } stats; member in struct:PLDHashTable 542 * shrink the table if it is underloaded. It does not update stats #ifdef
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ipmib.h | 202 MIBICMPINFO stats; member in struct:_MIB_ICMP
|
H A D | d3d9types.h | 1338 D3DRESOURCESTATS stats[D3DRTYPECOUNT]; member in struct:_D3DDEVINFO_D3DRESOURCEMANAGER
|
/vbox/src/VBox/Main/src-server/solaris/ |
H A D | PerformanceSolaris.cpp | 220 Log(("no cpu stats found!\n")); 527 struct statvfs64 stats; local 529 if (statvfs64(path, &stats) == -1) 534 uint64_t cbBlock = stats.f_frsize ? stats.f_frsize : stats.f_bsize; 535 *total = (ULONG)(getZfsTotal(cbBlock * stats.f_blocks, stats.f_basetype, path) / _1M); 536 LogFlowThisFunc(("f_blocks=%llu.\n", stats.f_blocks)); 537 *used = (ULONG)(cbBlock * (stats [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | eepro100.h | 147 struct ifec_stats stats; member in struct:ifec_private
|
H A D | vmxnet3.h | 393 struct vmxnet3_rx_stats stats; member in struct:vmxnet3_rx_queue
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/ |
H A D | igbvf_vf.h | 299 struct e1000_mbx_stats stats; member in struct:e1000_mbx_info
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | iprtrmib.h | 96 MIBICMPINFO stats; member in struct:_MIB_ICMP
|
H A D | d3d9types.h | 1334 D3DRESOURCESTATS stats[D3DRTYPECOUNT]; member in struct:_D3DDEVINFO_D3DRESOURCEMANAGER
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsTraceRefcntImpl.cpp | 248 static void Clear(nsTraceRefcntStats* stats) { argument 249 stats->mAddRefs = 0; 250 stats->mReleases = 0; 251 stats->mCreates = 0; 252 stats->mDestroys = 0; 253 stats->mRefsOutstandingTotal = 0; 254 stats->mRefsOutstandingSquared = 0; 255 stats->mObjsOutstandingTotal = 0; 256 stats->mObjsOutstandingSquared = 0; 347 static PRBool HaveLeaks(nsTraceRefcntStats* stats) { argument 362 nsTraceRefcntStats* stats = (type == nsTraceRefcntImpl::NEW_STATS) ? &mNewStats : &mAllStats; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 397 PTDebug stats; local 401 stats = pt_debug; /* a copy */ 402 PR_ExplodeTime(stats.timeStarted, PR_LocalTimeParameters, &tod); 405 LL_SUB(elapsed, PR_Now(), stats.timeStarted); 414 stats.locks_created, stats.locks_destroyed); 417 stats.locks_acquired, stats.locks_released); 420 stats.cvars_created, stats [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | wined3d.h | 2354 WINED3DRESOURCESTATS stats[7]; member in struct:_WINED3DDEVINFO_RESOURCEMANAGER
|