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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1226 const char *pszNICType; local
1229 case NetworkAdapterType_Am79C970A: pszNICType = "Am79C970A"; break;
1230 case NetworkAdapterType_Am79C973: pszNICType = "Am79C973"; break;
1232 case NetworkAdapterType_I82540EM: pszNICType = "82540EM"; break;
1233 case NetworkAdapterType_I82543GC: pszNICType = "82543GC"; break;
1234 case NetworkAdapterType_I82545EM: pszNICType = "82545EM"; break;
1237 case NetworkAdapterType_Virtio: pszNICType = "virtio"; break;
1239 default: AssertFailed(); pszNICType = "unknown"; break;
1262 RTPrintf("nictype%d=\"%s\"\n", currentNIC + 1, pszNICType);
1271 pszNICType,
[all...]

Completed in 48 milliseconds