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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl.cpp394 CWPLUGIN_ENTRY(CWPlugin_GetTargetList)(const CWTargetList** targetList) argument
400 *targetList = &sTargetList;
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c479 keyboard_type targetList[] = { local
490 || targetList[0].f8 != 1 || targetList[1].f8 != 18)
492 if (findHostKBInList(&hostBasic, targetList, 2) != 1)
494 if (findHostKBInList(&hostSwapCtrlCaps, targetList, 2) != 1)
496 if (findHostKBInList(&hostEmpty, targetList, 2) != -1)
498 if (findHostKBInList(&hostNearlyEmpty, targetList, 2) != 1)
500 if (findHostKBInList(&hostNearlyRight, targetList, 2) != -1)

Completed in 576 milliseconds