Home
last modified time | relevance | path

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

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