Searched refs:TypeStart (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellLib.h668 TypeStart, ///< A flag that has variable value appended to the end (IE "-ad", "-afd", "-adf", etc...). enumerator in enum:__anon12765
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLs.c391 {L"-a", TypeStart},
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py1266 TypeStart = ReturnType.split()[0]
1270 Index = Result[0].find(TypeStart)
1284 TypeStart = ReturnType.split()[0]
1311 TypeStart = ReturnType.split()[0]
1314 Index = Result[0].find(TypeStart)
1325 TypeStart = ReturnType.split()[0]
1328 Index = Result[0].find(TypeStart)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1810 // If the Type is TypeStart only check the first characters of the passed in param
1813 if (TempListItem->Type == TypeStart) {
2260 // If Type is TypeStart then only compare the begining of the strings
2262 if (((SHELL_PARAM_PACKAGE*)Node)->Type == TypeStart) {
2324 // If Type is TypeStart then only compare the begining of the strings
2326 if (((SHELL_PARAM_PACKAGE*)Node)->Type == TypeStart) {

Completed in 46 milliseconds