Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DACPI.c218 CONST UINT32 * pEntry; in LocateTable() local
247 pEntry = &pRsdt->Entry[ 0 ]; in LocateTable()
248 pEnd = &pEntry[(( pRsdt->Length - sizeof ( *pRsdt )) >> 2 ) + 1 ]; in LocateTable()
249 while ( pEnd > pEntry ) { in LocateTable()
254 pSignature = (UINT32 *)(UINTN)*pEntry; in LocateTable()
256 return (CONST VOID *)(UINTN)*pEntry; in LocateTable()
262 pEntry++; in LocateTable()
2137 CONST UINT32 * pEntry; in AcpiRsdtPage() local
2242 pEntry = &pRsdt->Entry[ 0 ]; in AcpiRsdtPage()
2243 pEnd = &pEntry[(( pRsdt->Length - sizeof ( *pRsdt )) >> 2 ) + 1 ]; in AcpiRsdtPage()
[all …]