OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gUdp6ControllerNameTable
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
ComponentName.c
177
GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE *
gUdp6ControllerNameTable
= NULL;
274
if (
gUdp6ControllerNameTable
!= NULL) {
275
FreeUnicodeStringTable (
gUdp6ControllerNameTable
);
276
gUdp6ControllerNameTable
= NULL;
282
&
gUdp6ControllerNameTable
,
293
&
gUdp6ControllerNameTable
,
425
gUdp6ControllerNameTable
,
Udp6Impl.h
39
extern EFI_UNICODE_STRING_TABLE *
gUdp6ControllerNameTable
;
Completed in 195 milliseconds