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

/vbox/include/iprt/
H A Dmemobj.h185 RTR0MemObjAllocContTag((pMemObj), (cb), (fExecutable), RTMEM_TAG)
199 RTR0DECL(int) RTR0MemObjAllocContTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag);
H A Dmangling.h1144 # define RTR0MemObjAllocContTag RT_MANGLER(RTR0MemObjAllocContTag) /* r0drv */ macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c135 RTR0MemObjAllocContTag,
H A DVBoxGuest-haiku-stubs.c157 RTR0DECL(int) RTR0MemObjAllocContTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag) function
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp452 RTR0DECL(int) RTR0MemObjAllocContTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag) function
465 RT_EXPORT_SYMBOL(RTR0MemObjAllocContTag); variable
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp295 { "RTR0MemObjAllocContTag", (void *)RTR0MemObjAllocContTag },

Completed in 99 milliseconds