Home | History | Annotate | Download | only in PeiPcdLib

Lines Matching full:specified

126   Sets the current SKU in the PCD database to the value specified by SkuId.  SkuId is returned.

150 Returns the 8-bit value for the token specified by TokenNumber.
154 @return Returns the 8-bit value for the token specified by TokenNumber.
171 Returns the 16-bit value for the token specified by TokenNumber.
175 @return Returns the 16-bit value for the token specified by TokenNumber.
192 Returns the 32-bit value for the token specified by TokenNumber.
196 @return Returns the 32-bit value for the token specified by TokenNumber.
213 Returns the 64-bit value for the token specified by TokenNumber.
217 @return Returns the 64-bit value for the token specified by TokenNumber.
234 Returns the pointer to the buffer of the token specified by TokenNumber.
238 @return Returns the pointer to the token specified by TokenNumber.
255 Returns the Boolean value of the token specified by TokenNumber.
259 @return Returns the Boolean value of the token specified by TokenNumber.
278 @return Returns the size of the token specified by TokenNumber.
295 Returns the 8-bit value for the token specified by TokenNumber and Guid.
323 Returns the 16-bit value for the token specified by TokenNumber and Guid.
350 Returns the 32-bit value for the token specified by TokenNumber and Guid.
378 Returns the 64-bit value for the token specified by TokenNumber and Guid.
405 Returns the pointer to the buffer of token specified by TokenNumber and Guid.
433 Returns the Boolean value of the token specified by TokenNumber and Guid.
460 Returns the size of the token specified by TokenNumber and Guid.
488 Sets the 8-bit value for the token specified by TokenNumber
489 to the value specified by Value. Value is returned.
514 Sets the 16-bit value for the token specified by TokenNumber
515 to the value specified by Value. Value is returned.
540 Sets the 32-bit value for the token specified by TokenNumber
541 to the value specified by Value. Value is returned.
566 Sets the 64-bit value for the token specified by TokenNumber
567 to the value specified by Value. Value is returned.
592 Sets a buffer for the token specified by TokenNumber to the value
593 specified by Buffer and SizeOfBuffer. Buffer is returned.
642 Sets the Boolean value for the token specified by TokenNumber
643 to the value specified by Value. Value is returned.
668 specified by TokenNumber and
669 Guid to the value specified by Value. Value is returned.
701 Sets the 16-bit value for the token specified by TokenNumber and
702 Guid to the value specified by Value. Value is returned.
734 Sets the 32-bit value for the token specified by TokenNumber and
735 Guid to the value specified by Value. Value is returned.
767 Sets the 64-bit value for the token specified by TokenNumber and
768 Guid to the value specified by Value. Value is returned.
800 Sets a buffer for the token specified by TokenNumber to the value specified by
851 Sets the Boolean value for the token specified by TokenNumber and
852 Guid to the value specified by Value. Value is returned.
883 Sets the 8-bit value for the token specified by TokenNumber
884 to the value specified by Value.
905 Sets the 16-bit value for the token specified by TokenNumber
906 to the value specified by Value.
927 Sets the 32-bit value for the token specified by TokenNumber
928 to the value specified by Value.
949 Sets the 64-bit value for the token specified by TokenNumber
950 to the value specified by Value.
971 Sets a buffer for the token specified by TokenNumber to the value specified
1010 Sets the boolean value for the token specified by TokenNumber
1011 to the value specified by Value.
1032 Sets the 8-bit value for the token specified by TokenNumber
1033 to the value specified by Value.
1061 Sets the 16-bit value for the token specified by TokenNumber
1062 to the value specified by Value.
1090 Sets the 32-bit value for the token specified by TokenNumber
1091 to the value specified by Value.
1119 Sets the 64-bit value for the token specified by TokenNumber
1120 to the value specified by Value.
1148 Sets a buffer for the token specified by TokenNumber to the value specified by
1190 Sets the boolean value for the token specified by TokenNumber
1191 to the value specified by Value.
1217 Set up a notification function that is called when a specified token is set.
1219 When the token specified by TokenNumber and Guid is set,
1220 then notification function specified by NotificationFunction is called.
1229 specified by Guid and TokenNumber is set.
1290 Retrieves the next PCD token number from the token space specified by Guid.
1296 If TokenNumber is not 0 and is not in the token space specified by Guid, then ASSERT().
1351 Sets the PCD entry specified by PatchVariable to the value specified by Buffer
1364 @param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariable.
1401 Sets the PCD entry specified by PatchVariable to the value specified
1414 @param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariable.
1452 Sets the PCD entry specified by PatchVariable to the value specified by Buffer
1467 @param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariable.
1507 Sets the PCD entry specified by PatchVariable to the value specified
1522 @param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariable.
1565 If TokenNumber is not in the default token space specified, then ASSERT().
1590 If TokenNumber is not in the token space specified by Guid, then ASSERT().