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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp260 DECLINLINE(void) vboxNetLwfWinDumpEncapsulation(const char *pcszText, ULONG uEncapsulation) argument
263 Log5(("%s not supported\n", pcszText));
266 Log5(("%s", pcszText));
/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp330 * @param pcszText A string to print before the list of features.
332 DECLINLINE(void) vnetPrintFeatures(PVNETSTATE pThis, uint32_t fFeatures, const char *pcszText) argument
360 Log3(("%s %s:\n", INSTANCE(pThis), pcszText));

Completed in 54 milliseconds