summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Hand/Handle.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Remove handle validation check in CoreGetProtocolInterfaceZhi Jin2024-02-061-6/+12
* MdeModulePkg: Optimize CoreInstallMultipleProtocolInterfacesZhi Jin2023-12-011-17/+72
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-288/+268
* MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleListHua Ma2021-10-141-34/+41
* MdeModulePkg: Make retval in UninstallMultipleProtocol follow SpecHeinrich Schuchardt2020-02-191-6/+14
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu2017-10-091-1/+9
* MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu2017-09-261-0/+1
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-09-221-13/+23
* MdeModulePkg/DxeCore: Avoid accessing non-owned memoryRuiyu Ni2017-07-181-27/+27
* Revert "MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol"Star Zeng2017-06-271-14/+12
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-06-261-12/+14
* MdeModulePkg: Enhance the debug message for InstallProtocolInterfaceStar Zeng2017-06-231-6/+8
* Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu2013-08-201-2/+6
* Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2012-07-251-3/+4
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang82010-02-081-5/+5
* Fix several coding style violationsqhuang82008-10-211-6/+6
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-231-0/+1
* Add VA_END to end the VA_START.qwang122008-09-171-0/+5
* CoreHandleProtocol function description should be corrected.eric_tian2008-09-161-4/+12
* Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ...qwang122008-09-081-3/+3
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-8/+8
* Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang82008-08-201-2/+0
* 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i...qwang122008-08-081-3/+3
* Code Scrub for Dxe Core.qhuang82008-07-241-161/+161
* Code scrub for DxeCoreqhuang82008-07-181-2/+2
* Update to fix minor coding style issues.qhuang82008-05-211-13/+10
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+1539