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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8915 char szTapdev[1024] = "/dev/"; local
8918 if (str.length() + strlen(szTapdev) <= sizeof(szTapdev))
8919 strcat(szTapdev, str.c_str());
8921 memcpy(szTapdev + strlen(szTapdev), str.c_str(),
8922 sizeof(szTapdev) - strlen(szTapdev) - 1); /** @todo bitch about names which are too long... */
8923 int rcVBox = RTFileOpen(&maTapFD[slot], szTapdev,

Completed in 82 milliseconds