Lines Matching defs:TokenNumber

49   Returns the 8-bit value for the token specified by TokenNumber. 
51 @param[in] TokenNumber The PCD token number to retrieve a current value for.
53 @return Returns the 8-bit value for the token specified by TokenNumber.
59 IN UINTN TokenNumber
72 Returns the 16-bit value for the token specified by TokenNumber.
74 @param[in] TokenNumber The PCD token number to retrieve a current value for.
76 @return Returns the 16-bit value for the token specified by TokenNumber.
82 IN UINTN TokenNumber
95 Returns the 32-bit value for the token specified by TokenNumber.
97 @param[in] TokenNumber The PCD token number to retrieve a current value for.
99 @return Returns the 32-bit value for the token specified by TokenNumber.
105 IN UINTN TokenNumber
118 Returns the 64-bit value for the token specified by TokenNumber.
120 @param[in] TokenNumber The PCD token number to retrieve a current value for.
122 @return Returns the 64-bit value for the token specified by TokenNumber.
128 IN UINTN TokenNumber
141 Returns the pointer to the buffer of the token specified by TokenNumber.
143 @param[in] TokenNumber The PCD token number to retrieve a current value for.
145 @return Returns the pointer to the token specified by TokenNumber.
151 IN UINTN TokenNumber
164 Returns the Boolean value of the token specified by TokenNumber.
166 @param[in] TokenNumber The PCD token number to retrieve a current value for.
168 @return Returns the Boolean value of the token specified by TokenNumber.
174 IN UINTN TokenNumber
187 @param[in] TokenNumber The PCD token number to retrieve a current value for.
189 @return Returns the size of the token specified by TokenNumber.
195 IN UINTN TokenNumber
208 Returns the 8-bit value for the token specified by TokenNumber and Guid.
214 @param[in] TokenNumber The PCD token number to retrieve a current value for.
223 IN UINTN TokenNumber
236 Returns the 16-bit value for the token specified by TokenNumber and Guid.
242 @param[in] TokenNumber The PCD token number to retrieve a current value for.
251 IN UINTN TokenNumber
262 Returns the 32-bit value for the token specified by TokenNumber and Guid.
267 @param[in] TokenNumber The PCD token number to retrieve a current value for.
276 IN UINTN TokenNumber
289 Returns the 64-bit value for the token specified by TokenNumber and Guid.
295 @param[in] TokenNumber The PCD token number to retrieve a current value for.
304 IN UINTN TokenNumber
317 Returns the pointer to the buffer of token specified by TokenNumber and Guid.
323 @param[in] TokenNumber The PCD token number to retrieve a current value for.
332 IN UINTN TokenNumber
345 Returns the Boolean value of the token specified by TokenNumber and Guid.
351 @param[in] TokenNumber The PCD token number to retrieve a current value for.
360 IN UINTN TokenNumber
373 Returns the size of the token specified by TokenNumber and Guid.
379 @param[in] TokenNumber The PCD token number to retrieve a current value for.
388 IN UINTN TokenNumber
401 Sets the 8-bit value for the token specified by TokenNumber
404 @param[in] TokenNumber The PCD token number to set a current value for.
413 IN UINTN TokenNumber,
427 Sets the 16-bit value for the token specified by TokenNumber
430 @param[in] TokenNumber The PCD token number to set a current value for.
439 IN UINTN TokenNumber,
453 Sets the 32-bit value for the token specified by TokenNumber
456 @param[in] TokenNumber The PCD token number to set a current value for.
465 IN UINTN TokenNumber,
479 Sets the 64-bit value for the token specified by TokenNumber
482 @param[in] TokenNumber The PCD token number to set a current value for.
491 IN UINTN TokenNumber,
505 Sets a buffer for the token specified by TokenNumber to the value
507 If SizeOfBuffer is greater than the maximum size support by TokenNumber,
508 then set SizeOfBuffer to the maximum size supported by TokenNumber and
517 @param[in] TokenNumber The PCD token number to set a current value for.
527 IN UINTN TokenNumber,
542 Sets the Boolean value for the token specified by TokenNumber
545 @param[in] TokenNumber The PCD token number to set a current value for.
554 IN UINTN TokenNumber,
568 Sets the 8-bit value for the token specified by TokenNumber and
575 @param[in] TokenNumber The PCD token number to set a current value for.
585 IN UINTN TokenNumber,
599 Sets the 16-bit value for the token specified by TokenNumber and
606 @param[in] TokenNumber The PCD token number to set a current value for.
616 IN UINTN TokenNumber,
630 Sets the 32-bit value for the token specified by TokenNumber and
637 @param[in] TokenNumber The PCD token number to set a current value for.
647 IN UINTN TokenNumber,
661 Sets the 64-bit value for the token specified by TokenNumber and
667 @param[in] TokenNumber The PCD token number to set a current value for.
677 IN UINTN TokenNumber,
691 Sets a buffer for the token specified by TokenNumber to the value specified by
693 the maximum size support by TokenNumber, then set SizeOfBuffer to the maximum size
694 supported by TokenNumber and return NULL to indicate that the set operation
703 @param[in] TokenNumber The PCD token number to set a current value for.
714 IN UINTN TokenNumber,
729 Sets the Boolean value for the token specified by TokenNumber and
736 @param[in] TokenNumber The PCD token number to set a current value for.
746 IN UINTN TokenNumber,
760 When the token specified by TokenNumber and Guid is set,
769 @param[in] TokenNumber The PCD token number to monitor.
771 specified by Guid and TokenNumber is set.
778 IN UINTN TokenNumber,
793 If LibPcdCallbackOnSet() was not previously called with Guid, TokenNumber,
797 @param[in] TokenNumber Specify the token number.
805 IN UINTN TokenNumber,
818 If Guid is NULL, then the default token space is used. If TokenNumber is 0,
820 follows TokenNumber in the token space is returned. If TokenNumber is the last
823 If TokenNumber is not 0 and is not in the token space specified by Guid, then ASSERT().
827 @param[in] TokenNumber The previous PCD token number. If 0, then retrieves the first PCD
837 IN UINTN TokenNumber