Searched refs:BUFFER_LIST (Results 1 – 5 of 5) sorted by relevance
30 STATIC BUFFER_LIST mFileHandleList;112 IN BUFFER_LIST *List in FreeFileHandleList()115 BUFFER_LIST *BufferListEntry; in FreeFileHandleList()123 for ( BufferListEntry = ( BUFFER_LIST *)GetFirstNode(&List->Link) in FreeFileHandleList()125 ; BufferListEntry = (BUFFER_LIST *)GetFirstNode(&List->Link) in FreeFileHandleList()1516 BUFFER_LIST *NewNode; in ConvertEfiFileProtocolToShellHandle()1523 NewNode = AllocateZeroPool(sizeof(BUFFER_LIST)); in ConvertEfiFileProtocolToShellHandle()1555 BUFFER_LIST *Node; in ShellFileHandleGetPath()1557 for (Node = (BUFFER_LIST*)GetFirstNode(&mFileHandleList.Link) in ShellFileHandleGetPath()1559 ; Node = (BUFFER_LIST*)GetNextNode(&mFileHandleList.Link, &Node->Link) in ShellFileHandleGetPath()[all …]
341 BUFFER_LIST *LinePos; in FileInterfaceStdInRead()342 BUFFER_LIST *NewPos; in FileInterfaceStdInRead()374 LinePos = NewPos = (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory); in FileInterfaceStdInRead()618 …NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &Line… in FileInterfaceStdInRead()620 …NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &Line… in FileInterfaceStdInRead()628 …NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos-… in FileInterfaceStdInRead()629 if (NewPos == (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) { in FileInterfaceStdInRead()630 …NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos-… in FileInterfaceStdInRead()746 if (NewPos != (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) { in FileInterfaceStdInRead()751 NewPos = (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory); in FileInterfaceStdInRead()[all …]
91 BUFFER_LIST CommandHistory;103 …BUFFER_LIST BufferToFreeList; ///< List of buffers that were returned to the…
1269 BUFFER_LIST *BufferListEntry; in AddBufferToFreeList()1275 BufferListEntry = AllocateZeroPool(sizeof(BUFFER_LIST)); in AddBufferToFreeList()1323 BUFFER_LIST *Node; in AddLineToCommandHistory()1324 BUFFER_LIST *Walker; in AddLineToCommandHistory()1336 Node = AllocateZeroPool(sizeof(BUFFER_LIST)); in AddLineToCommandHistory()1341 for ( Walker = (BUFFER_LIST*)GetFirstNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link) in AddLineToCommandHistory()1343 …; Walker = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &Walker… in AddLineToCommandHistory()1350 Walker = (BUFFER_LIST*)GetFirstNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link); in AddLineToCommandHistory()
675 } BUFFER_LIST; typedef685 IN BUFFER_LIST *List