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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp90 const char *pszPassThrough = NULL; local
175 pszPassThrough = ValueUnion.psz;
336 if (pszPassThrough)
764 if ( pszPassThrough
773 if (!RTStrICmp(pszPassThrough, "on"))
778 else if (!RTStrICmp(pszPassThrough, "off"))
784 throw Utf8StrFmt("Invalid --passthrough argument '%s'", pszPassThrough);

Completed in 63 milliseconds