HomeSort by relevance Sort by last modified time
    Searched refs:DevicePathLen (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 511 UINTN DevicePathLen;
524 DevicePathLen = GetDevicePathSize (DevicePath);
525 Length = OFFSET_OF (OPAL_COMM_DEVICE_LIST, OpalDevicePath) + DevicePathLen;
535 CopyMem (&Parameter->OpalDevicePath, DevicePath, DevicePathLen);
608 UINTN DevicePathLen;
610 DevicePathLen = GetDevicePathSize (DevicePath);
614 if (CompareMem (&List->OpalDevicePath, DevicePath, DevicePathLen) == 0) {
620 Dev = AllocateZeroPool (OFFSET_OF (OPAL_DISK_AND_PASSWORD_INFO, OpalDevicePath) + DevicePathLen);
627 CopyMem(&(Dev->OpalDevicePath), DevicePath, DevicePathLen);
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
ModifyAccessPolicy.c 633 UINTN DevicePathLen;
659 DevicePathLen = *(UINT16 *) VarPtr;
670 NewLen = mAccessInfo.LoadForbidLen + DevicePathLen;
682 CopyMem (NewFL + mAccessInfo.LoadForbidLen, VarPtr, DevicePathLen);

Completed in 91 milliseconds