Searched defs:szNICDesc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp191 char szNICDesc[256]; local
196 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - %s", szNICInstance, Description.c_str());
204 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - %s", szNICInstance, Description.c_str());
207 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - Ethernet", szNICInstance);
210 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s", szNICInstance);
300 if (SUCCEEDED(IfObj->init(Bstr(szNICDesc), enmTyp
[all...]

Completed in 32 milliseconds