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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c714 UINT32 FunctionType; local
730 FunctionType = 0;
858 FunctionType = 0;
864 if (FunctionType == 0) {
870 FunctionType = 1;
876 FunctionType = 2;
887 if (FunctionType == 1) {
894 } else if (FunctionType == 2) {

Completed in 1402 milliseconds