Searched refs:eFlags (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/HostServices/GuestProperties/ |
H A D | service.cpp | 254 * @param eFlags the flags on the property in question 257 int checkPermission(ePropFlags eFlags, bool isGuest) argument 259 if (eFlags & (isGuest ? RDONLYGUEST : RDONLYHOST)) 1411 uint32_t eFlags; local 1412 rc = paParms[0].getUInt32(&eFlags); 1414 meGlobalFlags = (ePropFlags)eFlags;
|
/vbox/include/VBox/vmm/ |
H A D | patm.h | 105 uint32_t eFlags; member in struct:PATMGCSTATE::__anon357
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PATMR3Dbg.cpp | 293 ADD_MEMBER(hDbgMod, PATMGCSTATE, Restore.eFlags, "Restore.eFlags");
|
H A D | PATMPatch.cpp | 215 dest = pVM->patm.s.pGCStateGC + RT_OFFSETOF(PATMGCSTATE, Restore.eFlags);
|
H A D | PATMSSM.cpp | 368 SSMFIELD_ENTRY( PATMGCSTATE, Restore.eFlags),
|
/vbox/src/VBox/HostServices/GuestProperties/testcase/ |
H A D | tstGuestPropSvc.cpp | 815 * @param eFlags the flags to set 817 static int doSetGlobalFlags(VBOXHGCMSVCFNTABLE *pTable, ePropFlags eFlags) argument 820 paParm.setUInt32(eFlags); 825 if (RT_FAILURE(writeFlags(eFlags, szFlags)))
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 5697 * @param eFlags the flags to set 5700 guestProp::ePropFlags eFlags) 5703 paParm.setUInt32(eFlags); 5710 if (RT_FAILURE(writeFlags(eFlags, szFlags))) 5699 configSetGlobalPropertyFlags(VMMDev * const pVMMDev, guestProp::ePropFlags eFlags) argument
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 1261 GEN_CHECK_OFF_DOT(PATMGCSTATE, Restore.eFlags);
|
Completed in 265 milliseconds