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

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyAccessPolicy.c633 UINTN DevicePathLen; local
659 DevicePathLen = *(UINT16 *) VarPtr;
670 NewLen = mAccessInfo.LoadForbidLen + DevicePathLen;
682 CopyMem (NewFL + mAccessInfo.LoadForbidLen, VarPtr, DevicePathLen);

Completed in 50 milliseconds