Searched refs:BUFFER_LIST (Results 1 – 5 of 5) sorted by relevance
32 STATIC BUFFER_LIST mFileHandleList;132 IN BUFFER_LIST *List in FreeFileHandleList()135 BUFFER_LIST *BufferListEntry; in FreeFileHandleList()143 for ( BufferListEntry = ( BUFFER_LIST *)GetFirstNode(&List->Link) in FreeFileHandleList()145 ; BufferListEntry = (BUFFER_LIST *)GetFirstNode(&List->Link) in FreeFileHandleList()1549 BUFFER_LIST *NewNode; in ConvertEfiFileProtocolToShellHandle()1556 NewNode = AllocateZeroPool(sizeof(BUFFER_LIST)); in ConvertEfiFileProtocolToShellHandle()1588 BUFFER_LIST *Node; in ShellFileHandleGetPath()1590 for (Node = (BUFFER_LIST*)GetFirstNode(&mFileHandleList.Link) in ShellFileHandleGetPath()1592 ; Node = (BUFFER_LIST*)GetNextNode(&mFileHandleList.Link, &Node->Link) in ShellFileHandleGetPath()[all …]
97 BUFFER_LIST CommandHistory;109 …BUFFER_LIST BufferToFreeList; ///< List of buffers that were returned to the…
484 BUFFER_LIST *LinePos; in FileInterfaceStdInRead()485 BUFFER_LIST *NewPos; in FileInterfaceStdInRead()509 LinePos = NewPos = (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory); in FileInterfaceStdInRead()688 …NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &Line… in FileInterfaceStdInRead()690 …NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &Line… in FileInterfaceStdInRead()698 …NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos-… in FileInterfaceStdInRead()699 if (NewPos == (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) { in FileInterfaceStdInRead()700 …NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos-… in FileInterfaceStdInRead()826 if (NewPos != (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) { in FileInterfaceStdInRead()831 NewPos = (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory); in FileInterfaceStdInRead()[all …]
1314 BUFFER_LIST *BufferListEntry; in AddBufferToFreeList()1320 BufferListEntry = AllocateZeroPool (sizeof (BUFFER_LIST)); in AddBufferToFreeList()1370 BUFFER_LIST *Node; in AddLineToCommandHistory()1371 BUFFER_LIST *Walker; in AddLineToCommandHistory()1383 Node = AllocateZeroPool(sizeof(BUFFER_LIST)); in AddLineToCommandHistory()1394 for ( Walker = (BUFFER_LIST*)GetFirstNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link) in AddLineToCommandHistory()1396 …; Walker = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &Walker… in AddLineToCommandHistory()1403 Walker = (BUFFER_LIST*)GetFirstNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link); in AddLineToCommandHistory()
675 } BUFFER_LIST; typedef685 IN BUFFER_LIST *List