Searched refs:NodeSize (Results 1 – 5 of 5) sorted by relevance
89 UINTN NodeSize; in malloc() local97 NodeSize = (UINTN)(Size + sizeof(CPOOL_HEAD)); in malloc()99 DEBUG((DEBUG_POOL, "malloc(%d): NodeSz: %d", Size, NodeSize)); in malloc()101 Status = gBS->AllocatePool( EfiLoaderData, NodeSize, (void**)&Head); in malloc()111 Head->Size = NodeSize; in malloc()
1574 UINT32 NodeSize; in FindCertsFromDb() local1605 NodeSize = ReadUnaligned32 (&Ptr->CertNodeSize); in FindCertsFromDb()1609 if (NodeSize != sizeof (EFI_GUID) + sizeof (UINT32) * 3 + CertSize + in FindCertsFromDb()1635 *CertNodeSize = NodeSize; in FindCertsFromDb()1643 NodeSize = ReadUnaligned32 (&Ptr->CertNodeSize); in FindCertsFromDb()1644 Offset = Offset + NodeSize; in FindCertsFromDb()2038 UINT32 NodeSize; in CleanCertsFromDb() local2077 NodeSize = ReadUnaligned32 (&Ptr->CertNodeSize); in CleanCertsFromDb()2116 Offset = Offset + NodeSize; in CleanCertsFromDb()
429 UINTN NodeSize; in GetDevicePathSizeEx() local440 NodeSize = DevicePathNodeLength (DevicePath); in GetDevicePathSizeEx()441 if (NodeSize < END_DEVICE_PATH_LENGTH) { in GetDevicePathSizeEx()444 Size += NodeSize; in GetDevicePathSizeEx()
637 UINTN NodeSize; in BmGetDevicePathSizeEx() local648 NodeSize = DevicePathNodeLength (DevicePath); in BmGetDevicePathSizeEx()649 if (NodeSize == 0) { in BmGetDevicePathSizeEx()652 Size += NodeSize; in BmGetDevicePathSizeEx()