/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/ |
H A D | UPT.py | 59 def CheckConflictOption(Opt): 60 if (Opt.PackFileToCreate and Opt.PackFileToInstall and Opt.PackFileToRemove): 62 elif Opt.PackFileToCreate and Opt.PackFileToInstall: 64 elif Opt.PackFileToInstall and Opt.PackFileToRemove: 66 elif Opt.PackFileToCreate and Opt [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/ |
H A D | Mtftp6Option.c | 165 EFI_MTFTP6_OPTION *Opt; local 173 Opt = Options + Index; 175 if (Opt->OptionStr == NULL || Opt->ValueStr == NULL) { 179 if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "blksize") == 0) { 183 Value = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Opt->ValueStr); 192 } else if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "timeout") == 0) { 196 Value = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Opt->ValueStr); 205 } else if (AsciiStriCmp ((CHAR8 *) Opt->OptionStr, "tsize") == 0) { 209 ExtInfo->Tsize = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Opt [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/TargetTool/ |
H A D | TargetTool.py | 28 self.Opt = opt 142 if Key == TAB_TAT_DEFINES_ACTIVE_PLATFORM and self.Opt.DSCFILE != None: 143 dscFullPath = os.path.join(self.WorkSpace, self.Opt.DSCFILE) 145 Line = "%-30s = %s\n" % (Key, self.Opt.DSCFILE) 148 "DSC file %s does not exist!" % self.Opt.DSCFILE, RaiseError=False) 149 elif Key == TAB_TAT_DEFINES_TOOL_CHAIN_CONF and self.Opt.TOOL_DEFINITION_FILE != None: 150 tooldefFullPath = os.path.join(self.WorkSpace, self.Opt.TOOL_DEFINITION_FILE) 152 Line = "%-30s = %s\n" % (Key, self.Opt.TOOL_DEFINITION_FILE) 155 "Tooldef file %s does not exist!" % self.Opt.TOOL_DEFINITION_FILE, RaiseError=False) 157 elif self.Opt [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/ |
H A D | PxeBcDhcp6.h | 66 #define GET_NEXT_DHCP6_OPTION(Opt) \ 67 (EFI_DHCP6_PACKET_OPTION *) ((UINT8 *) (Opt) + \ 68 sizeof (EFI_DHCP6_PACKET_OPTION) + (NTOHS ((Opt)->OpLen)) - 1)
|
H A D | PxeBcDhcp4.h | 176 #define GET_NEXT_DHCP_OPTION(Opt) \ 177 (EFI_DHCP4_PACKET_OPTION *) ((UINT8 *) (Opt) + \ 178 sizeof (EFI_DHCP4_PACKET_OPTION) + (Opt)->Length - 1)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | main.c | 122 } Opt; typedef in typeref:struct:__anon10261 124 Opt options[] = { 143 void ProcessArgs(int argc, char **argv, Opt *options) 148 Opt *options; 151 Opt *p; 190 Opt *p = options;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | VfrCompiler.cpp | 243 CHAR8 *Opt = NULL; local 249 Opt = new CHAR8[Len]; 250 if (Opt == NULL) { 254 Opt[0] = 0; 256 strcat (Opt, mOptions.CPreprocessorOptions); 258 strcat (Opt, " "); 259 strcat (Opt, Options); 263 mOptions.CPreprocessorOptions = Opt;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
H A D | PxeBcDhcp.h | 285 #define GET_NEXT_DHCP_OPTION(Opt) \ 286 (EFI_DHCP4_PACKET_OPTION *) ((UINT8 *) (Opt) + sizeof (EFI_DHCP4_PACKET_OPTION) + (Opt)->Length - 1)
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | Tcp4Misc.c | 92 @param Opt Pointer to the options announced by the peer. 99 IN TCP_OPTION *Opt 104 ASSERT ((Tcb != NULL) && (Seg != NULL) && (Opt != NULL)); 117 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_MSS)) { 118 Tcb->SndMss = (UINT16) MAX (64, Opt->Mss); 139 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_WS) && 142 Tcb->SndWndScale = Opt->WndScale; 154 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_TS) &&
|
H A D | Tcp4Func.h | 120 @param Opt Pointer to the options announced by the peer. 127 IN TCP_OPTION *Opt
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
H A D | genmk_old.c | 77 } Opt; typedef in typeref:struct:_Opt 80 static void ProcessArgs(int, char **, Opt *); 236 Opt options[] = { 303 Opt *p = options; 707 ProcessArgs( int argc, char **argv, Opt *options ) 712 Opt *options; 715 Opt *p;
|
H A D | genmk.c | 93 } Opt; typedef in typeref:struct:_Opt 96 static void ProcessArgs(int, char **, Opt *); 345 Opt options[] = { 433 Opt *p = options; 996 ProcessArgs( int argc, char **argv, Opt *options ) 1001 Opt *options; 1004 Opt *p;
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/ |
H A D | TcpMisc.c | 97 @param[in] Opt Pointer to the options announced by the peer. 104 IN TCP_OPTION *Opt 109 ASSERT ((Tcb != NULL) && (Seg != NULL) && (Opt != NULL)); 122 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_MSS)) { 123 Tcb->SndMss = (UINT16) MAX (64, Opt->Mss); 144 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_WS) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_WS)) { 146 Tcb->SndWndScale = Opt->WndScale; 158 if (TCP_FLG_ON (Opt->Flag, TCP_OPTION_RCVD_TS) && !TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_NO_TS)) {
|
H A D | TcpFunc.h | 56 @param[in] Opt Pointer to the options announced by the peer. 63 IN TCP_OPTION *Opt
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | String.py | 832 Opt = OptionList[Index] 833 if not Opt.startswith(Which): 835 if len(Opt) > len(Which): 836 Val = Opt[len(Which):]
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | String.py | 706 Opt = OptionList[Index] 707 if not Opt.startswith(Which): 709 if len(Opt) > len(Which): 710 Val = Opt[len(Which):]
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | main.c | 59 } Opt; typedef in typeref:struct:_Opt 62 extern void ProcessArgs(int, char **, Opt *); 495 Opt options[] = { 1016 Opt *p = options; 1385 ProcessArgs( int argc, char **argv, Opt *options ) 1390 Opt *options; 1393 Opt *p;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/ |
H A D | mingw-gcc-build.py | 119 (Opt, Args) = Parser.parse_args() 121 self.arch = Opt.arch.lower() 133 return (Opt, Args)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | Ecc.py | 345 # @retval Opt A optparse.Values object containing the parsed options 375 (Opt, Args)=Parser.parse_args() 377 return (Opt, Args)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
H A D | Eot.py | 596 # @retval Opt A optparse.Values object containing the parsed options 628 (Opt, Args)=Parser.parse_args() 630 return (Opt, Args)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/ |
H A D | build.py | 1655 # @retval Opt A optparse.Values object containing the parsed options 1719 (Opt, Args)=Parser.parse_args() 1722 if TargetTxtFile != Opt.VBoxTargetConf: 1723 gBuildConfiguration = os.path.abspath(Opt.VBoxTargetConf) 1726 return (Opt, Args)
|