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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c455 UINT16 AdditionalAdrCount; local
459 AdditionalAdrCount = (UINT16) ((Length - 8) / 4);
462 for (Index = 0; Index < AdditionalAdrCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c447 UINT16 AdditionalAdrCount; local
451 AdditionalAdrCount = (UINT16) ((Length - 8) / 4);
454 for (Index = 0; Index < AdditionalAdrCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c515 UINT16 AdditionalAdrCount; local
519 AdditionalAdrCount = (UINT16) ((Length - 8) / 4);
522 for (Index = 0; Index < AdditionalAdrCount; Index++) {

Completed in 51 milliseconds