Searched refs:FilePathListLength (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1012 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
1026 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
1031 NewLoadContext->FilePathListLength
1043 LoadOptionPtr += NewLoadContext->FilePathListLength;
1050 NewLoadContext->FilePathListLength;
1560 NewLoadContext->FilePathListLength = *(UINT16 *) LoadOptionPtr;
1575 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength);
1580 NewLoadContext->FilePathListLength
1592 LoadOptionPtr += NewLoadContext->FilePathListLength;
1599 NewLoadContext->FilePathListLength;
[all...]
H A DVariable.c605 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr);
776 NewLoadContext->FilePathListLength = *((UINT16 *) Ptr);
H A DBootMaint.h288 UINT16 FilePathListLength; member in struct:__anon10490

Completed in 50 milliseconds