Searched refs:mOptions (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp71 mOptions.VfrFileName[0] = '\0';
72 mOptions.RecordListFile[0] = '\0';
73 mOptions.CreateRecordListFile = FALSE;
74 mOptions.CreateIfrPkgFile = FALSE;
75 mOptions.PkgOutputFileName[0] = '\0';
76 mOptions.COutputFileName[0] = '\0';
77 mOptions.OutputDirectory[0] = '\0';
78 mOptions.PreprocessorOutputFileName[0] = '\0';
79 mOptions.VfrBaseFileName[0] = '\0';
80 mOptions
[all...]
H A DVfrCompiler.h75 OPTIONS mOptions; member in class:CVfrCompiler
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c71 if (ParseCommandLine (Argc, Argv, &mOptions)) {
75 if (mOptions.Quiet) {
77 } else if (mOptions.Verbose) {
79 } else if (mOptions.Debug) {
83 if (mOptions.Verbose) {
90 if (mOptions.DumpOption == 1) {
91 if (mOptions.FileList != NULL) {
92 if ((Ptr0 = strstr ((CONST CHAR8 *) mOptions.FileList->FileName, DEFAULT_OUTPUT_EXTENSION)) != NULL) {
93 DumpImage (mOptions.FileList);
105 if (!mOptions
[all...]
H A DEfiRom.h112 static OPTIONS mOptions; variable
/vbox/src/VBox/Main/src-server/
H A DNetworkServiceRunner.cpp46 std::map<std::string, std::string> mOptions; member in struct:NetworkServiceRunner::Data
66 m->mOptions.insert(std::map<std::string, std::string>::value_type(key, val));
84 AssertReturn(m->mOptions.size() < 10, VERR_INTERNAL_ERROR);
104 for(it = m->mOptions.begin(); it != m->mOptions.end(); ++it)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/SetSockOpt/
H A DSetSockOpt.c42 CONST OPTIONS mOptions[] = { variable
260 pOption = &mOptions[0];
261 pEnd = &pOption[sizeof ( mOptions ) / sizeof ( mOptions[0])];
282 pOption = &mOptions[0];

Completed in 49 milliseconds