Searched refs:cchDesc (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp143 * @param cchDesc the size of the buffer in @a pszDesc
149 size_t cchDesc, char *pszUdi,
154 AssertReturnVoid(!pszDesc || cchDesc > 0);
173 RTStrPrintf(pszDesc, cchDesc, "%s %s K%s", pcszSize, &pcszName[1],
179 RTStrPrintf(pszDesc, cchDesc, "FDD %d%s", (Number & 4) + 1,
326 * @param cchDesc the size of the buffer in @pszDesc
332 char *pszDesc, size_t cchDesc, char *pszUdi,
338 AssertReturnVoid(!pszDesc || cchDesc > 0);
358 RTStrPrintf(pszDesc, cchDesc, "%.*s %s", cchVendor, pcszVendor,
361 RTStrPrintf(pszDesc, cchDesc, "
147 floppyCreateDeviceStrings(const floppy_drive_name pcszName, unsigned Number, char *pszDesc, size_t cchDesc, char *pszUdi, size_t cchUdi) argument
331 dvdCreateDeviceStrings(const char *pcszVendor, const char *pcszModel, char *pszDesc, size_t cchDesc, char *pszUdi, size_t cchUdi) argument
388 devValidateDevice(const char *pcszNode, bool isDVD, dev_t *pDevice, char *pszDesc, size_t cchDesc, char *pszUdi, size_t cchUdi) argument
[all...]
/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp82 * @param cchDesc the size of the buffer in @pszDesc
86 char *pszDesc, size_t cchDesc)
91 AssertReturnVoid(!pszDesc || cchDesc > 0);
99 RTStrPrintf(pszDesc, cchDesc, "%.*s %s", cchVendor, pcszVendor,
102 RTStrPrintf(pszDesc, cchDesc, "%s", pcszModel);
85 dvdCreateDeviceString(const char *pcszVendor, const char *pcszModel, char *pszDesc, size_t cchDesc) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsctf.idl353 [in, size_is(cchDesc)] const WCHAR *pchDesc,
354 [in] ULONG cchDesc,
740 [in, size_is(cchDesc)] const WCHAR *pchDesc,
741 [in] ULONG cchDesc);
749 [in, size_is(cchDesc)] const WCHAR *pchDesc,
750 [in] ULONG cchDesc);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsctf.idl372 [in, size_is(cchDesc)] const WCHAR *pchDesc,
373 [in] ULONG cchDesc,
530 [in, size_is(cchDesc)] const WCHAR *pchDesc,
531 [in] ULONG cchDesc,
858 [in, size_is(cchDesc)] const WCHAR *pchDesc,
859 [in] ULONG cchDesc);
867 [in, size_is(cchDesc)] const WCHAR *pchDesc,
868 [in] ULONG cchDesc);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp450 size_t cchDesc = strlen(pszDescription); local
455 && cchDesc <= cchCol3)
484 else if ((ssize_t)cchDesc <= cchCurWidth)
513 cchDesc -= pszNext - pszDescription;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp2429 size_t cchDesc = 0; local
2440 cchDesc = strlen(szDesc);
2453 || ( cchDesc
H A DCPUMR3CpuId.cpp5254 size_t cchDesc = strlen(pszDesc); local
5265 cchMnemonic + 3 + cchDesc < cchWidth ? cchWidth - (cchMnemonic + 3 + cchDesc) : 1, "",

Completed in 99 milliseconds