VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103777
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/UefiShellDriver1CommandsLib/Devices.c

    r58459 r58466  
    2020
    2121  @param[in] TheHandle       The device handle to get info on.
    22   @param[in, out] Type       On successful return R, B, or D (root, bus, or 
     22  @param[in, out] Type       On successful return R, B, or D (root, bus, or
    2323                             device) will be placed in this buffer.
    24   @param[in, out] Cfg        On successful return this buffer will be 
     24  @param[in, out] Cfg        On successful return this buffer will be
    2525                             TRUE if the handle has configuration, FALSE
    2626                             otherwise.
    27   @param[in, out] Diag       On successful return this buffer will be 
     27  @param[in, out] Diag       On successful return this buffer will be
    2828                             TRUE if the handle has disgnostics, FALSE
    2929                             otherwise.
    30   @param[in, out] Parents    On successful return this buffer will be 
     30  @param[in, out] Parents    On successful return this buffer will be
    3131                             contain the number of parent handles.
    32   @param[in, out] Devices    On successful return this buffer will be 
     32  @param[in, out] Devices    On successful return this buffer will be
    3333                             contain the number of devices controlled.
    34   @param[in, out] Children   On successful return this buffer will be 
     34  @param[in, out] Children   On successful return this buffer will be
    3535                             contain the number of child handles.
    3636  @param[out] Name           The pointer to a buffer that will be allocated
     
    6060  UINTN         Count;
    6161
    62   if (TheHandle == NULL 
     62  if (TheHandle == NULL
    6363    || Type == NULL
    6464    || Cfg == NULL
     
    255255          break;
    256256        }
    257        
     257
    258258      }
    259259
     
    261261        FreePool(HandleList);
    262262      }
    263  
     263
    264264    }
    265265    SHELL_FREE_NON_NULL(Language);
Note: See TracChangeset for help on using the changeset viewer.

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