Home | History | Annotate | Download | only in TcgStorageCoreLib

Lines Matching defs:Feature

23     TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER  *Feature;

763 // Not enough bytes left for Feature descriptor
770 // Report the Feature to the callback
787 The callback function for Get Feature function.
790 @param Feature Input Feature.
791 @param FeatureSize Input Feature size.
799 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature,
807 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) {
808 FindCtx->Feature = Feature;
816 Get Feature code from the header.
819 @param FeatureCode reutrn the Feature code.
820 @param FeatureSize return the Feature size.
822 @retval return the Feature code data.
835 FindCtx.Feature = NULL;
842 return FindCtx.Feature;