audk/NetworkPkg/IScsiDxe
Jiaxin Wu a37c60b660 NetworkPkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.
v2:
* Refine the commit log.

There are two place to close the ISCSI ExitBootServiceEvent:
#1.IScsiOnExitBootService(), which is the callback function of
   ExitBootServiceEvent.
#2.IScsiCleanDriverData(), which will be invoked by ISCSI driver
   binding stop().

So, the ExitBootServiceEvent will be closed and freed when exit boot
server is triggered. But it may be closed and freed again in ISCSI driver
binding stop(), which will result in the issue recorded at
https://bugzilla.tianocore.org/show_bug.cgi?id=742.

This patch is to resolve the issue.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
2018-01-10 08:33:34 +08:00
..
ComponentName.c Verified ChildHandle, and correct the name for a child. 2015-02-04 05:47:07 +00:00
IScsiAuthenticationInfo.c Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack and iSCSI MPIO. 2011-08-17 02:38:08 +00:00
IScsiCHAP.c NetworkPkg: Fix typo. 2015-03-16 01:46:32 +00:00
IScsiCHAP.h Clean up the private GUID definition in module Level. 2011-09-18 12:27:49 +00:00
IScsiConfig.c NetworkPkg/IScsiDxe: Add check to avoid use NULL pointer 2017-10-30 08:51:59 +08:00
IScsiConfig.h NetworkPkg: Add check logic for some variable in iSCSI driver. 2017-03-01 15:40:11 +08:00
IScsiConfigNVDataStruc.h NetworkPkg: Add check logic for iSCSI driver. 2017-04-20 15:52:20 +08:00
IScsiConfigStrings.uni NetworkPkg: iSCSI should allow to set 6 or 12 length of ISID keyword. 2017-08-04 13:30:30 +08:00
IScsiConfigVfr.vfr NetworkPkg/IScsiDxe: Display InitiatorInfo in attempt page even DHCP enabled. 2017-10-26 16:20:11 +08:00
IScsiDhcp.c NetworkPkg/IScsiDxe: Correct the DnsMode value according the target info. 2017-12-27 16:50:04 +08:00
IScsiDhcp.h NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. 2016-06-23 09:39:38 +08:00
IScsiDhcp6.c NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout. 2017-12-18 16:38:24 +08:00
IScsiDhcp6.h NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. 2016-06-23 09:39:38 +08:00
IScsiDns.c NetworkPkg: Add dns support for target URL configuration in ISCSI. 2017-01-19 11:31:57 +08:00
IScsiDns.h NetworkPkg: Add dns support for target URL configuration in ISCSI. 2017-01-19 11:31:57 +08:00
IScsiDriver.c NetworkPkg: Fix MSFT C4255 warning 2017-11-14 18:18:53 +08:00
IScsiDriver.h NetworkPkg/IScsiDxe: Add IPv6 support condition check. 2017-10-26 16:21:16 +08:00
IScsiDxe.inf NetworkPkg/IScsiDxe: Add IPv6 support condition check. 2017-10-26 16:21:16 +08:00
IScsiDxe.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
IScsiDxeExtra.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
IScsiExtScsiPassThru.c NetworkPkg: Update IScsiDxe to pass XCODE build 2017-12-05 23:09:35 +08:00
IScsiIbft.c NetworkPkg: Refine codes of iSCSI driver 2016-08-18 13:54:01 +08:00
IScsiIbft.h Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack and iSCSI MPIO. 2011-08-17 02:38:08 +00:00
IScsiImpl.h NetworkPkg/IScsiDxe: Add IPv6 support condition check. 2017-10-26 16:21:16 +08:00
IScsiInitiatorName.c Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack and iSCSI MPIO. 2011-08-17 02:38:08 +00:00
IScsiMisc.c NetworkPkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it. 2018-01-10 08:33:34 +08:00
IScsiMisc.h NetworkPkg/IScsiDxe: Add IPv6 support condition check. 2017-10-26 16:21:16 +08:00
IScsiProto.c NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout. 2017-12-18 16:38:24 +08:00
IScsiProto.h NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout. 2017-12-18 16:38:24 +08:00