Searched refs:Interface (Results 1 - 25 of 104) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInterfaceHashtable.h50 * @param Interface the interface-type being wrapped
53 template<class KeyClass,class Interface>
55 public nsBaseHashtable< KeyClass, nsCOMPtr<Interface> , Interface* >
59 typedef Interface* UserDataType;
74 Interface* GetWeak(KeyType aKey, PRBool* aFound = nsnull) const;
81 * @param Interface the interface-type being wrapped
83 template<class KeyClass,class Interface>
85 public nsBaseHashtableMT< KeyClass, nsCOMPtr<Interface> , Interface* >
[all...]
/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...]
/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 DIp6Output.h68 @param[in] Interface The IP6 interface to transmit the packet. Ignored
96 IN IP6_INTERFACE *Interface OPTIONAL,
111 @param[in] Interface Interface to remove the frames from.
120 IN IP6_INTERFACE *Interface,
H A DIp6If.h167 @param[in] Interface The interface used by the IpInstance.
174 IN IP6_INTERFACE *Interface,
228 @param[in] Interface The interface to send the frame from
243 IN IP6_INTERFACE *Interface,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DHandle.c119 @param Interface The interface for the protocol being searched
128 IN VOID *Interface
150 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) {
166 @param InterfaceType Indicates whether Interface is supplied in
168 @param Interface The interface for the protocol being added
179 IN VOID *Interface
186 Interface,
197 @param InterfaceType Indicates whether Interface is supplied in
199 @param Interface Th
209 SmmInstallProtocolInterfaceNotify( IN OUT EFI_HANDLE *UserHandle, IN EFI_GUID *Protocol, IN EFI_INTERFACE_TYPE InterfaceType, IN VOID *Interface, IN BOOLEAN Notify ) argument
[all...]
H A DLocate.c37 OUT VOID **Interface
44 @param Interface Return the interface structure for the matching
54 OUT VOID **Interface
68 *Interface = NULL;
80 @param Interface Return the interface structure for the matching
90 OUT VOID **Interface
99 *Interface = NULL;
116 *Interface = Prot->Interface;
126 @param Interface Retur
292 VOID *Interface; local
[all...]
H A DNotify.c35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle);
44 @param Interface The interface of the protocol
53 IN VOID *Interface
61 Prot = SmmFindProtocolInterface (Handle, Protocol, Interface);
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 DDependency.c25 /// Driver Execution Environment Core Interface use 0xff
183 VOID *Interface; local
249 Status = SmmLocateProtocol (&DriverGuid, NULL, &Interface);
254 Status = gBS->LocateProtocol (&DriverGuid, NULL, &Interface);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c38 OUT VOID **Interface
45 @param Interface Return the interface structure for the matching
55 OUT VOID **Interface
63 @param Interface Return the interface structure for the matching
73 OUT VOID **Interface
80 @param Interface Return the interface structure for the matching
90 OUT VOID **Interface
129 VOID *Interface; local
212 Handle = GetNext (&Position, &Interface);
266 @param Interface Retur
[all...]
H A DHandle.h74 VOID *Interface; member in struct:__anon10931
149 @param Interface The interface for the protocol being searched
158 IN VOID *Interface
167 @param Interface The interface of the protocol
176 IN VOID *Interface
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...]
H A DNotify.c48 @param Interface The interface of the protocol
57 IN VOID *Interface
67 Prot = CoreFindProtocolInterface (Handle, Protocol, Interface);
213 // Check that Protocol exists on UserHandle, and Interface matches the interface in the database
250 Prot->Interface = NewInterface;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DHid.c29 // 1 = Interface
36 and Interface and return the HID descriptor in HidDescriptor.
41 @param Interface The index of the HID interface on the USB target.
55 IN UINT8 Interface,
69 Request.Index = Interface;
90 UsbIo and Interface and return the report descriptor in DescriptorBuffer.
95 @param Interface The index of the report interface on the USB target.
111 IN UINT8 Interface,
129 Request.Index = Interface;
150 and Interface an
53 UsbGetHidDescriptor( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, OUT EFI_USB_HID_DESCRIPTOR *HidDescriptor ) argument
109 UsbGetReportDescriptor( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT16 DescriptorLength, OUT UINT8 *DescriptorBuffer ) argument
165 UsbGetProtocolRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, OUT UINT8 *Protocol ) argument
220 UsbSetProtocolRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 Protocol ) argument
273 UsbSetIdleRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 Duration ) argument
327 UsbGetIdleRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, OUT UINT8 *Duration ) argument
387 UsbSetReportRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 ReportType, IN UINT16 ReportLen, IN UINT8 *Report ) argument
452 UsbGetReportRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 ReportType, IN UINT16 ReportLen, OUT UINT8 *Report ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiUsbLib.h26 and Interface, and return the HID descriptor in HidDescriptor.
31 @param Interface The index of the HID interface on the USB target.
45 IN UINT8 Interface,
54 UsbIo and Interface, and return the report descriptor in DescriptorBuffer.
59 @param Interface The index of the report interface on the USB target.
75 IN UINT8 Interface,
84 and Interface, and return the protocol retrieved in Protocol.
89 @param Interface The index of the report interface on the USB target.
101 IN UINT8 Interface,
109 and Interface, an
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DComponentName.c193 VOID *Interface; local
225 &Interface,
234 Instance = ATA_PASS_THRU_PRIVATE_DATA_FROM_THIS (Interface);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSmBus.h27 UINT16 Interface; member in struct:__anon11906
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusbdlib.h33 PUSBD_INTERFACE_INFORMATION Interface; member in struct:_USBD_INTERFACE_LIST_ENTRY
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassCbi.c66 EFI_USB_INTERFACE_DESCRIPTOR *Interface; local
85 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbCbi->Interface);
90 Interface = &UsbCbi->Interface;
91 if ((Interface->InterfaceProtocol != USB_MASS_STORE_CBI0)
92 && (Interface->InterfaceProtocol != USB_MASS_STORE_CBI1)) {
100 for (Index = 0; Index < Interface->NumEndpoints; Index++) {
127 if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) &&
140 if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) && (UsbCbi->InterruptEndpoint == NULL)) {
194 Request.Index = UsbCbi->Interface
[all...]
H A DUsbMassBot.c52 EFI_USB_INTERFACE_DESCRIPTOR *Interface; local
69 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbBot->Interface);
75 Interface = &UsbBot->Interface;
77 if (Interface->InterfaceProtocol != USB_MASS_STORE_BOT) {
85 for (Index = 0; Index < Interface->NumEndpoints; Index++) {
497 Request.Index = UsbBot->Interface.InterfaceNumber;
566 Request.Index = UsbBot->Interface.InterfaceNumber;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c69 USB_INTERFACE_DESC *Interface; local
78 Interface = Config->Interfaces[Index];
80 if (Interface == NULL) {
87 for (SetIndex = 0; SetIndex < Interface->NumOfSetting; SetIndex++) {
88 if (Interface->Settings[SetIndex] != NULL) {
89 UsbFreeInterfaceDesc (Interface->Settings[SetIndex]);
93 FreePool (Interface);
308 USB_INTERFACE_DESC *Interface; local
335 Interface = AllocateZeroPool (sizeof (USB_INTERFACE_DESC));
337 if (Interface
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusbdlib.h33 PUSBD_INTERFACE_INFORMATION Interface; member in struct:_USBD_INTERFACE_LIST_ENTRY
/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.h94 UCHAR Interface,
101 UCHAR Interface,
109 UCHAR Interface,
124 UCHAR Interface,
133 UCHAR Interface,
151 UCHAR Interface,

Completed in 81 milliseconds

12345