Home
last modified time | relevance | path

Searched refs:PcdGet32 (Results 1 – 2 of 2) sorted by relevance

/src/lib/libefivar/
H A Duefi-dputil.c129 if (PcdGet32 (PcdMaximumDevicePathNodeCount) > 0) { in IsDevicePathValid()
131 if (Count >= PcdGet32 (PcdMaximumDevicePathNodeCount)) { in IsDevicePathValid()
/src/sys/contrib/edk2/Include/Library/
H A DPcdLib.h362 #define PcdGet32(TokenName) _PCD_GET_MODE_32_##TokenName macro