Searched refs:printBuffer (Results 1 – 2 of 2) sorted by relevance
124 static void printBuffer ( char *string, ... );192 … case CMD_MPLS_OFF: printBuffer("Try to turn off motion plus."); break; in main()193 … case CMD_MPLS_STD: printBuffer("Try to turn on motion plus."); break; in main()194 … case CMD_MPLS_FS : printBuffer("Try to turn on nunchaku + motion plus."); break; in main()195 … case CMD_MPLS_CL : printBuffer("Try to turn on classic + motion plus."); break; in main()196 … case CMD_MPLS_HW_RST: printBuffer("Try to do the hardware re-calibration."); break; in main()197 … case CMD_MPLS_SW_RST: printBuffer("Try to do the software re-calibration."); break; in main()299 printBuffer("Initializing extension on chan %1d...", chan); in extensionCallback()306 printBuffer("Extension removed on chan %1d.", chan); in extensionCallback()313 printBuffer("Freestyle initialized on chan %1d.", chan); in extensionCallback()[all …]
92 static void printBuffer ( char *string, ... );