Searched refs:Dtb (Results 1 – 3 of 3) sorted by relevance
115 VOID *Dtb; in DtPlatformDxeEntryPoint() local118 Dtb = NULL; in DtPlatformDxeEntryPoint()119 Status = DtPlatformLoadDtb (&Dtb, &DtbSize); in DtPlatformDxeEntryPoint()178 Status = gBS->InstallConfigurationTable (&gFdtTableGuid, Dtb); in DtPlatformDxeEntryPoint()192 if (Dtb == NULL) { in DtPlatformDxeEntryPoint()206 if (Dtb != NULL) { in DtPlatformDxeEntryPoint()207 FreePool (Dtb); in DtPlatformDxeEntryPoint()
36 OUT VOID **Dtb, in DtPlatformLoadDtb() argument56 *Dtb = CopyDtb; in DtPlatformLoadDtb()
35 OUT VOID **Dtb,