Lines Matching full:value
28 Sets the SKU value for subsequent calls to set or get PCD token values.
33 For each item (token), the database can hold a single value that applies to all SKUs,
34 or multiple values, where each value is associated with a specific SKU Id. Items with multiple,
39 single value for that token. For SKU-enabled tokens, the system will use the SKU Id set by the
41 …the system uses the default SKU Id. If the system attempts to use the default SKU Id and no value …
44 @param[in] SkuId The SKU value that will be used when the PCD service will retrieve and
56 Retrieves an 8-bit value for a given PCD token.
58 Retrieves the current byte-sized value for a PCD token number.
63 @return The UINT8 value.
73 Retrieves a 16-bit value for a given PCD token.
75 Retrieves the current 16-bit value for a PCD token number.
80 @return The UINT16 value.
90 Retrieves a 32-bit value for a given PCD token.
92 Retrieves the current 32-bit value for a PCD token number.
97 @return The UINT32 value.
107 Retrieves a 64-bit value for a given PCD token.
109 Retrieves the current 64-bit value for a PCD token number.
114 @return The UINT64 value.
124 Retrieves a pointer to a value for a given PCD token.
143 Retrieves a Boolean value for a given PCD token.
145 Retrieves the current boolean value for a PCD token number.
152 @return The Boolean value.
162 Retrieves the size of the value for a given PCD token.
169 @return The size of the value for the PCD token.
179 Retrieves an 8-bit value for a given PCD token.
181 Retrieves the 8-bit value of a particular PCD token.
189 @return The size 8-bit value for the PCD token.
200 Retrieves a 16-bit value for a given PCD token.
202 Retrieves the 16-bit value of a particular PCD token.
210 @return The size 16-bit value for the PCD token.
221 Retrieves a 32-bit value for a given PCD token.
223 Retrieves the 32-bit value of a particular PCD token.
231 @return The size 32-bit value for the PCD token.
242 Retrieves an 64-bit value for a given PCD token.
244 Retrieves the 64-bit value of a particular PCD token.
252 @return The size 64-bit value for the PCD token.
263 Retrieves a pointer to a value for a given PCD token.
284 Retrieves a Boolean value for a given PCD token.
286 Retrieves the Boolean value of a particular PCD token.
294 @return The size Boolean value for the PCD token.
305 Retrieves the size of the value for a given PCD token.
313 @return The size of the value for the PCD token.
324 Sets an 8-bit value for a given PCD token.
326 When the PCD service sets a value, it will check to ensure that the
327 size of the value being set is compatible with the Token's existing definition.
331 @param[in] Value The value to set for the PCD token.
344 IN UINT8 Value
348 Sets a 16-bit value for a given PCD token.
350 When the PCD service sets a value, it will check to ensure that the
351 size of the value being set is compatible with the Token's existing definition.
355 @param[in] Value The value to set for the PCD token.
368 IN UINT16 Value
372 Sets a 32-bit value for a given PCD token.
374 When the PCD service sets a value, it will check to ensure that the
375 size of the value being set is compatible with the Token's existing definition.
379 @param[in] Value The value to set for the PCD token.
392 IN UINT32 Value
396 Sets a 64-bit value for a given PCD token.
398 When the PCD service sets a value, it will check to ensure that the
399 size of the value being set is compatible with the Token's existing definition.
403 @param[in] Value The value to set for the PCD token.
416 IN UINT64 Value
420 Sets a value of a specified size for a given PCD token.
422 When the PCD service sets a value, it will check to ensure that the
423 size of the value being set is compatible with the Token's existing definition.
427 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
429 … for this TokenNumber then the output value of SizeOfValue will reflect
449 Sets a Boolean value for a given PCD token.
451 When the PCD service sets a value, it will check to ensure that the
452 size of the value being set is compatible with the Token's existing definition.
456 @param[in] Value The value to set for the PCD token.
469 IN BOOLEAN Value
473 Sets an 8-bit value for a given PCD token.
475 When the PCD service sets a value, it will check to ensure that the
476 size of the value being set is compatible with the Token's existing definition.
479 …@param[in] Guid The 128-bit unique value that designates the namespace from which to extra…
481 @param[in] Value The value to set for the PCD token.
495 IN UINT8 Value
499 Sets an 16-bit value for a given PCD token.
501 When the PCD service sets a value, it will check to ensure that the
502 size of the value being set is compatible with the Token's existing definition.
505 …@param[in] Guid The 128-bit unique value that designates the namespace from which to extra…
507 @param[in] Value The value to set for the PCD token.
521 IN UINT16 Value
525 Sets a 32-bit value for a given PCD token.
527 When the PCD service sets a value, it will check to ensure that the
528 size of the value being set is compatible with the Token's existing definition.
531 …@param[in] Guid The 128-bit unique value that designates the namespace from which to extra…
533 @param[in] Value The value to set for the PCD token.
547 IN UINT32 Value
551 Sets a 64-bit value for a given PCD token.
553 When the PCD service sets a value, it will check to ensure that the
554 size of the value being set is compatible with the Token's existing definition.
557 …@param[in] Guid The 128-bit unique value that designates the namespace from which to extra…
559 @param[in] Value The value to set for the PCD token.
573 IN UINT64 Value
577 Sets a value of a specified size for a given PCD token.
579 When the PCD service sets a value, it will check to ensure that the
580 size of the value being set is compatible with the Token's existing definition.
583 …am[in] Guid The 128-bit unique value that designates the namespace from which to extra…
585 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
587 for this TokenNumber then the output value of SizeOfValue will reflect
608 Sets a Boolean value for a given PCD token.
610 When the PCD service sets a value, it will check to ensure that the
611 size of the value being set is compatible with the Token's existing definition.
614 …@param[in] Guid The 128-bit unique value that designates the namespace from which to extra…
616 @param[in] Value The value to set for the PCD token.
630 IN BOOLEAN Value
637 Firstly, it notifies the module which did the registration that the value
640 the value that has been set, if necessary. After the invocation of the callback function,
662 Specifies a function to be called anytime the value of a designated token is changed.
665 …[in] Guid The 128-bit unique value that designates the namespace from which to extra…
666 …@param[in] CallBackFunction The function prototype called when the value associated with the Cal…
685 …m[in] Guid The 128-bit unique value that designates the namespace from which to extra…
686 …@param[in] CallBackFunction The function prototype called when the value associated with the Call…
717 …@param[in] Guid The 128-bit unique value that designates the namespace from which to retri…
744 … token namespace, an error is returned and the value of *Guid is undefined.
746 @retval EFI_SUCCESS The PCD service retrieved the value requested.