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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfig.c365 CHAR16 *StrPtr; local
382 StrPtr = AllocateCopyPool (StrSize (ParamStr), ParamStr);
383 if (StrPtr == NULL) {
387 Name = StrPtr;
391 while (*StrPtr != 0) {
392 if (*StrPtr == L' ') {
393 *StrPtr = 0;
404 VlanIdStr = StrPtr;
409 PriorityStr = StrPtr;
421 StrPtr
499 CHAR16 *StrPtr; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c1042 CHAR16 *StrPtr; local
1112 StrPtr = StrStr (Value, L"&");
1113 if (StrPtr == NULL) {
1114 StrPtr = Value + StrLen (Value);
1121 for (Index = 0, StrPtr --; StrPtr >= Value; StrPtr --, Index ++) {
1122 TemStr[0] = *StrPtr;
1144 StrPtr = StrStr (Value, L"&");
1145 if (StrPtr
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c2201 CHAR16 *StrPtr; local
2346 Status = GetValueByName (OpCode->VarStorage, OpCode->ValueName, &StrPtr);
2348 ASSERT (StrPtr != NULL);
2349 TempLength = StrLen (StrPtr);
2355 TempStr[0] = StrPtr[TempLength - Index - 1];
2472 StrPtr = GetToken (OpCode->DevicePath, FormSet->HiiHandle);
2473 if (StrPtr == NULL) {
2478 if (!GetQuestionValueFromForm((EFI_DEVICE_PATH_PROTOCOL*)StrPtr, NULL, &OpCode->Guid, Value->Value.u16, &QuestionVal)){
2561 StrPtr = GetToken (Value->Value.string, FormSet->HiiHandle);
2562 if (StrPtr
[all...]
H A DSetup.c439 CHAR16 *StrPtr; local
520 StrPtr = ConfigResp + StrLen (Storage->ConfigHdr) + 1;
522 BufferSize = StrSize (StrPtr);
531 CopyMem (ResultsData, StrPtr, BufferSize);
1119 CHAR16 *StrPtr; local
1139 StrPtr = StrStr (ConfigResp, L"PATH");
1140 if (StrPtr == NULL) {
1143 StrPtr = StrStr (ConfigResp, L"&");
1144 while (StrPtr != NULL) {
1148 StrPtr
3277 CHAR16 *StrPtr; local
[all...]

Completed in 43 milliseconds