Searched refs:Interfaces (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Common.c90 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
145 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
175 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
207 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
H A DIp4Impl.h172 LIST_ENTRY Interfaces; member in struct:_IP4_SERVICE
H A DIp4Output.c141 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
H A DIp4Driver.c184 InitializeListHead (&IpSb->Interfaces);
291 InsertHeadList (&IpSb->Interfaces, &IpSb->DefaultInterface->Link);
H A DIp4Impl.c494 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
602 InsertHeadList (&IpSb->Interfaces, &IpIf->Link);
939 InsertTailList (&IpSb->Interfaces, &IpIf->Link);
H A DIp4Input.c1477 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
1496 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.h73 USB_INTERFACE_DESC **Interfaces; member in struct:__anon10872
H A DUsbDesc.c73 if (Config->Interfaces != NULL) {
78 Interface = Config->Interfaces[Index];
96 FreePool (Config->Interfaces);
325 Config->Interfaces = AllocateZeroPool (sizeof (USB_INTERFACE_DESC *) * NumIf);
327 if (Config->Interfaces == NULL) {
341 Config->Interfaces[Index] = Interface;
376 Interface = Config->Interfaces[Setting->Desc.InterfaceNumber];
H A DUsbEnumer.c414 IfDesc = ConfigDesc->Interfaces[Index];
420 UsbIf = UsbCreateInterface (Device, ConfigDesc->Interfaces[Index]);
427 Device->Interfaces[Index] = UsbIf;
511 UsbIf = Device->Interfaces[Index];
519 Device->Interfaces[Index] = NULL;
H A DUsbBus.h181 USB_INTERFACE *Interfaces [USB_MAX_INTERFACE]; member in struct:_USB_DEVICE
H A DUsbBus.c1016 RootHub->Interfaces[0] = RootIf;
1436 RootIf = RootHub->Interfaces[0];
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DDotZLib.cs109 #region Interfaces
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.h175 LIST_ENTRY Interfaces; member in struct:_IP6_SERVICE
H A DIp6Driver.c252 InitializeListHead (&IpSb->Interfaces);
475 InsertHeadList (&IpSb->Interfaces, &IpSb->DefaultInterface->Link);
H A DIp6Common.c519 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
H A DIp6Input.c1679 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
1699 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
H A DIp6Output.c67 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
H A DIp6Nd.c307 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
1051 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
2797 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
H A DIp6ConfigImpl.c95 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
957 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
H A DIp6Impl.c530 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp782 io_iterator_t Interfaces; local
783 kern_return_t krc = IORegistryEntryGetChildIterator(USBDevice, kIOServicePlane, &Interfaces);
796 while ((Interface = IOIteratorNext(Interfaces)))
866 IOObjectRelease(Interfaces);
1722 RTPrintf("Preferences: Network Service Interfaces\n");
1762 RTPrintf("Preferences: Network Interfaces\n");
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp801 io_iterator_t Interfaces = NULL; local
807 IOReturn irc = (*pDevOsX->ppDevI)->CreateInterfaceIterator(pDevOsX->ppDevI, &Req, &Interfaces);
816 while ((Interface = IOIteratorNext(Interfaces)))
948 IOObjectRelease(Interfaces);

Completed in 144 milliseconds