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

/vbox/src/VBox/Devices/Input/
H A DPS2M.cpp232 PS2M_PROTO enmProtocol; member in struct:PS2M
458 pThis->enmProtocol = PS2M_PROTO_PS2STD;
490 pThis->enmProtocol = PS2M_PROTO_IMPS2;
498 pThis->enmProtocol = PS2M_PROTO_IMEX;
536 if (pThis->enmProtocol > PS2M_PROTO_PS2STD)
538 if (pThis->enmProtocol == PS2M_PROTO_IMPS2)
542 Assert(pThis->enmProtocol == PS2M_PROTO_IMEX);
667 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, pThis->enmProtocol);
895 Assert(pThis->enmProtocol <= RT_ELEMENTS(pcszProtocols));
901 pcszProtocols[pThis->enmProtocol], pThi
[all...]
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp1749 NETPERFPROTO enmProtocol = NETPERFPROTO_TCP; local
1913 rc = netperfServer(enmProtocol, &Params);
1915 rc = netperfClient(enmProtocol, pszServerAddress, &Params);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp481 GEN_CHECK_OFF(PS2M, enmProtocol);

Completed in 52 milliseconds