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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
TcgStorageOpalCore.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriverPrivate.h 33 OPAL_DISK_SUPPORT_ATTRIBUTE SupportedAttributes;
OpalHiiCallbacks.c 108 if (!OpalFeatureEnabled (&OpalDisk->SupportedAttributes, &OpalDisk->LockingFeature)) {
110 } else if (OpalDeviceLocked (&OpalDisk->SupportedAttributes, &OpalDisk->LockingFeature)) {
OpalHii.c 306 if ((OpalDisk != NULL) && OpalFeatureSupported (&OpalDisk->SupportedAttributes)) {
351 if (OpalSupportGetAvailableActions (&OpalDisk->SupportedAttributes, &OpalDisk->LockingFeature, OpalDisk->Owner, &AvailActions) != TcgResultSuccess) {
611 Ret = OpalSupportGetAvailableActions(&OpalDisk->SupportedAttributes, &OpalDisk->LockingFeature, OpalDisk->Owner, &AvailActions);
623 if (!OpalFeatureEnabled (&OpalDisk->SupportedAttributes, &OpalDisk->LockingFeature)) {
    [all...]
OpalDriver.c 275 IsEnabled = OpalFeatureEnabled (&Dev->OpalDisk.SupportedAttributes, &Dev->OpalDisk.LockingFeature);
282 Locked = OpalDeviceLocked (&Dev->OpalDisk.SupportedAttributes, &Dev->OpalDisk.LockingFeature);
434 if (Itr->OpalDisk.SupportedAttributes.BlockSid) {
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
TcgStorageOpalLib.h 475 @param[in] SupportedAttributes Opal device attribute.
481 OPAL_DISK_SUPPORT_ATTRIBUTE *SupportedAttributes
490 @param[in] SupportedAttributes Opal device attribute.
498 OPAL_DISK_SUPPORT_ATTRIBUTE *SupportedAttributes,
508 @param[in] SupportedAttributes Opal device attribute.
514 OPAL_DISK_SUPPORT_ATTRIBUTE *SupportedAttributes,
537 @param[in/out] SupportedAttributes Return the support attribute info.
545 OPAL_DISK_SUPPORT_ATTRIBUTE *SupportedAttributes,
OpalPasswordSupportLib.h 91 @param[in] SupportedAttributes The support attribute for the device.
100 IN OPAL_DISK_SUPPORT_ATTRIBUTE *SupportedAttributes,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 27 @param[in] SupportedAttributes The support attribute for the device.
36 IN OPAL_DISK_SUPPORT_ATTRIBUTE *SupportedAttributes,
62 if (SupportedAttributes->MediaEncryption) {
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 194 OPAL_DISK_SUPPORT_ATTRIBUTE SupportedAttributes;
202 Ret = OpalGetSupportedAttributesInfo (&Session, &SupportedAttributes, &OpalBaseComId);
209 *BlockSidSupported = SupportedAttributes.BlockSid == 1 ? TRUE : FALSE;
216 return OpalDeviceLocked (&SupportedAttributes, &LockingFeature);
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
salproc.h 165 UINT8 SupportedAttributes;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h 249 UINT8 SupportedAttributes;

Completed in 729 milliseconds