Searched refs:fFixed (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/kStuff/iprt/
H A DkHlpPage-iprt.cpp46 KHLP_DECL(int) kHlpPageAlloc(void **ppv, KSIZE cb, KPROT enmProt, KBOOL fFixed) argument
48 AssertReturn(fFixed, KERR_NOT_IMPLEMENTED);
H A DkRdrFile-iprt.cpp85 static int krdrRTFileMap(PKRDR pRdr, void **ppvBase, KU32 cSegments, PCKLDRSEG paSegments, KBOOL fFixed);
86 static int krdrRTFileGenericMap(PKRDR pRdr, PKRDRFILEPREP pPrep, KU32 cSegments, PCKLDRSEG paSegments, KBOOL fFixed);
337 static int krdrRTFileMap(PKRDR pRdr, void **ppvBase, KU32 cSegments, PCKLDRSEG paSegments, KBOOL fFixed) argument
370 pPrep->pv = fFixed ? *ppvBase : NULL;
371 rc = krdrRTFileGenericMap(pRdr, pPrep, cSegments, paSegments, fFixed);
383 static int krdrRTFileGenericMap(PKRDR pRdr, PKRDRFILEPREP pPrep, KU32 cSegments, PCKLDRSEG paSegments, KBOOL fFixed) argument
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h101 bool fFixed; member in struct:VMMDEVFACILITYSTATUSENTRY
H A DVMMDev.cpp621 * @param fFixed This is set when allocating the standard entries
626 vmmdevAllocFacilityStatusEntry(PVMMDEV pThis, uint32_t uFacility, bool fFixed, PCRTTIMESPEC pTimeSpecNow) argument
635 && !pThis->aFacilityStatuses[i].fFixed)
668 pThis->aFacilityStatuses[i].fFixed = fFixed;
700 return vmmdevAllocFacilityStatusEntry(pThis, uFacility, false /*fFixed*/, NULL);
3570 || !pThis->aFacilityStatuses[i].fFixed)
3818 vmmdevAllocFacilityStatusEntry(pThis, VBoxGuestFacilityType_VBoxGuestDriver, true /*fFixed*/, &TimeStampNow);
3819 vmmdevAllocFacilityStatusEntry(pThis, VBoxGuestFacilityType_VBoxService, true /*fFixed*/, &TimeStampNow);
3820 vmmdevAllocFacilityStatusEntry(pThis, VBoxGuestFacilityType_VBoxTrayClient, true /*fFixed*/,
[all...]
/vbox/src/VBox/Runtime/common/ldr/
H A DldrkStuff.cpp319 static int rtkldrRdr_Map( PKRDR pRdr, void **ppvBase, KU32 cSegments, PCKLDRSEG paSegments, KBOOL fFixed) argument
322 NOREF(pRdr); NOREF(ppvBase); NOREF(cSegments); NOREF(paSegments); NOREF(fFixed);
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp434 uint32_t fFixed; /**< The config-fixed flag. */ member in struct:INTNETOPENNETWORKFLAGS
5768 && (fNetFlags & g_afIntNetOpenNetworkNetFlags[i].fFixed) )
5813 if (fNetFlags & g_afIntNetOpenNetworkNetFlags[i].fFixed)
5832 fNetFlags |= fFlags & g_afIntNetOpenNetworkNetFlags[i].fFixed;

Completed in 172 milliseconds