Searched defs:hFictive (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp160 RTR0MEMOBJ hFictive = NIL_RTR0MEMOBJ; local
191 if (hFictive == NIL_RTR0MEMOBJ)
196 hFictive = hObj;
199 rc = RTR0MemObjMapKernel(&hObj, hFictive, (void *)-1, uAlignment, RTMEM_PROT_READ | RTMEM_PROT_WRITE);
203 rc = RTR0MemObjMapKernel(&hObj, hFictive, (void *)-1, uAlignment, RTMEM_PROT_READ | RTMEM_PROT_WRITE);
229 pDevExt->hGuestMappings = hFictive != NIL_RTR0MEMOBJ ? hFictive : hObj;
233 uAlignment, iTry, pDevExt->hGuestMappings, hFictive != NIL_RTR0PTR ? "fictive" : "reservation"));
245 && hFictive != NIL_RTR0PTR)
246 RTR0MemObjFree(hFictive, fals
[all...]

Completed in 46 milliseconds