Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsProtocol.c73 EFI_DNS4_CACHE_ENTRY *CacheList; in Dns4GetModeData() local
79 CacheList = NULL; in Dns4GetModeData()
136 CacheList = AllocatePool (sizeof (EFI_DNS4_CACHE_ENTRY) * DnsModeData->DnsCacheCount); in Dns4GetModeData()
137 if (CacheList == NULL) { in Dns4GetModeData()
147 CopyMem (CacheList + Index, &CacheItem->DnsCache, sizeof (EFI_DNS4_CACHE_ENTRY)); in Dns4GetModeData()
150 DnsModeData->DnsCacheList = CacheList; in Dns4GetModeData()
907 EFI_DNS6_CACHE_ENTRY *CacheList; in Dns6GetModeData() local
913 CacheList = NULL; in Dns6GetModeData()
969 CacheList = AllocatePool (sizeof(EFI_DNS6_CACHE_ENTRY) * DnsModeData->DnsCacheCount); in Dns6GetModeData()
970 if (CacheList == NULL) { in Dns6GetModeData()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDxe.h204 LIST_ENTRY CacheList; member
DHttpBootClient.c556 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->CacheList) { in HttpBootFreeCacheList()
600 NET_LIST_FOR_EACH (Entry, &Private->CacheList) { in HttpBootGetFileFromCache()
1092 InsertTailList (&Private->CacheList, &Cache->Link); in HttpBootGetBootFile()
DHttpBootDxe.c335 InitializeListHead (&Private->CacheList); in HttpBootIp4DxeDriverBindingStart()
807 InitializeListHead (&Private->CacheList); in HttpBootIp6DxeDriverBindingStart()