Searched refs:VD_INTERFACETCPNET_EVT_READ (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp1356 if (fEvents & VD_INTERFACETCPNET_EVT_READ)
1389 *pfEvents |= VD_INTERFACETCPNET_EVT_READ;
1452 if (fEvents & VD_INTERFACETCPNET_EVT_READ)
1478 *pfEvents |= VD_INTERFACETCPNET_EVT_READ;
1537 *pfEvents |= VD_INTERFACETCPNET_EVT_READ;
/vbox/include/VBox/
H A Dvd-ifs.h1061 #define VD_INTERFACETCPNET_EVT_READ RT_BIT_32(0) macro
/vbox/src/VBox/Storage/
H A DISCSI.cpp3400 pImage->fPollEvents = VD_INTERFACETCPNET_EVT_READ | VD_INTERFACETCPNET_EVT_ERROR;
3474 if (fEvents & VD_INTERFACETCPNET_EVT_READ)

Completed in 52 milliseconds