Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 202) 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/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp52 Interface::Interface(Netlink& netlink, const char* name) in Interface() function in Interface
58 Interface::Interface(Interface&& other) noexcept in Interface() function in Interface
64 bool Interface::init() { in init()
73 wifi_error Interface::getSupportedFeatureSet(feature_set* set) { in getSupportedFeatureSet()
81 wifi_error Interface::getName(char* name, size_t size) { in getName()
89 wifi_error Interface::getLinkStats(wifi_request_id requestId, in getLinkStats()
101 std::bind(&Interface::onLinkStatsReply, in getLinkStats()
109 wifi_error Interface::setLinkStats(wifi_link_layer_params /*params*/) { in setLinkStats()
113 wifi_error Interface::setAlertHandler(wifi_request_id /*id*/, in setAlertHandler()
118 wifi_error Interface::resetAlertHandler(wifi_request_id /*id*/) { in resetAlertHandler()
[all …]
Dinterface.h26 class Interface {
28 Interface(Netlink& netlink, const char* name);
29 Interface(Interface&& other) noexcept;
83 Interface(const Interface&) = delete;
84 Interface& operator=(const Interface&) = delete;
/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,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
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 …]
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 …]
DPiSmmCore.h170 VOID *Interface; member
256 IN VOID *Interface
439 IN VOID *Interface,
461 IN VOID *Interface
480 OUT VOID **Interface
553 OUT VOID **Interface
872 IN VOID *Interface
889 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
/device/generic/goldfish/dhcp/client/
Dinterface.cpp39 Interface::Interface() : mSocketFd(-1) { in Interface() function in Interface
42 Interface::~Interface() { in ~Interface()
49 Result Interface::init(const char* interfaceName) { in init()
85 Result Interface::bringUp() { in bringUp()
89 Result Interface::bringDown() { in bringDown()
93 Result Interface::setMtu(uint16_t mtu) { in setMtu()
109 Result Interface::setAddress(in_addr_t address, in_addr_t subnetMask) { in setAddress()
171 struct ifreq Interface::createRequest() const { in createRequest()
180 Result Interface::populateIndex() { in populateIndex()
192 Result Interface::populateMacAddress() { in populateMacAddress()
[all …]
Dinterface.h27 class Interface {
29 Interface();
30 ~Interface();
/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/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/EmbeddedPkg/Library/DxeHobPeCoffLib/
DDxeHobPeCoff.c252 VOID *Interface; member
284 gPeCoffLoader = Hob->Interface; in DxeHobPeCoffLibConstructor()

123456789