Lines Matching +full:build +full:- +full:in

5   It should be included in any module that uses PCD. If a module uses dynamic/dynamicex
9 translated to a variable or macro that is auto-generated by build tool in
17 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
18 SPDX-License-Identifier: BSD-2-Clause-Patent
30 If TokenName is not a valid token in the token space, then the module will not build.
44 If TokenName is not a valid token in the token space, then the module will not build.
45 If TokenName is not a feature flag PCD, then the module will not build.
56 Retrieves an 8-bit fixed PCD token value based on a token name.
58 Returns the 8-bit value for the token specified by TokenName.
59 If TokenName is not a valid token in the token space, then the module will not build.
60 If TokenName is not a fixed at build PCD, then the module will not build.
64 @return 8-bit value for the token specified by TokenName.
71 Retrieves a 16-bit fixed PCD token value based on a token name.
73 Returns the 16-bit value for the token specified by TokenName.
74 If TokenName is not a valid token in the token space, then the module will not build.
75 If TokenName is not a fixed at build PCD, then the module will not build.
79 @return 16-bit value for the token specified by TokenName.
86 Retrieves a 32-bit fixed PCD token value based on a token name.
88 Returns the 32-bit value for the token specified by TokenName.
89 If TokenName is not a valid token in the token space, then the module will not build.
90 If TokenName is not a fixed at build PCD, then the module will not build.
94 @return 32-bit value for the token specified by TokenName.
101 Retrieves a 64-bit fixed PCD token value based on a token name.
103 Returns the 64-bit value for the token specified by TokenName.
104 If TokenName is not a valid token in the token space, then the module will not build.
105 If TokenName is not a fixed at build PCD, then the module will not build.
109 @return 64-bit value for the token specified by TokenName.
119 If TokenName is not a valid token in the token space, then the module will not build.
120 If TokenName is not a fixed at build PCD, then the module will not build.
134 If TokenName is not a valid token in the token space, then the module will not build.
135 If TokenName is not a fixed at build PCD, then the module will not build.
146 Retrieves an 8-bit binary patchable PCD token value based on a token name.
148 Returns the 8-bit value for the token specified by TokenName.
149 If TokenName is not a valid token in the token space, then the module will not build.
150 If TokenName is not a patchable in module PCD, then the module will not build.
154 @return An 8-bit binary patchable PCD token value.
160 Retrieves a 16-bit binary patchable PCD token value based on a token name.
162 Returns the 16-bit value for the token specified by TokenName.
163 If TokenName is not a valid token in the token space, then the module will not build.
164 If TokenName is not a patchable in module PCD, then the module will not build.
168 @return A 16-bit binary patchable PCD token value.
175 Retrieves a 32-bit binary patchable PCD token value based on a token name.
177 Returns the 32-bit value for the token specified by TokenName.
178 If TokenName is not a valid token in the token space, then the module will not build.
179 If TokenName is not a patchable in module PCD, then the module will not build.
183 @return A 32-bit binary patchable PCD token value.
190 Retrieves a 64-bit binary patchable PCD token value based on a token name.
192 Returns the 64-bit value for the token specified by TokenName.
193 If TokenName is not a valid token in the token space, then the module will not build.
194 If TokenName is not a patchable in module PCD, then the module will not build.
198 @return A 64-bit binary patchable PCD token value.
208 If TokenName is not a valid token in the token space, then the module will not build.
209 If TokenName is not a patchable in module PCD, then the module will not build.
223 If TokenName is not a valid token in the token space, then the module will not build.
224 If TokenName is not a patchable in module PCD, then the module will not build.
235 Sets an 8-bit binary patchable PCD token value based on a token name.
237 Sets the 8-bit value for the token specified by TokenName. Value is returned.
238 If TokenName is not a valid token in the token space, then the module will not build.
239 If TokenName is not a patchable in module PCD, then the module will not build.
242 @param Value The 8-bit value to set.
251 Sets a 16-bit binary patchable PCD token value based on a token name.
253 Sets the 16-bit value for the token specified by TokenName. Value is returned.
254 If TokenName is not a valid token in the token space, then the module will not build.
255 If TokenName is not a patchable in module PCD, then the module will not build.
258 @param Value The 16-bit value to set.
267 Sets a 32-bit binary patchable PCD token value based on a token name.
269 Sets the 32-bit value for the token specified by TokenName. Value is returned.
270 If TokenName is not a valid token in the token space, then the module will not build.
271 If TokenName is not a patchable in module PCD, then the module will not build.
274 @param Value The 32-bit value to set.
283 Sets a 64-bit binary patchable PCD token value based on a token name.
285 Sets the 64-bit value for the token specified by TokenName. Value is returned.
286 If TokenName is not a valid token in the token space, then the module will not build.
287 If TokenName is not a patchable in module PCD, then the module will not build.
290 @param Value The 64-bit value to set.
302 If TokenName is not a valid token in the token space, then the module will not build.
303 If TokenName is not a patchable in module PCD, then the module will not build.
322 If TokenName is not a valid token in the token space, then the module will not build.
323 If TokenName is not a patchable in module PCD, then the module will not build.
329 @param SizeOfBuffer A pointer to the size, in bytes, of Buffer.
344 Retrieves an 8-bit PCD token value based on a token name.
346 Returns the 8-bit value for the token specified by TokenName.
347 If TokenName is not a valid token in the token space, then the module will not build.
351 @return 8-bit value for the token specified by TokenName.
358 Retrieves a 16-bit PCD token value based on a token name.
360 Returns the 16-bit value for the token specified by TokenName.
361 If TokenName is not a valid token in the token space, then the module will not build.
365 @return 16-bit value for the token specified by TokenName.
372 Retrieves a 32-bit PCD token value based on a token name.
374 Returns the 32-bit value for the token specified by TokenName.
375 If TokenName is not a valid token in the token space, then the module will not build.
379 @return 32-bit value for the token specified by TokenName.
386 Retrieves a 64-bit PCD token value based on a token name.
388 Returns the 64-bit value for the token specified by TokenName.
389 If TokenName is not a valid token in the token space, then the module will not build.
393 @return 64-bit value for the token specified by TokenName.
403 If TokenName is not a valid token in the token space, then the module will not build.
417 If TokenName is not a valid token in the token space, then the module will not build.
431 If TokenName is not a valid token in the token space, then the module will not build.
433 @param[in] TokenName The name of the PCD token to retrieve a current value size for.
445 If TokenName is not a valid token in the token space, then the module will not build.
447 @param[in] TokenName The name of the PCD token to retrieve a current value size for.
459 If TokenName is not a valid token in the token space, then the module will not build.
461 @param[in] TokenName The name of the PCD token to retrieve a current value size for.
475 @param[in] Guid Pointer to a 128-bit unique value that designates
477 @param[in] TokenNumber The PCD token number to retrieve a current value size for.
486 Sets an 8-bit PCD token value based on a token name.
488 Sets the 8-bit value for the token specified by TokenName. Value is returned.
489 If TokenName is not a valid token in the token space, then the module will not build.
492 @param Value The 8-bit value to set.
501 Sets a 16-bit PCD token value based on a token name.
503 Sets the 16-bit value for the token specified by TokenName. Value is returned.
504 If TokenName is not a valid token in the token space, then the module will not build.
507 @param Value The 16-bit value to set.
516 Sets a 32-bit PCD token value based on a token name.
518 Sets the 32-bit value for the token specified by TokenName. Value is returned.
519 If TokenName is not a valid token in the token space, then the module will not build.
522 @param Value The 32-bit value to set.
531 Sets a 64-bit PCD token value based on a token name.
533 Sets the 64-bit value for the token specified by TokenName. Value is returned.
534 If TokenName is not a valid token in the token space, then the module will not build.
537 @param Value The 64-bit value to set.
554 If TokenName is not a valid token in the token space, then the module will not build.
560 @param SizeOfBuffer A pointer to the size, in bytes, of Buffer.
573 If TokenName is not a valid token in the token space, then the module will not build.
585 Sets a 8-bit PCD token value based on a token name.
587 Sets the 8-bit value for the token specified by TokenName.
588 If TokenName is not a valid token in the token space, then the module will not build.
591 @param Value The 8-bit value to set.
599 Sets a 16-bit PCD token value based on a token name.
601 Sets the 16-bit value for the token specified by TokenName.
602 If TokenName is not a valid token in the token space, then the module will not build.
605 @param Value The 16-bit value to set.
613 Sets a 32-bit PCD token value based on a token name.
615 Sets the 32-bit value for the token specified by TokenName.
616 If TokenName is not a valid token in the token space, then the module will not build.
619 @param Value The 32-bit value to set.
627 Sets a 64-bit PCD token value based on a token name.
629 Sets the 64-bit value for the token specified by TokenName.
630 If TokenName is not a valid token in the token space, then the module will not build.
633 @param Value The 64-bit value to set.
649 If TokenName is not a valid token in the token space, then the module will not build.
655 @param SizeOfBuffer A pointer to the size, in bytes, of Buffer.
670 If TokenName is not a valid token in the token space, then the module will not build.
684 If TokenName is not a valid token in the token space, then the module will not build.
686 @param Guid Pointer to a 128-bit unique value that designates
696 Retrieves an 8-bit PCD token value based on a GUID and a token name.
698 Returns the 8-bit value for the token specified by Guid and TokenName.
699 If TokenName is not a valid token in the token space specified by Guid,
700 then the module will not build.
704 @param Guid Pointer to a 128-bit unique value that designates
708 @return An 8-bit PCD token value.
714 Retrieves a 16-bit PCD token value based on a GUID and a token name.
716 Returns the 16-bit value for the token specified by Guid and TokenName.
717 If TokenName is not a valid token in the token space specified by Guid,
718 then the module will not build.
722 @param Guid Pointer to a 128-bit unique value that designates
726 @return A 16-bit PCD token value.
733 Retrieves a 32-bit PCD token value based on a GUID and a token name.
735 Returns the 32-bit value for the token specified by Guid and TokenName.
736 If TokenName is not a valid token in the token space specified by Guid,
737 then the module will not build.
741 @param Guid Pointer to a 128-bit unique value that designates
745 @return A 32-bit PCD token value.
752 Retrieves a 64-bit PCD token value based on a GUID and a token name.
754 Returns the 64-bit value for the token specified by Guid and TokenName.
755 If TokenName is not a valid token in the token space specified by Guid,
756 then the module will not build.
760 @param Guid Pointer to a 128-bit unique value that designates
764 @return A 64-bit PCD token value.
774 If TokenName is not a valid token in the token space specified by Guid,
775 then the module will not build.
779 @param Guid Pointer to a 128-bit unique value that designates
793 If TokenName is not a valid token in the token space specified by Guid,
794 then the module will not build.
798 @param Guid Pointer to a 128-bit unique value that designates
811 Sets an 8-bit PCD token value based on a GUID and a token name.
813 Sets the 8-bit value for the token specified by Guid and TokenName. Value is returned.
814 If TokenName is not a valid token in the token space specified by Guid,
815 then the module will not build.
819 @param Guid Pointer to a 128-bit unique value that designates
822 @param Value The 8-bit value to set.
831 Sets a 16-bit PCD token value based on a GUID and a token name.
833 Sets the 16-bit value for the token specified by Guid and TokenName. Value is returned.
834 If TokenName is not a valid token in the token space specified by Guid,
835 then the module will not build.
839 @param Guid Pointer to a 128-bit unique value that designates
842 @param Value The 16-bit value to set.
851 Sets a 32-bit PCD token value based on a GUID and a token name.
853 Sets the 32-bit value for the token specified by Guid and TokenName. Value is returned.
854 If TokenName is not a valid token in the token space specified by Guid,
855 then the module will not build.
859 @param Guid Pointer to a 128-bit unique value that designates
862 @param Value The 32-bit value to set.
871 Sets a 64-bit PCD token value based on a GUID and a token name.
873 Sets the 64-bit value for the token specified by Guid and TokenName. Value is returned.
874 If TokenName is not a valid token in the token space specified by Guid,
875 then the module will not build.
879 @param Guid Pointer to a 128-bit unique value that designates
882 @param Value The 64-bit value to set.
899 If TokenName is not a valid token in the token space specified by Guid,
900 then the module will not build.
906 @param Guid Pointer to a 128-bit unique value that designates
909 @param SizeOfBuffer A pointer to the size, in bytes, of Buffer.
923 If TokenName is not a valid token in the token space specified by Guid,
924 then the module will not build.
928 @param Guid Pointer to a 128-bit unique value that designates
941 Sets an 8-bit PCD token value based on a GUID and a token name.
943 Sets the 8-bit value for the token specified by Guid and TokenName.
944 If TokenName is not a valid token in the token space specified by Guid,
945 then the module will not build.
949 @param Guid Pointer to a 128-bit unique value that designates
952 @param Value The 8-bit value to set.
960 Sets an 16-bit PCD token value based on a GUID and a token name.
962 Sets the 16-bit value for the token specified by Guid and TokenName.
963 If TokenName is not a valid token in the token space specified by Guid,
964 then the module will not build.
968 @param Guid Pointer to a 128-bit unique value that designates
971 @param Value The 16-bit value to set.
979 Sets an 32-bit PCD token value based on a GUID and a token name.
981 Sets the 32-bit value for the token specified by Guid and TokenName.
982 If TokenName is not a valid token in the token space specified by Guid,
983 then the module will not build.
987 @param Guid Pointer to a 128-bit unique value that designates
990 @param Value The 32-bit value to set.
998 Sets an 64-bit PCD token value based on a GUID and a token name.
1000 Sets the 64-bit value for the token specified by Guid and TokenName.
1001 If TokenName is not a valid token in the token space specified by Guid,
1002 then the module will not build.
1006 @param Guid Pointer to a 128-bit unique value that designates
1009 @param Value The 64-bit value to set.
1025 If TokenName is not a valid token in the token space specified by Guid,
1026 then the module will not build.
1032 @param Guid Pointer to a 128-bit unique value that designates
1035 @param SizeOfBuffer A pointer to the size, in bytes, of Buffer.
1049 If TokenName is not a valid token in the token space specified by Guid,
1050 then the module will not build.
1054 @param Guid Pointer to a 128-bit unique value that designates
1066 This function provides a means by which SKU support can be established in the PCD infrastructure.
1068 Sets the current SKU in the PCD database to the value specified by SkuId. SkuId is returned.
1079 IN UINTN SkuId
1086 Returns the 8-bit value for the token specified by TokenNumber.
1088 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1090 @return Returns the 8-bit value for the token specified by TokenNumber.
1096 IN UINTN TokenNumber
1103 Returns the 16-bit value for the token specified by TokenNumber.
1105 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1107 @return Returns the 16-bit value for the token specified by TokenNumber.
1113 IN UINTN TokenNumber
1120 Returns the 32-bit value for the token specified by TokenNumber.
1122 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1124 @return Returns the 32-bit value for the token specified by TokenNumber.
1130 IN UINTN TokenNumber
1137 Returns the 64-bit value for the token specified by TokenNumber.
1139 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1141 @return Returns the 64-bit value for the token specified by TokenNumber.
1147 IN UINTN TokenNumber
1156 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1164 IN UINTN TokenNumber
1173 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1181 IN UINTN TokenNumber
1188 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1196 IN UINTN TokenNumber
1203 Returns the 8-bit value for the token specified by TokenNumber and Guid.
1207 @param[in] Guid Pointer to a 128-bit unique value that designates
1209 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1217 IN CONST GUID *Guid,
1218 IN UINTN TokenNumber
1225 Returns the 16-bit value for the token specified by TokenNumber and Guid.
1229 @param[in] Guid Pointer to a 128-bit unique value that designates
1231 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1239 IN CONST GUID *Guid,
1240 IN UINTN TokenNumber
1245 Returns the 32-bit value for the token specified by TokenNumber and Guid.
1248 @param[in] Guid Pointer to a 128-bit unique value that designates
1250 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1258 IN CONST GUID *Guid,
1259 IN UINTN TokenNumber
1266 Returns the 64-bit value for the token specified by TokenNumber and Guid.
1270 @param[in] Guid Pointer to a 128-bit unique value that designates
1272 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1280 IN CONST GUID *Guid,
1281 IN UINTN TokenNumber
1292 @param[in] Guid Pointer to a 128-bit unique value that designates
1294 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1302 IN CONST GUID *Guid,
1303 IN UINTN TokenNumber
1314 @param[in] Guid Pointer to a 128-bit unique value that designates
1316 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1324 IN CONST GUID *Guid,
1325 IN UINTN TokenNumber
1336 @param[in] Guid Pointer to a 128-bit unique value that designates
1338 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1346 IN CONST GUID *Guid,
1347 IN UINTN TokenNumber
1355 Sets the 8-bit value for the token specified by TokenNumber
1358 @param[in] TokenNumber The PCD token number to set a current value for.
1359 @param[in] Value The 8-bit value to set.
1367 IN UINTN TokenNumber,
1368 IN UINT8 Value
1375 Sets the 16-bit value for the token specified by TokenNumber
1378 @param[in] TokenNumber The PCD token number to set a current value for.
1379 @param[in] Value The 16-bit value to set.
1387 IN UINTN TokenNumber,
1388 IN UINT16 Value
1395 Sets the 32-bit value for the token specified by TokenNumber
1398 @param[in] TokenNumber The PCD token number to set a current value for.
1399 @param[in] Value The 32-bit value to set.
1407 IN UINTN TokenNumber,
1408 IN UINT32 Value
1415 Sets the 64-bit value for the token specified by TokenNumber
1418 @param[in] TokenNumber The PCD token number to set a current value for.
1419 @param[in] Value The 64-bit value to set.
1427 IN UINTN TokenNumber,
1428 IN UINT64 Value
1447 @param[in] TokenNumber The PCD token number to set a current value for.
1448 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
1449 @param[in] Buffer A pointer to the buffer to set.
1457 IN UINTN TokenNumber,
1458 IN OUT UINTN *SizeOfBuffer,
1459 IN CONST VOID *Buffer
1469 @param[in] TokenNumber The PCD token number to set a current value for.
1470 @param[in] Value The boolean value to set.
1478 IN UINTN TokenNumber,
1479 IN BOOLEAN Value
1486 Sets the 8-bit value for the token specified by TokenNumber and
1491 @param[in] Guid Pointer to a 128-bit unique value that
1493 @param[in] TokenNumber The PCD token number to set a current value for.
1494 @param[in] Value The 8-bit value to set.
1502 IN CONST GUID *Guid,
1503 IN UINTN TokenNumber,
1504 IN UINT8 Value
1511 Sets the 16-bit value for the token specified by TokenNumber and
1516 @param[in] Guid Pointer to a 128-bit unique value that
1518 @param[in] TokenNumber The PCD token number to set a current value for.
1519 @param[in] Value The 16-bit value to set.
1527 IN CONST GUID *Guid,
1528 IN UINTN TokenNumber,
1529 IN UINT16 Value
1536 Sets the 32-bit value for the token specified by TokenNumber and
1541 @param[in] Guid Pointer to a 128-bit unique value that
1543 @param[in] TokenNumber The PCD token number to set a current value for.
1544 @param[in] Value The 32-bit value to set.
1552 IN CONST GUID *Guid,
1553 IN UINTN TokenNumber,
1554 IN UINT32 Value
1561 Sets the 64-bit value for the token specified by TokenNumber and
1566 @param[in] Guid Pointer to a 128-bit unique value that
1568 @param[in] TokenNumber The PCD token number to set a current value for.
1569 @param[in] Value The 64-bit value to set.
1577 IN CONST GUID *Guid,
1578 IN UINTN TokenNumber,
1579 IN UINT64 Value
1596 @param[in] Guid Pointer to a 128-bit unique value that
1598 @param[in] TokenNumber The PCD token number to set a current value for.
1599 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
1600 @param[in] Buffer A pointer to the buffer to set.
1608 IN CONST GUID *Guid,
1609 IN UINTN TokenNumber,
1610 IN OUT UINTN *SizeOfBuffer,
1611 IN VOID *Buffer
1623 @param[in] Guid Pointer to a 128-bit unique value that
1625 @param[in] TokenNumber The PCD token number to set a current value for.
1626 @param[in] Value The Boolean value to set.
1634 IN CONST GUID *Guid,
1635 IN UINTN TokenNumber,
1636 IN BOOLEAN Value
1643 Sets the 8-bit value for the token specified by TokenNumber
1646 @param[in] TokenNumber The PCD token number to set a current value for.
1647 @param[in] Value The 8-bit value to set.
1655 IN UINTN TokenNumber,
1656 IN UINT8 Value
1662 Sets the 16-bit value for the token specified by TokenNumber
1665 @param[in] TokenNumber The PCD token number to set a current value for.
1666 @param[in] Value The 16-bit value to set.
1674 IN UINTN TokenNumber,
1675 IN UINT16 Value
1681 Sets the 32-bit value for the token specified by TokenNumber
1684 @param[in] TokenNumber The PCD token number to set a current value for.
1685 @param[in] Value The 32-bit value to set.
1693 IN UINTN TokenNumber,
1694 IN UINT32 Value
1700 Sets the 64-bit value for the token specified by TokenNumber
1703 @param[in] TokenNumber The PCD token number to set a current value for.
1704 @param[in] Value The 64-bit value to set.
1712 IN UINTN TokenNumber,
1713 IN UINT64 Value
1731 @param[in] TokenNumber The PCD token number to set a current value for.
1732 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
1733 @param[in] Buffer A pointer to the buffer to set.
1741 IN UINTN TokenNumber,
1742 IN OUT UINTN *SizeOfBuffer,
1743 IN CONST VOID *Buffer
1752 @param[in] TokenNumber The PCD token number to set a current value for.
1753 @param[in] Value The boolean value to set.
1761 IN UINTN TokenNumber,
1762 IN BOOLEAN Value
1768 Sets the 8-bit value for the token specified by TokenNumber
1773 @param[in] Guid The pointer to a 128-bit unique value that
1775 @param[in] TokenNumber The PCD token number to set a current value for.
1776 @param[in] Value The 8-bit value to set.
1784 IN CONST GUID *Guid,
1785 IN UINTN TokenNumber,
1786 IN UINT8 Value
1792 Sets the 16-bit value for the token specified by TokenNumber
1797 @param[in] Guid The pointer to a 128-bit unique value that
1799 @param[in] TokenNumber The PCD token number to set a current value for.
1800 @param[in] Value The 16-bit value to set.
1808 IN CONST GUID *Guid,
1809 IN UINTN TokenNumber,
1810 IN UINT16 Value
1816 Sets the 32-bit value for the token specified by TokenNumber
1821 @param[in] Guid The pointer to a 128-bit unique value that
1823 @param[in] TokenNumber The PCD token number to set a current value for.
1824 @param[in] Value The 32-bit value to set.
1832 IN CONST GUID *Guid,
1833 IN UINTN TokenNumber,
1834 IN UINT32 Value
1840 Sets the 64-bit value for the token specified by TokenNumber
1845 @param[in] Guid The pointer to a 128-bit unique value that
1847 @param[in] TokenNumber The PCD token number to set a current value for.
1848 @param[in] Value The 64-bit value to set.
1856 IN CONST GUID *Guid,
1857 IN UINTN TokenNumber,
1858 IN UINT64 Value
1874 @param[in] Guid Pointer to a 128-bit unique value that
1876 @param[in] TokenNumber The PCD token number to set a current value for.
1877 @param[in, out] SizeOfBuffer The size, in bytes, of Buffer.
1878 @param[in] Buffer A pointer to the buffer to set.
1886 IN CONST GUID *Guid,
1887 IN UINTN TokenNumber,
1888 IN OUT UINTN *SizeOfBuffer,
1889 IN VOID *Buffer
1900 @param[in] Guid The pointer to a 128-bit unique value that
1902 @param[in] TokenNumber The PCD token number to set a current value for.
1903 @param[in] Value The boolean value to set.
1911 IN CONST GUID *Guid,
1912 IN UINTN TokenNumber,
1913 IN BOOLEAN Value
1924 internal data in PCD database.
1926 @param[in] CallBackGuid The PCD token GUID being set.
1927 @param[in] CallBackToken The PCD token number being set.
1928 @param[in, out] TokenData A pointer to the token data being set.
1929 @param[in] TokenDataSize The size, in bytes, of the data being set.
1935 IN CONST GUID *CallBackGuid, OPTIONAL
1936 IN UINTN CallBackToken,
1937 IN OUT VOID *TokenData,
1938 IN UINTN TokenDataSize
1950 @param[in] Guid Pointer to a 128-bit unique value that designates which
1953 @param[in] TokenNumber The PCD token number to monitor.
1954 @param[in] NotificationFunction The function to call when the token
1961 IN CONST GUID *Guid, OPTIONAL
1962 IN UINTN TokenNumber,
1963 IN PCD_CALLBACK NotificationFunction
1975 @param[in] Guid Specify the GUID token space.
1976 @param[in] TokenNumber Specify the token number.
1977 @param[in] NotificationFunction The callback function to be unregistered.
1983 IN CONST GUID *Guid, OPTIONAL
1984 IN UINTN TokenNumber,
1985 IN PCD_CALLBACK NotificationFunction
1990 Retrieves the next token in a token space.
1995 follows TokenNumber in the token space is returned. If TokenNumber is the last
1996 token number in the token space, then 0 is returned.
1998 If TokenNumber is not 0 and is not in the token space specified by Guid, then ASSERT().
2000 @param[in] Guid Pointer to a 128-bit unique value that designates which namespace
2002 @param[in] TokenNumber The previous PCD token number. If 0, then retrieves the first PCD
2011 IN CONST GUID *Guid, OPTIONAL
2012 IN UINTN TokenNumber
2020 Returns the PCD token space GUID that follows TokenSpaceGuid in the list of token spaces
2021 in the platform.
2023 If TokenSpaceGuid is the last PCD token space GUID in the list, then NULL is returned.
2033 IN CONST GUID *TokenSpaceGuid
2051 @param[out] PatchVariable A pointer to the global variable in a module that is
2053 …@param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariabl…
2054 @param[in, out] SizeOfBuffer A pointer to the size, in bytes, of Buffer.
2055 @param[in] Buffer A pointer to the buffer to used to set the target variable.
2064 IN UINTN MaximumDatumSize,
2065 IN OUT UINTN *SizeOfBuffer,
2066 IN CONST VOID *Buffer
2083 @param[out] PatchVariable A pointer to the global variable in a module that is
2085 …@param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariabl…
2086 @param[in, out] SizeOfBuffer A pointer to the size, in bytes, of Buffer.
2087 @param[in] Buffer A pointer to the buffer to used to set the target variable.
2096 IN UINTN MaximumDatumSize,
2097 IN OUT UINTN *SizeOfBuffer,
2098 IN CONST VOID *Buffer
2116 @param[out] PatchVariable A pointer to the global variable in a module that is
2118 @param[out] SizeOfPatchVariable A pointer to the size, in bytes, of PatchVariable.
2119 …@param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariabl…
2120 @param[in, out] SizeOfBuffer A pointer to the size, in bytes, of Buffer.
2121 @param[in] Buffer A pointer to the buffer to used to set the target variable.
2131 IN UINTN MaximumDatumSize,
2132 IN OUT UINTN *SizeOfBuffer,
2133 IN CONST VOID *Buffer
2151 @param[out] PatchVariable A pointer to the global variable in a module that is
2153 @param[out] SizeOfPatchVariable A pointer to the size, in bytes, of PatchVariable.
2154 …@param[in] MaximumDatumSize The maximum size allowed for the PCD entry specified by PatchVariabl…
2155 @param[in, out] SizeOfBuffer A pointer to the size, in bytes, of Buffer.
2156 @param[in] Buffer A pointer to the buffer to used to set the target variable.
2166 IN UINTN MaximumDatumSize,
2167 IN OUT UINTN *SizeOfBuffer,
2168 IN CONST VOID *Buffer
2187 /// The size of the data in bytes associated with the TokenNumber specified. If
2192 /// The null-terminated ASCII string associated with a given token. If the
2193 /// TokenNumber specified was 0, then this field corresponds to the null-terminated
2207 If TokenNumber is not in the default token space specified, then ASSERT().
2209 @param[in] TokenNumber The PCD token number.
2211 … The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
2216 IN UINTN TokenNumber,
2226 If TokenNumber is not in the token space specified by Guid, then ASSERT().
2228 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
2229 @param[in] TokenNumber The PCD token number.
2231 … The caller is responsible for freeing the buffer that is allocated by callee for PcdInfo->PcdName.
2236 IN CONST GUID *Guid,
2237 IN UINTN TokenNumber,