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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyAccessPolicy.c298 EFI_DEVICE_PATH_PROTOCOL *Dp; local
306 Dp = (EFI_DEVICE_PATH_PROTOCOL *) (mAccessInfo.LoadForbid + OffSet);
307 DPSize = GetDevicePathSize (Dp);
311 if ((DPSize == Size) && (CompareMem (DevicePath, Dp, Size) == 0)) {
486 EFI_DEVICE_PATH_PROTOCOL *Dp; local
528 Dp = (EFI_DEVICE_PATH_PROTOCOL *) (mAccessInfo.LoadForbid + Offset);
529 DPSize = GetDevicePathSize (Dp);
532 Dp,
603 EFI_DEVICE_PATH_PROTOCOL *Dp; local
610 Dp
[all...]

Completed in 54 milliseconds