Searched refs:IfName (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.h69 CHAR16 *IfName; member in struct:_IFCONFIG6_PRIVATE_DATA
H A DIfConfig6.c646 @param[in] IfName The pointer of IfName(interface name).
656 IN CHAR16 *IfName,
749 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) {
858 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) {
1531 Private->IfName,
1595 if (Private->IfName != NULL)
1596 FreePool (Private->IfName);
654 IfConfig6GetInterfaceInfo( IN EFI_HANDLE ImageHandle, IN CHAR16 *IfName, IN LIST_ENTRY *IfList ) argument
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.h36 UNICODE_STRING IfName; member in struct:VBOXUSB_RT
H A DVBoxUsbRt.cpp175 &pDevExt->Rt.IfName);
187 NTSTATUS tmpStatus = IoSetDeviceInterfaceState(&pDevExt->Rt.IfName, FALSE);
191 RtlFreeUnicodeString(&pDevExt->Rt.IfName);
269 if (!pDevExt->Rt.IfName.Buffer)
274 Status = IoSetDeviceInterfaceState(&pDevExt->Rt.IfName, FALSE);
278 RtlFreeUnicodeString(&pDevExt->Rt.IfName);
279 pDevExt->Rt.IfName.Buffer = NULL;
286 NTSTATUS Status = IoSetDeviceInterfaceState(&pDevExt->Rt.IfName, TRUE);
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp264 Bstr IfName(szBuf);
268 iface->init(IfName, HostNetworkInterfaceType_HostOnly, pInfo);

Completed in 69 milliseconds