Searched refs:pszzValid (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVD-2.cpp45 static bool tstAreKeysValid(void *pvUser, const char *pszzValid) argument
H A Dvbox-img.cpp1446 static DECLCALLBACK(bool) vdIfCfgCreateBaseAreKeysValid(void *pvUser, const char *pszzValid) argument
/vbox/include/VBox/vmm/
H A Dcfgm.h199 VMMR3DECL(bool) CFGMR3AreChildrenValid(PCFGMNODE pNode, const char *pszzValid);
205 VMMR3DECL(bool) CFGMR3AreValuesValid(PCFGMNODE pNode, const char *pszzValid);
/vbox/src/VBox/Main/include/
H A DMediumImpl.h317 const char *pszzValid);
338 const char *pszzValid);
/vbox/include/VBox/
H A Dvd-ifs.h718 * @param pszzValid List of valid key names separated by '\\0' and ending with
721 DECLR3CALLBACKMEMBER(bool, pfnAreKeysValid, (void *pvUser, const char *pszzValid));
788 * @param pszzValid List of valid names separated by '\\0' and ending with
791 DECLINLINE(bool) VDCFGAreKeysValid(PVDINTERFACECONFIG pCfgIf, const char *pszzValid) argument
793 return pCfgIf->pfnAreKeysValid(pCfgIf->Core.pvUser, pszzValid);
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp450 * @param pszzValid List of valid names separated by '\\0' and ending with
455 VMMR3DECL(bool) CFGMR3AreChildrenValid(PCFGMNODE pNode, const char *pszzValid) argument
461 /* search pszzValid for the name */
462 const char *psz = pszzValid;
474 /* if at end of pszzValid we didn't find it => failure */
576 * @param pszzValid List of valid names separated by '\\0' and ending with
580 VMMR3DECL(bool) CFGMR3AreValuesValid(PCFGMNODE pNode, const char *pszzValid) argument
586 /* search pszzValid for the name */
587 const char *psz = pszzValid;
599 /* if at end of pszzValid w
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp619 static bool drvvdCfgAreKeysValid(void *pvUser, const char *pszzValid) argument
621 return CFGMR3AreValuesValid((PCFGMNODE)pvUser, pszzValid);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp6994 const char * /* pszzValid */)
7155 DECLCALLBACK(bool) Medium::i_vdCryptoConfigAreKeysValid(void *pvUser, const char *pszzValid) argument
7159 NOREF(pszzValid);

Completed in 101 milliseconds