Searched refs:STAMTYPE_BOOL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp261 { RT_UOFFSETOF(GMMSTATS, VMStats.fBallooningEnabled), STAMTYPE_BOOL, STAMUNIT_NONE, "/GMM/VM/fBallooningEnabled", "Whether ballooning is enabled or not." },
262 { RT_UOFFSETOF(GMMSTATS, VMStats.fSharedPagingEnabled), STAMTYPE_BOOL, STAMUNIT_NONE, "/GMM/VM/fSharedPagingEnabled", "Whether shared paging is enabled or not." },
263 { RT_UOFFSETOF(GMMSTATS, VMStats.fMayAllocate), STAMTYPE_BOOL, STAMUNIT_NONE, "/GMM/VM/fMayAllocate", "Whether the VM is allowed to allocate memory or not." },
1386 case STAMTYPE_BOOL:
1770 case STAMTYPE_BOOL:
1936 case STAMTYPE_BOOL:
2313 case STAMTYPE_BOOL:
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp128 /** STAMTYPE_BOOL and STAMTYPE_BOOL_RESET. */
1102 case STAMTYPE_BOOL:
1276 case STAMTYPE_BOOL:
2213 case STAMTYPE_BOOL:
2328 case STAMTYPE_BOOL:
2492 case STAMTYPE_BOOL:
/vbox/include/VBox/vmm/
H A Dstam.h156 STAMTYPE_BOOL, enumerator in enum:STAMTYPE

Completed in 379 milliseconds