VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c

    r58459 r58466  
    22  Defines HBufferImage - the view of the file that is visible at any point,
    33  as well as the event handlers for editing the file
    4  
     4
    55  Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved. <BR>
    66  This program and the accompanying materials
     
    139139
    140140/**
    141   Backup function for HBufferImage. Only a few fields need to be backup. 
     141  Backup function for HBufferImage. Only a few fields need to be backup.
    142142  This is for making the file buffer refresh as few as possible.
    143143
     
    191191    CurrentLine
    192192    NumLines
    193     ListHead 
     193    ListHead
    194194
    195195  @retval EFI_SUCCESS  The operation was successful.
     
    948948    Status = HMemImageRead (MemOffset, MemSize, Recover);
    949949    break;
    950    
     950
    951951  default:
    952952    Status = EFI_NOT_FOUND;
     
    10151015    Status = HMemImageSave (MemOffset, MemSize);
    10161016    break;
    1017    
     1017
    10181018  default:
    10191019    Status = EFI_NOT_FOUND;
     
    10321032    Fields affected:
    10331033    NumLines
    1034     Lines 
     1034    Lines
    10351035
    10361036  @retval NULL    create line failed.
     
    13741374
    13751375  @param[in] FileRow  Row of file position ( start from 1 ).
    1376  
     1376
    13771377  @retval TRUE   It is above the current screen.
    13781378  @retval FALSE  It is not above the current screen.
     
    18861886/**
    18871887  Delete character from buffer.
    1888  
     1888
    18891889  @param[in] Pos      Position, Pos starting from 0.
    18901890  @param[in] Count    The Count of characters to delete.
    18911891  @param[out] DeleteBuffer    The DeleteBuffer.
    18921892
    1893   @retval EFI_SUCCESS Success 
     1893  @retval EFI_SUCCESS Success
    18941894**/
    18951895EFI_STATUS
     
    20202020  @param[in] AddBuffer  Add buffer.
    20212021
    2022   @retval EFI_SUCCESS   Success. 
     2022  @retval EFI_SUCCESS   Success.
    20232023**/
    20242024EFI_STATUS
     
    21732173/**
    21742174  Change the raw buffer to a list of lines for the UI.
    2175  
     2175
    21762176  @param[in] Buffer   The pointer to the buffer to fill.
    21772177  @param[in] Bytes    The size of the buffer in bytes.
     
    22392239/**
    22402240  Change the list of lines from the UI to a raw buffer.
    2241  
     2241
    22422242  @param[in] Buffer   The pointer to the buffer to fill.
    22432243  @param[in] Bytes    The size of the buffer in bytes.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette