Searched refs:RTDECL (Results 251 - 275 of 668) sorted by relevance

<<11121314151617181920>>

/vbox/src/VBox/Runtime/r3/posix/
H A DRTTimeNow-posix.cpp45 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime)
H A DRTTimeSet-posix.cpp43 RTDECL(int) RTTimeSet(PCRTTIMESPEC pTime)
H A Derrvars-posix.cpp42 RTDECL(PRTERRVARS) RTErrVarsSave(PRTERRVARS pVars)
51 RTDECL(void) RTErrVarsRestore(PCRTERRVARS pVars)
59 RTDECL(bool) RTErrVarsAreEqual(PCRTERRVARS pVars1, PCRTERRVARS pVars2)
70 RTDECL(bool) RTErrVarsHaveChanged(PCRTERRVARS pVars)
H A Drtmempage-exec-mmap-posix.cpp114 RTDECL(void *) RTMemPageAllocTag(size_t cb, const char *pszTag) RT_NO_THROW
120 RTDECL(void *) RTMemPageAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW
126 RTDECL(void) RTMemPageFree(void *pv, size_t cb) RT_NO_THROW
135 RTDECL(void *) RTMemExecAllocTag(size_t cb, const char *pszTag) RT_NO_THROW
141 RTDECL(void) RTMemExecFree(void *pv, size_t cb) RT_NO_THROW
/vbox/src/VBox/Runtime/r3/win/
H A DRTUuidCreate-win.cpp39 RTDECL(int) RTUuidCreate(PRTUUID pUuid)
H A Derrvars-win.cpp42 RTDECL(PRTERRVARS) RTErrVarsSave(PRTERRVARS pVars)
52 RTDECL(void) RTErrVarsRestore(PCRTERRVARS pVars)
62 RTDECL(bool) RTErrVarsAreEqual(PCRTERRVARS pVars1, PCRTERRVARS pVars2)
74 RTDECL(bool) RTErrVarsHaveChanged(PCRTERRVARS pVars)
H A Dutf16locale-win.cpp37 RTDECL(int) RTUtf16LocaleICmp(PCRTUTF16 pusz1, PCRTUTF16 pusz2)
H A Duuid-win.cpp40 RTDECL(int) RTUuidClear(PRTUUID pUuid)
49 RTDECL(bool) RTUuidIsNull(PCRTUUID pUuid)
59 RTDECL(int) RTUuidCompare(PCRTUUID pUuid1, PCRTUUID pUuid2)
81 RTDECL(int) RTUuidCompareStr(PCRTUUID pUuid1, const char *pszString2)
98 RTDECL(int) RTUuidCompare2Strs(const char *pszString1, const char *pszString2)
121 RTDECL(int) RTUuidToStr(PCRTUUID pUuid, char *pszString, size_t cchString)
169 RTDECL(int) RTUuidFromStr(PRTUUID pUuid, const char *pszString)
H A Denv-win.cpp42 RTDECL(bool) RTEnvExistsBad(const char *pszVar)
48 RTDECL(bool) RTEnvExist(const char *pszVar)
54 RTDECL(bool) RTEnvExistsUtf8(const char *pszVar)
65 RTDECL(const char *) RTEnvGetBad(const char *pszVar)
71 RTDECL(const char *) RTEnvGet(const char *pszVar)
76 RTDECL(int) RTEnvGetUtf8(const char *pszVar, char *pszValue, size_t cbValue, size_t *pcchActual)
108 RTDECL(int) RTEnvPutBad(const char *pszVarEqualValue)
117 RTDECL(int) RTEnvPut(const char *pszVarEqualValue)
123 RTDECL(int) RTEnvPutUtf8(const char *pszVarEqualValue)
140 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/common/ldr/
H A Dldr.cpp43 RTDECL(int) RTLdrGetSymbol(RTLDRMOD hLdrMod, const char *pszSymbol, void **ppvValue)
79 RTDECL(PFNRT) RTLdrGetFunction(RTLDRMOD hLdrMod, const char *pszSymbol)
90 RTDECL(RTLDRFMT) RTLdrGetFormat(RTLDRMOD hLdrMod)
99 RTDECL(RTLDRTYPE) RTLdrGetType(RTLDRMOD hLdrMod)
108 RTDECL(RTLDRENDIAN) RTLdrGetEndian(RTLDRMOD hLdrMod)
117 RTDECL(RTLDRARCH) RTLdrGetArch(RTLDRMOD hLdrMod)
126 RTDECL(int) RTLdrClose(RTLDRMOD hLdrMod)
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthreadpreempt-r0drv-darwin.cpp98 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread)
105 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
117 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
124 RTDECL(bool) RTThreadPreemptIsPossible(void)
131 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState)
161 RTDECL(void) RTThreadPreemptRestore(PRTTHREADPREEMPTSTATE pState)
184 RTDECL(bool) RTThreadIsInInterrupt(RTTHREAD hThread)
/vbox/src/VBox/Runtime/r3/
H A Dpath.cpp64 RTDECL(int) RTPathExecDir(char *pszPath, size_t cchPath)
84 RTDECL(int) RTPathAppPrivateNoArch(char *pszPath, size_t cchPath)
96 RTDECL(int) RTPathAppPrivateArch(char *pszPath, size_t cchPath)
106 RTDECL(int) RTPathAppPrivateArchTop(char *pszPath, size_t cchPath)
121 RTDECL(int) RTPathSharedLibs(char *pszPath, size_t cchPath)
131 RTDECL(int) RTPathAppDocs(char *pszPath, size_t cchPath)
143 RTDECL(int) RTPathTemp(char *pszPath, size_t cchPath)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtime-r0drv-linux.c142 RTDECL(uint64_t) RTTimeNanoTS(void) function
149 RTDECL(uint64_t) RTTimeMilliTS(void) function
156 RTDECL(uint64_t) RTTimeSystemNanoTS(void) function
163 RTDECL(uint64_t) RTTimeSystemMilliTS(void) function
170 RTDECL(PRTTIMESPEC) RTTimeNow(PRTTIMESPEC pTime) function
/vbox/include/iprt/
H A Dnet.h52 RTDECL(int) RTNetStrToMacAddr(const char *pszAddr, PRTMAC pMacAddr);
70 RTDECL(bool) RTNetIsIPv4AddrStr(const char *pcszAddr);
83 RTDECL(int) RTNetStrToIPv4AddrEx(const char *pcszAddr, PRTNETADDRIPV4 pAddr, char **ppszNext);
95 RTDECL(int) RTNetStrToIPv4Addr(const char *pcszAddr, PRTNETADDRIPV4 pAddr);
113 RTDECL(bool) RTNetIsIPv6AddrStr(const char *pszAddress);
126 RTDECL(int) RTNetStrToIPv6AddrEx(const char *pcszAddr, PRTNETADDRIPV6 pAddr, char **ppszNext);
141 RTDECL(int) RTNetStrToIPv6Addr(const char *pcszAddr, PRTNETADDRIPV6 pAddr, char **ppszZone);
352 RTDECL(uint16_t) RTNetIPv4HdrChecksum(PCRTNETIPV4 pIpHdr);
353 RTDECL(bool) RTNetIPv4IsHdrValid(PCRTNETIPV4 pIpHdr, size_t cbHdrMax, size_t cbPktMax, bool fChecksum);
354 RTDECL(uint32_
[all...]
H A Dlog.h469 RTDECL(void) RTLogPrintfEx(void *pvInstance, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...);
1349 RTDECL(PRTLOGGER) RTLogRelSetDefaultInstance(PRTLOGGER pLogger);
1358 RTDECL(PRTLOGGER) RTLogRelDefaultInstance(void);
1391 RTDECL(void) RTLogRelLogger(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, ...);
1407 RTDECL(void) RTLogRelLoggerV(PRTLOGGER pLogger, unsigned fFlags, unsigned iGroup, const char *pszFormat, va_list args);
1417 RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...);
1427 RTDECL(void) RTLogRelPrintfV(const char *pszFormat, va_list args);
1437 RTDECL(bool) RTLogRelSetBuffering(bool fBuffered);
1555 RTDECL(PRTLOGGER) RTLogDefaultInstance(void);
1563 RTDECL(PRTLOGGE
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVbva.h147 RTDECL(int) VBoxVBVAExEnable(PVBVAEXBUFFERCONTEXT pCtx,
150 RTDECL(void) VBoxVBVAExDisable(PVBVAEXBUFFERCONTEXT pCtx,
152 RTDECL(bool) VBoxVBVAExBufferBeginUpdate(PVBVAEXBUFFERCONTEXT pCtx,
154 RTDECL(void) VBoxVBVAExBufferEndUpdate(PVBVAEXBUFFERCONTEXT pCtx);
155 RTDECL(bool) VBoxVBVAExWrite(PVBVAEXBUFFERCONTEXT pCtx,
159 RTDECL(bool) VBoxVBVAExOrderSupported(PVBVAEXBUFFERCONTEXT pCtx, unsigned code);
161 RTDECL(void) VBoxVBVAExSetupBufferContext(PVBVAEXBUFFERCONTEXT pCtx,
174 RTDECL(uint32_t) VBoxVBVAExGetFreeTail(PVBVAEXBUFFERCONTEXT pCtx);
176 RTDECL(void*) VBoxVBVAExAllocContiguous(PVBVAEXBUFFERCONTEXT pCtx, PHGSMIGUESTCOMMANDCONTEXT pHGSMICtx, uint32_t cb);
180 RTDECL(boo
[all...]
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmp-r0drv-solaris.c48 RTDECL(bool) RTMpIsCpuWorkPending(void) function
54 RTDECL(RTCPUID) RTMpCpuId(void) function
60 RTDECL(int) RTMpCurSetIndex(void)
66 RTDECL(int) RTMpCurSetIndexAndId(PRTCPUID pidCpu)
72 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
78 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
84 RTDECL(RTCPUID) RTMpGetMaxCpuId(void) function
90 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu) function
102 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu) function
108 RTDECL(PRTCPUSE function
124 RTDECL(RTCPUID) RTMpGetCount(void) function
130 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet) function
140 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
379 RTDECL(bool) RTMpOnPairIsConcurrentExecSupported(void) function
446 RTDECL(bool) RTMpOnAllIsConcurrentSafe(void) function
[all...]
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c92 RTDECL(int) RTTimerCreateEx(PRTTIMER *ppTimer, uint64_t u64NanoInterval, uint32_t fFlags, PFNRTTIMER pfnTimer, void *pvUser)
142 RTDECL(int) RTTimerDestroy(PRTTIMER pTimer)
160 RTDECL(int) RTTimerStart(PRTTIMER pTimer, uint64_t u64First)
190 RTDECL(int) RTTimerStop(PRTTIMER pTimer)
207 RTDECL(int) RTTimerChangeInterval(PRTTIMER pTimer, uint64_t u64NanoInterval)
264 RTDECL(uint32_t) RTTimerGetSystemGranularity(void) function
270 RTDECL(int) RTTimerRequestSystemGranularity(uint32_t u32Request, uint32_t *pu32Granted)
276 RTDECL(int) RTTimerReleaseSystemGranularity(uint32_t u32Granted)
282 RTDECL(bool) RTTimerCanDoHighResolution(void) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemmutex-r0drv-nt.cpp64 RTDECL(int) RTSemMutexCreate(PRTSEMMUTEX phMutexSem)
70 RTDECL(int) RTSemMutexCreateEx(PRTSEMMUTEX phMutexSem, uint32_t fFlags,
92 RTDECL(int) RTSemMutexDestroy(RTSEMMUTEX hMutexSem)
172 RTDECL(int) RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
178 RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
184 RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
190 RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
196 RTDECL(int) RTSemMutexRelease(RTSEMMUTEX hMutexSem)
217 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem)
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp109 RTDECL(int) RTStrToUInt64Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint64_t *pu64)
232 RTDECL(int) RTStrToUInt64Full(const char *pszValue, unsigned uBase, uint64_t *pu64)
260 RTDECL(uint64_t) RTStrToUInt64(const char *pszValue)
289 RTDECL(int) RTStrToUInt32Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint32_t *pu32)
323 RTDECL(int) RTStrToUInt32Full(const char *pszValue, unsigned uBase, uint32_t *pu32)
347 RTDECL(uint32_t) RTStrToUInt32(const char *pszValue)
376 RTDECL(int) RTStrToUInt16Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint16_t *pu16)
410 RTDECL(int) RTStrToUInt16Full(const char *pszValue, unsigned uBase, uint16_t *pu16)
434 RTDECL(uint16_t) RTStrToUInt16(const char *pszValue)
463 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-core.cpp47 RTDECL(int) RTAsn1Core_SetTagAndFlags(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass)
62 RTDECL(int) RTAsn1Core_ChangeTag(PRTASN1CORE pAsn1Core, uint32_t uTag)
71 RTDECL(void) RTAsn1Core_ResetImplict(PRTASN1CORE pThis)
83 RTDECL(int) RTAsn1Core_InitEx(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass, PCRTASN1COREVTABLE pOps, uint32_t fFlags)
98 RTDECL(int) RTAsn1Core_InitDefault(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass)
136 RTDECL(int) RTAsn1Core_CloneContent(PRTASN1CORE pThis, PCRTASN1CORE pSrc, PCRTASN1ALLOCATORVTABLE pAllocator)
142 RTDECL(int) RTAsn1Core_CloneNoContent(PRTASN1CORE pThis, PCRTASN1CORE pSrc)
148 RTDECL(int) RTAsn1Core_CompareEx(PCRTASN1CORE pLeft, PCRTASN1CORE pRight, bool fIgnoreTagAndClass)
205 RTDECL(int) RTAsn1Core_Init(PRTASN1CORE pThis, PCRTASN1ALLOCATORVTABLE pAllocator)
212 RTDECL(in
[all...]
H A Dasn1-ut-time.cpp54 RTDECL(int) RTAsn1Time_InitEx(PRTASN1TIME pThis, uint32_t uTag, PCRTASN1ALLOCATORVTABLE pAllocator)
76 RTDECL(int) RTAsn1Time_CompareWithTimeSpec(PCRTASN1TIME pLeft, PCRTTIMESPEC pTsRight)
112 RTDECL(int) RTAsn1Time_Init(PRTASN1TIME pThis, PCRTASN1ALLOCATORVTABLE pAllocator)
120 RTDECL(int) RTAsn1Time_Clone(PRTASN1TIME pThis, PCRTASN1TIME pSrc, PCRTASN1ALLOCATORVTABLE pAllocator)
140 RTDECL(void) RTAsn1Time_Delete(PRTASN1TIME pThis)
153 RTDECL(int) RTAsn1Time_Enum(PRTASN1TIME pThis, PFNRTASN1ENUMCALLBACK pfnCallback, uint32_t uDepth, void *pvUser)
162 RTDECL(int) RTAsn1Time_Compare(PCRTASN1TIME pLeft, PCRTASN1TIME pRight)
189 RTDECL(int) RTAsn1Time_CheckSanity(PCRTASN1TIME pThis, uint32_t fFlags, PRTERRINFO pErrInfo, const char *pszErrorTag)
203 RTDECL(int) RT_CONCAT(a_Api,_Init)(PRTASN1TIME pThis, PCRTASN1ALLOCATORVTABLE pAllocator) \
208 RTDECL(in
[all...]
/vbox/src/VBox/Runtime/r3/solaris/
H A Dmp-solaris.cpp266 RTDECL(uint32_t) RTMpGetCurFrequency(RTCPUID idCpu)
272 RTDECL(uint32_t) RTMpGetMaxFrequency(RTCPUID idCpu)
279 RTDECL(RTCPUID) RTMpCpuId(void)
287 RTDECL(int) RTMpCpuIdToSetIndex(RTCPUID idCpu)
293 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
299 RTDECL(RTCPUID) RTMpGetMaxCpuId(void)
305 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu)
312 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu)
320 RTDECL(bool) RTMpIsCpuPresent(RTCPUID idCpu)
327 RTDECL(RTCPUI
[all...]
/vbox/src/VBox/Runtime/common/err/
H A Derrinfo.cpp38 RTDECL(int) RTErrInfoSet(PRTERRINFO pErrInfo, int rc, const char *pszMsg)
53 RTDECL(int) RTErrInfoSetF(PRTERRINFO pErrInfo, int rc, const char *pszFormat, ...)
63 RTDECL(int) RTErrInfoSetV(PRTERRINFO pErrInfo, int rc, const char *pszFormat, va_list va)
78 RTDECL(int) RTErrInfoAdd(PRTERRINFO pErrInfo, int rc, const char *pszMsg)
96 RTDECL(int) RTErrInfoAddF(PRTERRINFO pErrInfo, int rc, const char *pszFormat, ...)
106 RTDECL(int) RTErrInfoAddV(PRTERRINFO pErrInfo, int rc, const char *pszFormat, va_list va)
/vbox/src/VBox/Runtime/r3/linux/
H A Dsysfs.cpp141 RTDECL(bool) RTLinuxSysFsExistsV(const char *pszFormat, va_list va)
162 RTDECL(bool) RTLinuxSysFsExists(const char *pszFormat, ...)
172 RTDECL(int) RTLinuxSysFsOpenV(const char *pszFormat, va_list va)
185 RTDECL(int) RTLinuxSysFsOpen(const char *pszFormat, ...)
195 RTDECL(void) RTLinuxSysFsClose(int fd)
203 RTDECL(ssize_t) RTLinuxSysFsReadStr(int fd, char *pszBuf, size_t cchBuf)
212 RTDECL(int) RTLinuxSysFsReadFile(int fd, void *pvBuf, size_t cbBuf, size_t *pcbRead)
245 RTDECL(int64_t) RTLinuxSysFsReadIntFileV(unsigned uBase, const char *pszFormat, va_list va)
271 RTDECL(int64_t) RTLinuxSysFsReadIntFile(unsigned uBase, const char *pszFormat, ...)
281 RTDECL(dev_
[all...]

Completed in 74 milliseconds

<<11121314151617181920>>