Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 203) sorted by relevance

123456789

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4If.c148 IN IP4_INTERFACE *Interface, in Ip4WrapLinkTxToken() argument
171 Token->Interface = Interface; in Ip4WrapLinkTxToken()
177 CopyMem (&Token->SrcMac, &Interface->Mac, sizeof (Token->SrcMac)); in Ip4WrapLinkTxToken()
244 IN IP4_INTERFACE *Interface, in Ip4CreateArpQue() argument
261 ArpQue->Interface = Interface; in Ip4CreateArpQue()
323 IN IP4_INTERFACE *Interface, in Ip4CreateLinkRxToken() argument
339 Token->Interface = Interface; in Ip4CreateLinkRxToken()
436 IN IP4_INTERFACE *Interface, in Ip4CancelFrames() argument
450 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Interface->ArpQues) { in Ip4CancelFrames()
456 Interface->Arp->Cancel (Interface->Arp, &ArpQue->Ip, ArpQue->OnResolved); in Ip4CancelFrames()
[all …]
DIp4If.h64 IP4_INTERFACE *Interface; member
81 IP4_INTERFACE *Interface; member
106 IP4_INTERFACE *Interface; member
225 IN OUT IP4_INTERFACE *Interface,
246 IN IP4_INTERFACE *Interface,
274 IN IP4_INTERFACE *Interface,
297 IN IP4_INTERFACE *Interface,
317 IN IP4_INTERFACE *Interface
337 IN IP4_INTERFACE *Interface,
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6If.c82 IN IP6_INTERFACE *Interface, in Ip6SetAddress() argument
99 NET_CHECK_SIGNATURE (Interface, IP6_INTERFACE_SIGNATURE); in Ip6SetAddress()
101 IpSb = Interface->Service; in Ip6SetAddress()
185 DelayNode->Interface = Interface; in Ip6SetAddress()
190 InsertTailList (&Interface->DelayJoinList, &DelayNode->Link); in Ip6SetAddress()
211 IP6_INTERFACE *Interface; in Ip6CreateInterface() local
216 Interface = AllocatePool (sizeof (IP6_INTERFACE)); in Ip6CreateInterface()
217 if (Interface == NULL) { in Ip6CreateInterface()
221 Interface->Signature = IP6_INTERFACE_SIGNATURE; in Ip6CreateInterface()
222 Interface->RefCnt = 1; in Ip6CreateInterface()
[all …]
DIp6Output.h96 IN IP6_INTERFACE *Interface OPTIONAL,
120 IN IP6_INTERFACE *Interface,
DIp6Output.c484 IN IP6_INTERFACE *Interface OPTIONAL, in Ip6Output()
560 IpIf = Interface; in Ip6Output()
566 if (IpInstance == NULL || IpInstance->Interface == NULL) { in Ip6Output()
569 IpInstance->Interface = IpIf; in Ip6Output()
572 IpIf = IpInstance->Interface; in Ip6Output()
752 NeighborCache->Interface = IpIf; in Ip6Output()
1027 IN IP6_INTERFACE *Interface, in Ip6CancelFrames() argument
1040 IpSb = Interface->Service; in Ip6CancelFrames()
1046 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Interface->ArpQues) { in Ip6CancelFrames()
1065 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Interface->SentFrames) { in Ip6CancelFrames()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DHandle.c128 IN VOID *Interface in SmmFindProtocolInterface() argument
150 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) { in SmmFindProtocolInterface()
179 IN VOID *Interface in SmmInstallProtocolInterface() argument
186 Interface, in SmmInstallProtocolInterface()
213 IN VOID *Interface, in SmmInstallProtocolInterfaceNotify() argument
238 DEBUG((DEBUG_LOAD | DEBUG_INFO, "SmmInstallProtocolInterface: %g %p\n", Protocol, Interface)); in SmmInstallProtocolInterfaceNotify()
300 ASSERT (SmmFindProtocolInterface (Handle, Protocol, Interface) == NULL); in SmmInstallProtocolInterfaceNotify()
308 Prot->Interface = Interface; in SmmInstallProtocolInterfaceNotify()
365 IN VOID *Interface in SmmUninstallProtocolInterface() argument
390 Prot = SmmFindProtocolInterface (UserHandle, Protocol, Interface); in SmmUninstallProtocolInterface()
[all …]
DLocate.c37 OUT VOID **Interface
54 OUT VOID **Interface in SmmGetNextLocateAllHandles() argument
68 *Interface = NULL; in SmmGetNextLocateAllHandles()
90 OUT VOID **Interface in SmmGetNextLocateByRegisterNotify() argument
99 *Interface = NULL; in SmmGetNextLocateByRegisterNotify()
116 *Interface = Prot->Interface; in SmmGetNextLocateByRegisterNotify()
136 OUT VOID **Interface in SmmGetNextLocateByProtocol() argument
144 *Interface = NULL; in SmmGetNextLocateByProtocol()
165 *Interface = Prot->Interface; in SmmGetNextLocateByProtocol()
200 OUT VOID **Interface in SmmLocateProtocol() argument
[all …]
DPiSmmCore.h167 VOID *Interface; member
253 IN VOID *Interface
436 IN VOID *Interface,
458 IN VOID *Interface
477 OUT VOID **Interface
550 OUT VOID **Interface
837 IN VOID *Interface
854 IN VOID *Interface
DNotify.c35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle); in SmmNotifyProtocol()
53 IN VOID *Interface in SmmRemoveInterfaceFromProtocol() argument
61 Prot = SmmFindProtocolInterface (Handle, Protocol, Interface); in SmmRemoveInterfaceFromProtocol()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/
DHid.c55 IN UINT8 Interface, in UsbGetHidDescriptor() argument
69 Request.Index = Interface; in UsbGetHidDescriptor()
111 IN UINT8 Interface, in UsbGetReportDescriptor() argument
129 Request.Index = Interface; in UsbGetReportDescriptor()
167 IN UINT8 Interface, in UsbGetProtocolRequest() argument
184 Request.Index = Interface; in UsbGetProtocolRequest()
222 IN UINT8 Interface, in UsbSetProtocolRequest() argument
238 Request.Index = Interface; in UsbSetProtocolRequest()
275 IN UINT8 Interface, in UsbSetIdleRequest() argument
291 Request.Index = Interface; in UsbSetIdleRequest()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DLocate.c38 OUT VOID **Interface
55 OUT VOID **Interface
73 OUT VOID **Interface
90 OUT VOID **Interface
129 VOID *Interface; in CoreLocateHandle() local
212 Handle = GetNext (&Position, &Interface); in CoreLocateHandle()
276 OUT VOID **Interface in CoreGetNextLocateAllHandles() argument
290 *Interface = NULL; in CoreGetNextLocateAllHandles()
315 OUT VOID **Interface in CoreGetNextLocateByRegisterNotify() argument
324 *Interface = NULL; in CoreGetNextLocateByRegisterNotify()
[all …]
DHandle.c175 IN VOID *Interface in CoreFindProtocolInterface() argument
201 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) { in CoreFindProtocolInterface()
308 IN VOID *Interface in CoreInstallProtocolInterface() argument
315 Interface, in CoreInstallProtocolInterface()
343 IN VOID *Interface, in CoreInstallProtocolInterfaceNotify() argument
368 DEBUG((DEBUG_INFO, "InstallProtocolInterface: %g %p\n", Protocol, Interface)); in CoreInstallProtocolInterfaceNotify()
441 ASSERT (CoreFindProtocolInterface (Handle, Protocol, Interface) == NULL); in CoreInstallProtocolInterfaceNotify()
449 Prot->Interface = Interface; in CoreInstallProtocolInterfaceNotify()
534 VOID *Interface; in CoreInstallMultipleProtocolInterfaces() local
564 Interface = VA_ARG (Args, VOID *); in CoreInstallMultipleProtocolInterfaces()
[all …]
DHandle.h74 VOID *Interface; member
158 IN VOID *Interface
176 IN VOID *Interface
DNotify.c58 IN VOID *Interface in CoreRemoveInterfaceFromProtocol() argument
68 Prot = CoreFindProtocolInterface (Handle, Protocol, Interface); in CoreRemoveInterfaceFromProtocol()
251 Prot->Interface = NewInterface; in CoreReinstallProtocolInterface()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DUefiUsbLib.h45 IN UINT8 Interface,
75 IN UINT8 Interface,
101 IN UINT8 Interface,
125 IN UINT8 Interface,
150 IN UINT8 Interface,
177 IN UINT8 Interface,
207 IN UINT8 Interface,
242 IN UINT8 Interface,
345 IN UINT16 Interface,
374 IN UINT16 Interface,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DHandle.c28 OUT VOID **Interface, OPTIONAL in EfiLibLocateHandleProtocolByProtocols() argument
72 VA_START (args, Interface); in EfiLibLocateHandleProtocolByProtocols()
113 VA_START (args, Interface); in EfiLibLocateHandleProtocolByProtocols()
142 if (Interface != NULL) { in EfiLibLocateHandleProtocolByProtocols()
146 Interface in EfiLibLocateHandleProtocolByProtocols()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassCbi.c66 EFI_USB_INTERFACE_DESCRIPTOR *Interface; in UsbCbiInit() local
85 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbCbi->Interface); in UsbCbiInit()
90 Interface = &UsbCbi->Interface; in UsbCbiInit()
91 if ((Interface->InterfaceProtocol != USB_MASS_STORE_CBI0) in UsbCbiInit()
92 && (Interface->InterfaceProtocol != USB_MASS_STORE_CBI1)) { in UsbCbiInit()
100 for (Index = 0; Index < Interface->NumEndpoints; Index++) { in UsbCbiInit()
127 if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) && in UsbCbiInit()
140 …if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) && (UsbCbi->InterruptEndpoint == NULL)) { in UsbCbiInit()
194 Request.Index = UsbCbi->Interface.InterfaceNumber; in UsbCbiSendCommand()
485 if (UsbCbi->Interface.InterfaceSubClass == USB_MASS_STORE_UFI) { in UsbCbiExecCommand()
DUsbMassBot.c52 EFI_USB_INTERFACE_DESCRIPTOR *Interface; in UsbBotInit() local
69 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbBot->Interface); in UsbBotInit()
75 Interface = &UsbBot->Interface; in UsbBotInit()
77 if (Interface->InterfaceProtocol != USB_MASS_STORE_BOT) { in UsbBotInit()
85 for (Index = 0; Index < Interface->NumEndpoints; Index++) { in UsbBotInit()
497 Request.Index = UsbBot->Interface.InterfaceNumber; in UsbBotResetDevice()
566 Request.Index = UsbBot->Interface.InterfaceNumber; in UsbBotGetMaxLun()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbDesc.c69 USB_INTERFACE_DESC *Interface; in UsbFreeConfigDesc() local
78 Interface = Config->Interfaces[Index]; in UsbFreeConfigDesc()
80 if (Interface == NULL) { in UsbFreeConfigDesc()
87 for (SetIndex = 0; SetIndex < Interface->NumOfSetting; SetIndex++) { in UsbFreeConfigDesc()
88 if (Interface->Settings[SetIndex] != NULL) { in UsbFreeConfigDesc()
89 UsbFreeInterfaceDesc (Interface->Settings[SetIndex]); in UsbFreeConfigDesc()
93 FreePool (Interface); in UsbFreeConfigDesc()
316 USB_INTERFACE_DESC *Interface; in UsbParseConfigDesc() local
343 Interface = AllocateZeroPool (sizeof (USB_INTERFACE_DESC)); in UsbParseConfigDesc()
345 if (Interface == NULL) { in UsbParseConfigDesc()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiMgmtModeRuntimeLib.h131 OUT VOID **Interface
159 IN VOID *Interface
213 VOID **Interface
241 IN VOID *Interface
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DComponentName.c193 VOID *Interface; in AtaAtapiPassThruComponentNameGetControllerName() local
225 &Interface, in AtaAtapiPassThruComponentNameGetControllerName()
234 Instance = ATA_PASS_THRU_PRIVATE_DATA_FROM_THIS (Interface); in AtaAtapiPassThruComponentNameGetControllerName()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Dapic.asl54 [0004] CPU Interface Number : 00000000
75 [0004] CPU Interface Number : 00000001
96 [0004] CPU Interface Number : 00000002
117 [0004] CPU Interface Number : 00000003
138 [0004] CPU Interface Number : 00000004
159 [0004] CPU Interface Number : 00000005
180 [0004] CPU Interface Number : 00000006
201 [0004] CPU Interface Number : 00000007
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c168 OUT VOID* *Interface in InitializeConsolePipe()
210 if (!EFI_ERROR(Status) && (*Interface == NULL)) { in InitializeConsolePipe()
211 Status = gBS->HandleProtocol (*Handle, Protocol, Interface); in InitializeConsolePipe()
216 if (*Interface == NULL) { in InitializeConsolePipe()
225 Status = gBS->HandleProtocol (*Handle, Protocol, Interface); in InitializeConsolePipe()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DEntryPoint.c66 VOID *Interface; in AcpiPlatformEntryPoint() local
86 NULL /* Registration */, &Interface); in AcpiPlatformEntryPoint()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeHobPeCoffLib/
DDxeHobPeCoff.c252 VOID *Interface; member
284 gPeCoffLoader = Hob->Interface; in DxeHobPeCoffLibConstructor()

123456789