Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
DFvSimpleFileSystemEntryPoint.c564 LIST_ENTRY *DelEntry; in FvSimpleFileSystemDriverStop() local
616 DelEntry = Entry; in FvSimpleFileSystemDriverStop()
618 FvFileInfo = FVFS_FILE_INFO_FROM_LINK (DelEntry); in FvSimpleFileSystemDriverStop()
620 RemoveEntryList (DelEntry); in FvSimpleFileSystemDriverStop()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
DAtaBus.c155 LIST_ENTRY *DelEntry; in ReleaseAtaResources() local
172 DelEntry = Entry; in ReleaseAtaResources()
174 SubTask = ATA_ASYN_SUB_TASK_FROM_ENTRY (DelEntry); in ReleaseAtaResources()
176 RemoveEntryList (DelEntry); in ReleaseAtaResources()
187 DelEntry = Entry; in ReleaseAtaResources()
189 AtaTask = ATA_ASYN_TASK_FROM_ENTRY (DelEntry); in ReleaseAtaResources()
191 RemoveEntryList (DelEntry); in ReleaseAtaResources()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.c1135 LIST_ENTRY *DelEntry; in DestroyAsynTaskList() local
1147 DelEntry = Entry; in DestroyAsynTaskList()
1149 Task = ATA_NON_BLOCK_TASK_FROM_ENTRY (DelEntry); in DestroyAsynTaskList()
1151 RemoveEntryList (DelEntry); in DestroyAsynTaskList()