Lines Matching refs:tapDeviceName
8831 Bstr tapDeviceName;
8832 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
8834 tapDeviceName.setNull(); /* Is this necessary? */
8835 if (tapDeviceName.isEmpty())
8844 Utf8Str str(tapDeviceName);
8850 LogRel(("Failed to open the host network interface %ls\n", tapDeviceName.raw()));
8853 tapDeviceName.raw());
8863 Log(("i_attachToTapInterface: %RTfile %ls\n", maTapFD[slot], tapDeviceName.raw()));
8869 maTAPDeviceName[slot] = tapDeviceName;
8906 Bstr tapDeviceName;
8907 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
8909 tapDeviceName.setNull(); /* Is this necessary? */
8910 if (tapDeviceName.isEmpty())
8917 Utf8Str str(tapDeviceName);
8927 maTAPDeviceName[slot] = tapDeviceName;
8939 tapDeviceName.raw());
8992 Bstr tapDeviceName, tapTerminateApplication;
8994 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam());
8995 if (FAILED(rc) || tapDeviceName.isEmpty())