Home | History | Annotate | Download | only in TcgStorageOpalLib

Lines Matching refs:RangeLength

1124   The function updates the RangeStart, RangeLength, ReadLockedEnabled, WriteLockedEnabled, ReadLocked and WriteLocked columns

1130 @param[in] RangeLength Value to set RangeLength column for Locking Range
1144 UINT64 RangeLength,
1184 ERROR_CHECK(TcgAddUINT8(&CreateStruct, 0x04)); // "RangeLength"
1185 ERROR_CHECK(TcgAddUINT64(&CreateStruct, RangeLength));