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

/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp145 * @param cchUdi the size of the buffer in @a pszUdi
150 size_t cchUdi)
156 AssertReturnVoid(!pszUdi || cchUdi > 0);
183 RTStrPrintf(pszUdi, cchUdi,
328 * @param cchUdi the size of the buffer in @pszUdi
333 size_t cchUdi)
340 AssertReturnVoid(!pszUdi || cchUdi > 0);
367 RTStrPrintf(pszUdi, cchUdi,
386 * @param cchUdi the size of the buffer in @a pszUdi
390 size_t cchUdi)
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...]

Completed in 34 milliseconds