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/MdeModulePkg/Application/VariableInfo/VariableInfo.c

    r48674 r58466  
    11/** @file
    2   If the Variable services have PcdVariableCollectStatistics set to TRUE then 
     2  If the Variable services have PcdVariableCollectStatistics set to TRUE then
    33  the EFI system table will contain statistical information about variable usage
    44  an this utility will print out the information. You can use console redirection
    55  to capture the data.
    6  
     6
    77  Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>
    8   This program and the accompanying materials                         
    9   are licensed and made available under the terms and conditions of the BSD License         
    10   which accompanies this distribution.  The full text of the license may be found at       
    11   http://opensource.org/licenses/bsd-license.php                                           
     8  This program and the accompanying materials
     9  are licensed and made available under the terms and conditions of the BSD License
     10  which accompanies this distribution.  The full text of the license may be found at
     11  http://opensource.org/licenses/bsd-license.php
    1212
    13   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     
    14   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             
     13  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     14  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
    1515
    1616**/
     
    2424/**
    2525  The user Entry Point for Application. The user code starts with this function
    26   as the real entry point for the image goes into a library that calls this 
     26  as the real entry point for the image goes into a library that calls this
    2727  function.
    2828
    2929
    30   @param[in] ImageHandle    The firmware allocated handle for the EFI image. 
     30  @param[in] ImageHandle    The firmware allocated handle for the EFI image.
    3131  @param[in] SystemTable    A pointer to the EFI System Table.
    32  
     32
    3333  @retval EFI_SUCCESS       The entry point is executed successfully.
    3434  @retval other             Some error occurs when executing this entry point.
     
    5353      if (!VariableInfo->Volatile) {
    5454        Print (
    55           L"%g R%03d(%03d) W%03d D%03d:%s\n", 
    56           &VariableInfo->VendorGuid, 
     55          L"%g R%03d(%03d) W%03d D%03d:%s\n",
     56          &VariableInfo->VendorGuid,
    5757          VariableInfo->ReadCount,
    5858          VariableInfo->CacheCount,
     
    7171      if (VariableInfo->Volatile) {
    7272        Print (
    73           L"%g R%03d(%03d) W%03d D%03d:%s\n", 
    74           &VariableInfo->VendorGuid, 
     73          L"%g R%03d(%03d) W%03d D%03d:%s\n",
     74          &VariableInfo->VendorGuid,
    7575          VariableInfo->ReadCount,
    7676          VariableInfo->CacheCount,
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