Searched defs:va (Results 126 - 150 of 172) sorted by relevance

1234567

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemtracker.cpp935 va_list va; local
936 va_start(va, pszFormat);
937 RTLogPrintfV(pszFormat, va);
938 va_end(va);
977 va_list va; local
978 va_start(va, pszFormat);
979 RTLogRelPrintfV(pszFormat, va);
980 va_end(va);
1020 va_list va; local
1021 va_start(va, pszForma
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp153 va_list va; local
155 va_start(va, pszFormat);
156 if (RTStrAPrintfV(&buf, pszFormat, va))
161 va_end(va);
168 va_list va; local
170 va_start(va, pszFormat);
171 if (RTStrAPrintfV(&buf, pszFormat, va))
178 va_end(va);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c371 va_list va; local
372 va_start(va, pszFormat);
373 RTAssertMsg2WeakV(pszFormat, va);
374 va_end(va);
376 RTDECL(void) RTAssertMsg2WeakV(const char *pszFormat, va_list va) argument
378 g_VBoxGuest->_RTAssertMsg2WeakV(pszFormat, va);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp2086 va_list va; local
2087 va_start(va, cArgs);
2089 NULL /* pReq */, pfnFunction, cArgs, va);
2090 va_end(va);
2103 va_list va; local
2104 va_start(va, cArgs);
2106 pReq, pfnFunction, cArgs, va);
2107 va_end(va);
H A DVBoxServiceVMInfo.cpp407 va_list va; local
408 va_start(va, pszValueFormat);
409 if (RTStrAPrintfV(&pszValue, pszValueFormat, va) < 0)
411 va_end(va);
504 va_list va; local
505 va_start(va, first_arg_type);
507 first_arg_type, va);
508 va_end(va);
/vbox/include/iprt/
H A Dstring.h386 * @a va.
387 * @param va List of string (const char *) and length
391 #define RTStrAAppendExNV(ppsz, cPairs, va) RTStrAAppendExNVTag((ppsz), (cPairs), (va), RTSTR_TAG)
407 * @a va.
408 * @param va List of string (const char *) and length
413 RTDECL(int) RTStrAAppendExNVTag(char **ppsz, size_t cPairs, va_list va, const char *pszTag);
438 va_list va; local
439 va_start(va, cPairs);
440 rc = RTStrAAppendExNVTag(ppsz, cPairs, va, RTSTR_TA
469 va_list va; local
[all...]
/vbox/include/VBox/
H A Dvd-ifs.h244 * @param va Error message arguments.
246 DECLR3CALLBACKMEMBER(void, pfnError, (void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va));
255 * @param va Message arguments.
257 DECLR3CALLBACKMEMBER(int, pfnMessage, (void *pvUser, const char *pszFormat, va_list va));
293 va_list va; local
294 va_start(va, pszFormat);
296 pIfError->pfnError(pIfError->Core.pvUser, rc, RT_SRC_POS_ARGS, pszFormat, va);
297 va_end(va);
312 va_list va; local
313 va_start(va, pszForma
[all...]
H A Ddbg.h447 * @param va Arguments specified in the format string.
450 const char *pszFormat, va_list va);
524 * @param va Format arguments.
526 DECLCALLBACKMEMBER(int, pfnEvalV)(PDBGCCMDHLP pCmdHlp, PDBGCVAR pResult, const char *pszExpr, va_list va);
536 * @param va Format arguments.
538 DECLCALLBACKMEMBER(int, pfnFailV)(PDBGCCMDHLP pCmdHlp, PCDBGCCMD pCmd, const char *pszFormat, va_list va);
550 * @param va Format arguments.
554 DECLCALLBACKMEMBER(int, pfnFailRcV)(PDBGCCMDHLP pCmdHlp, PCDBGCCMD pCmd, int rc, const char *pszFormat, va_list va);
678 va_list va; local
681 va_start(va, pszForma
694 va_list va; local
709 va_list va; local
738 va_list va; local
760 va_list va; local
791 va_list va; local
[all...]
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp150 va_list va; local
151 va_start(va, pszFormat);
153 RTPrintfV(pszFormat, va);
154 va_end(va);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp104 va_list va; local
105 va_start(va, pszFormat);
107 RTStrPrintfV(szBuf, sizeof(szBuf), pszFormat, va);
108 va_end(va);
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp192 static void rtTestXmlElemV(PRTTESTINT pTest, const char *pszTag, const char *pszAttrFmt, va_list va);
194 static void rtTestXmlElemStartV(PRTTESTINT pTest, const char *pszTag, const char *pszAttrFmt, va_list va);
728 * @param va The format arguments.
730 static void rtTestXmlOutputV(PRTTESTINT pTest, const char *pszFormat, va_list va) argument
735 ssize_t cchStr = RTStrAPrintfV(&pszStr, pszFormat, va);
757 va_list va; local
758 va_start(va, pszFormat);
759 rtTestXmlOutputV(pTest, pszFormat, va);
760 va_end(va);
792 * @param va Forma
794 rtTestXmlElemV(PRTTESTINT pTest, const char *pszTag, const char *pszAttrFmt, va_list va) argument
826 va_list va; local
844 rtTestXmlElemStartV(PRTTESTINT pTest, const char *pszTag, const char *pszAttrFmt, va_list va) argument
883 va_list va; local
1035 rtTestPrintfV(PRTTESTINT pTest, const char *pszFormat, va_list va) argument
1053 va_list va; local
1073 RTTestPrintfNlV(RTTEST hTest, RTTESTLVL enmLevel, const char *pszFormat, va_list va) argument
1106 va_list va; local
1126 RTTestPrintfV(RTTEST hTest, RTTESTLVL enmLevel, const char *pszFormat, va_list va) argument
1153 va_list va; local
1275 RTTestSkipAndDestroyV(RTTEST hTest, const char *pszReasonFmt, va_list va) argument
1305 va_list va; local
1373 va_list va; local
1392 RTTestSubV(RTTEST hTest, const char *pszSubTestFmt, va_list va) argument
1437 RTTestPassedV(RTTEST hTest, const char *pszFormat, va_list va) argument
1474 va_list va; local
1484 RTTestSkippedV(RTTEST hTest, const char *pszFormat, va_list va) argument
1511 va_list va; local
1595 va_list va; local
1603 RTTestValueV(RTTEST hTest, uint64_t u64Value, RTTESTUNIT enmUnit, const char *pszNameFmt, va_list va) argument
1668 RTTestFailedV(RTTEST hTest, const char *pszFormat, va_list va) argument
1707 va_list va; local
1726 RTTestFailureDetailsV(RTTEST hTest, const char *pszFormat, va_list va) argument
1743 va_list va; local
[all...]
/vbox/src/bldprogs/
H A Dscm.cpp978 va_list va; local
979 va_start(va, pszFormat);
980 RTPrintfV(pszFormat, va);
981 va_end(va);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp597 va_list va; local
598 va_start(va, pszDescFmt);
599 pCmdHlp->pfnPrintfV(pCmdHlp, NULL, pszDescFmt, va);
600 va_end(va);
635 va_list va; local
636 va_start(va, pszDescFmt);
637 DBGCCmdHlpPrintf(pCmdHlp, pszDescFmt, va);
638 va_end(va);
/vbox/src/VBox/Devices/Audio/
H A Daudio.c431 void AUD_vlog (const char *cap, const char *fmt, va_list va) argument
434 va_copy (va2, va); /* Have to make a copy here or GCC will break. */
446 va_list va; local
448 va_start (va, fmt);
449 AUD_vlog (cap, fmt, va);
450 va_end (va);
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp1180 va_list va; local
1181 va_start(va, pszFormat);
1182 RTStrmPrintfV(pStrm, pszFormat, va);
1183 va_end(va);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.c1908 * @v va Virtual address
1916 uint64_t va, physaddr_t pa, size_t len ) {
1926 assert ( ( va & ( ARBEL_PAGE_SIZE - 1 ) ) == 0 );
1958 assert ( ( va & ( size - 1 ) ) == 0 );
1963 MLX_FILL_1 ( &mapping, 0, va_h, ( va >> 32 ) );
1964 MLX_FILL_1 ( &mapping, 1, va_l, ( va >> 12 ) );
1973 arbel, va, size, pa, strerror ( rc ) );
1976 va += size;
1913 arbel_map_vpm( struct arbel *arbel, int ( *map ) ( struct arbel *arbel, const struct arbelprm_virtual_physical_mapping* ), uint64_t va, physaddr_t pa, size_t len ) argument
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp263 va_list va; local
265 va_start(va, pszMsg);
266 supR3HardenedError(rc, false /*fFatal*/, "%N\n", pszMsg, &va);
267 va_end(va);
270 va_start(va, pszMsg);
271 RTErrInfoSetV(pErrInfo, rc, pszMsg, va);
272 va_end(va);
291 va_list va; local
293 va_start(va, pszMsg);
294 supR3HardenedError(rc, false /*fFatal*/, "%N\n", pszMsg, &va);
[all...]
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp80 va_list va; local
81 va_start(va, szString);
82 _vsnprintf(szBuffer, sizeof(szBuffer), szString, va);
83 va_end(va);
99 va_list va; local
100 va_start(va, pwszString);
101 _vsnwprintf(szBuffer, RT_ELEMENTS(szBuffer), pwszString, va);
102 va_end(va);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp583 * @param va Arguments to the panic message.
585 void dtrace_vpanic(const char *pszFormat, va_list va) argument
588 RTAssertMsg2WeakV(pszFormat, va);
607 va_list va; local
608 va_start(va, pszFormat);
609 dtrace_vpanic(pszFormat, va);
610 va_end(va);
622 va_list va; local
623 va_start(va, pszFormat);
624 SUPR0Printf("%N", pszFormat, va);
632 va_list va; local
640 VBoxDtUPrintfV(const char *pszFormat, va_list va) argument
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp598 static DECLCALLBACK(void) handleVDError(void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va) argument
600 RTMsgErrorV(pszFormat, va);
604 static int handleVDMessage(void *pvUser, const char *pszFormat, va_list va) argument
607 return RTPrintfV(pszFormat, va);
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp2149 * @param va Argument to pszFormat.
2151 VMMR3DECL(int) CFGMR3InsertStringFV(PCFGMNODE pNode, const char *pszName, const char *pszFormat, va_list va) argument
2161 pszString = RTStrAPrintf2(pszFormat, va);
2163 pszString = MMR3HeapAPrintfVU(pNode->pVM->pUVM, MM_TAG_CFGM_STRING, pszFormat, va);
2202 va_list va; local
2203 va_start(va, pszFormat);
2204 int rc = CFGMR3InsertStringFV(pNode, pszName, pszFormat, va);
2205 va_end(va);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp258 va_list va; local
259 va_start(va, pszFormat);
260 char *pszMsg = RTStrAPrintf2V(pszFormat, va);
261 va_end(va);
282 va_list va; local
283 va_start(va, pszFormat);
284 char *pszMsg = RTStrAPrintf2V(pszFormat, va);
285 va_end(va);
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c1341 vattr_t *va,
1384 (va->va_mode & AT_MODE) ? va->va_mode : 0, NULL, 0, &lookuperr);
1338 sffs_mkdir( vnode_t *dvp, char *nm, vattr_t *va, vnode_t **vpp, cred_t *cred, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp195 va_list va; local
196 va_start(va, pszFormat);
197 RTMsgErrorV(pszFormat, va);
198 va_end(va);
227 va_list va; local
228 va_start(va, pszFormat);
229 RTMsgErrorV(pszFormat, va);
230 va_end(va);
/vbox/include/VBox/vmm/
H A Dpdmdrv.h594 * @param va Error message arguments.
596 DECLRCCALLBACKMEMBER(int, pfnVMSetErrorV,(PPDMDRVINS pDrvIns, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va));
618 * @param va Error message arguments.
620 DECLRCCALLBACKMEMBER(int, pfnVMSetRuntimeErrorV,(PPDMDRVINS pDrvIns, uint32_t fFlags, const char *pszErrorId, const char *pszFormat, va_list va));
690 * @param va Error message arguments.
692 DECLR0CALLBACKMEMBER(int, pfnVMSetErrorV,(PPDMDRVINS pDrvIns, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va));
714 * @param va Error message arguments.
716 DECLR0CALLBACKMEMBER(int, pfnVMSetRuntimeErrorV,(PPDMDRVINS pDrvIns, uint32_t fFlags, const char *pszErrorId, const char *pszFormat, va_list va));
856 * @param va Error message arguments.
858 DECLR3CALLBACKMEMBER(int, pfnVMSetErrorV,(PPDMDRVINS pDrvIns, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va));
1347 va_list va; local
1363 PDMDrvHlpVMSetErrorV(PPDMDRVINS pDrvIns, const int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va) argument
1374 va_list va; local
1391 PDMDrvHlpVMSetRuntimeErrorV(PPDMDRVINS pDrvIns, uint32_t fFlags, const char *pszErrorId, const char *pszFormat, va_list va) argument
1606 va_list va; local
[all...]

Completed in 184 milliseconds

1234567