Searched defs:Interface (Results 26 - 50 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c166 @param Interface The interface for the protocol being searched
175 IN VOID *Interface
201 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) {
295 @param InterfaceType Indicates whether Interface is supplied in
297 @param Interface The interface for the protocol being added
308 IN VOID *Interface
315 Interface,
327 @param InterfaceType Indicates whether Interface is supplied in
329 @param Interface Th
339 CoreInstallProtocolInterfaceNotify( IN OUT EFI_HANDLE *UserHandle, IN EFI_GUID *Protocol, IN EFI_INTERFACE_TYPE InterfaceType, IN VOID *Interface, IN BOOLEAN Notify ) argument
529 VOID *Interface; local
831 VOID *Interface; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCore.h158 VOID *Interface; member in struct:__anon10975
231 @param InterfaceType Indicates whether Interface is supplied in
233 @param Interface The interface for the protocol being added
244 IN VOID *Interface
332 @param InterfaceType Indicates whether Interface is supplied in
334 @param Interface The interface for the protocol being added
348 IN VOID *Interface,
359 @param Interface The interface, of protocol:interface, to remove
370 IN VOID *Interface
378 @param Interface Supplie
[all...]
H A DPiSmmIpl.c670 VOID *Interface; local
684 Status = gBS->LocateProtocol (&gEfiDxeSmmReadyToLockProtocolGuid, NULL, &Interface);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c157 VOID *Interface; local
180 (VOID **) &Interface,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.c134 @param[in] Interface The interface to send out to.
148 IN IP4_INTERFACE *Interface,
171 Token->Interface = Interface;
177 CopyMem (&Token->SrcMac, &Interface->Mac, sizeof (Token->SrcMac));
235 @param[in] Interface The interface to send ARP from.
244 IN IP4_INTERFACE *Interface,
261 ArpQue->Interface = Interface;
312 @param[in] Interface Th
147 Ip4WrapLinkTxToken( IN IP4_INTERFACE *Interface, IN IP4_PROTOCOL *IpInstance OPTIONAL, IN NET_BUF *Packet, IN IP4_FRAME_CALLBACK CallBack, IN VOID *Context ) argument
243 Ip4CreateArpQue( IN IP4_INTERFACE *Interface, IN IP4_ADDR DestIp ) argument
322 Ip4CreateLinkRxToken( IN IP4_INTERFACE *Interface, IN IP4_PROTOCOL *IpInstance, IN IP4_FRAME_CALLBACK CallBack, IN VOID *Context ) argument
435 Ip4CancelFrames( IN IP4_INTERFACE *Interface, IN EFI_STATUS IoStatus, IN IP4_FRAME_TO_CANCEL FrameToCancel OPTIONAL, IN VOID *Context ) argument
494 IP4_INTERFACE *Interface; local
555 Ip4SetAddress( IN OUT IP4_INTERFACE *Interface, IN IP4_ADDR IpAddr, IN IP4_ADDR SubnetMask ) argument
730 Ip4FreeInterface( IN IP4_INTERFACE *Interface, IN IP4_PROTOCOL *IpInstance OPTIONAL ) argument
801 IP4_INTERFACE *Interface; local
955 Ip4SendFrame( IN IP4_INTERFACE *Interface, IN IP4_PROTOCOL *IpInstance OPTIONAL, IN NET_BUF *Packet, IN IP4_ADDR NextHop, IN IP4_FRAME_CALLBACK CallBack, IN VOID *Context ) argument
1211 Ip4ReceiveFrame( IN IP4_INTERFACE *Interface, IN IP4_PROTOCOL *IpInstance OPTIONAL, IN IP4_FRAME_CALLBACK CallBack, IN VOID *Context ) argument
[all...]
H A DIp4If.h64 IP4_INTERFACE *Interface; member in struct:__anon11215
81 IP4_INTERFACE *Interface; member in struct:__anon11216
106 IP4_INTERFACE *Interface; member in struct:__anon11217
214 @param Interface The interface to set the address
225 IN OUT IP4_INTERFACE *Interface,
237 @param[in] Interface The interface used by the IpInstance
246 IN IP4_INTERFACE *Interface,
257 @param[in] Interface The interface to send the frame from
274 IN IP4_INTERFACE *Interface,
287 @param[in] Interface Interfac
[all...]
H A DIp4Impl.h142 IP4_INTERFACE *Interface; member in struct:_IP4_PROTOCOL
220 #define IP4_NO_MAPPING(IpInstance) (!(IpInstance)->Interface->Configured)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c449 @param Interface Points to the interface instance
460 IN VOID *Interface,
458 SmmFtwNotificationEvent( IN CONST EFI_GUID *Protocol, IN VOID *Interface, IN EFI_HANDLE Handle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDriver.c226 VOID *Interface; local
305 &Interface,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6If.c62 @param[in] Interface The interface to set the address.
82 IN IP6_INTERFACE *Interface,
99 NET_CHECK_SIGNATURE (Interface, IP6_INTERFACE_SIGNATURE);
101 IpSb = Interface->Service;
185 DelayNode->Interface = Interface;
190 InsertTailList (&Interface->DelayJoinList, &DelayNode->Link);
211 IP6_INTERFACE *Interface; local
216 Interface = AllocatePool (sizeof (IP6_INTERFACE));
217 if (Interface
81 Ip6SetAddress( IN IP6_INTERFACE *Interface, IN EFI_IPv6_ADDRESS *Ip6Addr, IN BOOLEAN IsAnycast, IN UINT8 PrefixLength, IN UINT32 ValidLifetime, IN UINT32 PreferredLifetime, IN IP6_DAD_CALLBACK DadCallback OPTIONAL, IN VOID *Context OPTIONAL ) argument
296 Ip6CleanInterface( IN IP6_INTERFACE *Interface, IN IP6_PROTOCOL *IpInstance OPTIONAL ) argument
360 Ip6CreateLinkTxToken( IN IP6_INTERFACE *Interface, IN IP6_PROTOCOL *IpInstance OPTIONAL, IN NET_BUF *Packet, IN IP6_FRAME_CALLBACK CallBack, IN VOID *Context ) argument
658 Ip6SendFrame( IN IP6_INTERFACE *Interface, IN IP6_PROTOCOL *IpInstance OPTIONAL, IN NET_BUF *Packet, IN EFI_IPv6_ADDRESS *NextHop, IN IP6_FRAME_CALLBACK CallBack, IN VOID *Context ) argument
[all...]
H A DIp6Mld.c122 @param[in] Interface The IP interface to send the packet.
135 IN IP6_INTERFACE *Interface OPTIONAL,
221 return Ip6Output (IpSb, Interface, NULL, Packet, &Head, NULL, 0, Ip6SysPacketSent, NULL);
480 @param[in] Interface Points to an IP6_INTERFACE structure.
491 IN IP6_INTERFACE *Interface,
528 Status = Ip6SendMldReport (IpSb, Interface, Address);
641 Status = Ip6JoinGroup (IpSb, IpInstance->Interface, GroupAddress);
489 Ip6JoinGroup( IN IP6_SERVICE *IpSb, IN IP6_INTERFACE *Interface, IN EFI_IPv6_ADDRESS *Address ) argument
H A DIp6Output.c454 @param[in] Interface The IP6 interface to transmit the packet. Ignored
482 IN IP6_INTERFACE *Interface OPTIONAL,
558 IpIf = Interface;
561 // IpInstance->Interface is NULL when IpInstance is configured with both stationaddress
564 if (IpInstance == NULL || IpInstance->Interface == NULL) {
567 IpInstance->Interface = IpIf;
570 IpIf = IpInstance->Interface;
750 NeighborCache->Interface = IpIf;
1016 @param[in] Interface Interface t
1024 Ip6CancelFrames( IN IP6_INTERFACE *Interface, IN EFI_STATUS IoStatus, IN IP6_FRAME_TO_CANCEL FrameToCancel OPTIONAL, IN VOID *Context OPTIONAL ) argument
[all...]
H A DIp6Impl.h90 #define IP6_NO_MAPPING(IpInstance) (!(IpInstance)->Interface->Configured)
153 IP6_INTERFACE *Interface; member in struct:_IP6_PROTOCOL
H A DIp6Nd.h113 IP6_INTERFACE *Interface; member in struct:_IP6_DELAY_JOIN_LIST
133 IP6_INTERFACE *Interface; member in struct:_IP6_NEIGHBOR_ENTRY
296 @param[out] Interface If not NULL, output the IP6 interface that configures
307 OUT IP6_INTERFACE **Interface OPTIONAL
613 @param[in] Interface If not NULL, points to the IP6 interface to send
628 IN IP6_INTERFACE *Interface OPTIONAL,
666 @param[in] Interface The interface to set the address.
686 IN IP6_INTERFACE *Interface,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableSmm.c457 @param Interface Points to the interface instance
468 IN VOID *Interface,
466 SmmFtwNotificationEvent( IN CONST EFI_GUID *Protocol, IN VOID *Interface, IN EFI_HANDLE Handle ) argument
/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py76 class Interface: class in inherits:
97 return Interface(raw_parent.GetIID())
103 return Interface(xpcom._xpcom.IID_nsISupports)
440 T_INTERFACE : ("reserved", "Interface"),
448 interface = Interface(iid)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c89 VOID *Interface; local
101 &Interface
103 if (Status == EFI_SUCCESS && Interface == *ProtocolInterface) {
154 &Interface
161 *ProtocolInterface = Interface;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsconf.h119 LPSTR Interface; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA
130 LPWSTR Interface; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsconf.h119 LPSTR Interface; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA
130 LPWSTR Interface; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c308 VOID *Interface; local
317 &Interface
347 @param Interface Points to the interface instance
356 IN VOID *Interface,
354 S3BootScriptSmmEventCallBack( IN CONST EFI_GUID *Protocol, IN VOID *Interface, IN EFI_HANDLE Handle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c960 // 1. Programming Interface (PI) register indicates Primary Controller is
992 // 1. Programming Interface (PI) register indicates Secondary Controller is
2046 VOID *Interface; local
2100 (VOID **) &Interface
H A DLegacyBiosInterface.h428 UINT8 Interface; member in struct:__anon10429
448 UINT8 Interface; member in struct:__anon10430
665 // CSM16 PCI Interface Version
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c2653 VOID *Interface; local
2678 Status = gBS->HandleProtocol (HandleBuffer[Index], ProtocolGuid, (VOID **)&Interface);
2681 return Interface;
2694 of Identify data is defined by the Interface GUID.
2733 of Identify data is defined by the Interface GUID.
2758 if (CompareGuid (&This->Interface, &gEfiDiskInfoScsiInterfaceGuid)) {
2780 Data format of Sense data is defined by the Interface GUID.
2827 if (CompareGuid (&This->Interface, &gEfiDiskInfoScsiInterfaceGuid)) {
2939 // Update the DiskInfo.Interface to IDE interface GUID for the physical ATAPI device.
2941 CopyGuid (&ScsiDiskDevice->DiskInfo.Interface,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DQueryTable.c2740 L" SMIC: Server Management Interface Chip "
3799 @param[in] Interface The key of the structure.
3804 IN UINT8 Interface,
3809 PRINT_INFO_OPTION (Interface, Option);
3810 PRINT_TABLE_ITEM (PointingDeviceInterfaceTable, Interface);
3803 DisplayPointingDeviceInterface( IN UINT8 Interface, IN UINT8 Option ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUsb.h24 #define USB_DEV_GET_STATUS_REQ_TYPE_I 0x81 // Receiver : Interface
29 #define USB_DEV_CLEAR_FEATURE_REQ_TYPE_I 0x01 // Receiver : Interface
34 #define USB_DEV_SET_FEATURE_REQ_TYPE_I 0x01 // Receiver : Interface
116 /// Standard Interface Descriptor
128 UINT8 Interface; member in struct:__anon11912
225 // for Human Interface Devices (HID) rev1.11

Completed in 104 milliseconds

123