Lines Matching refs:displayErrorAndExit
167 void displayErrorAndExit(int exitNum, char *message);
239 displayErrorAndExit(EXIT_NUM_NO_DEVICE, "Cannot access devices."); in listDevice()
286 displayErrorAndExit(EXIT_NUM_NO_DEVICE, "found no device."); in searchDevice()
343 …displayErrorAndExit(EXIT_NUM_NO_DEVICE, "two or more devices matched to sperified serial number." … in searchDevice()
352 displayErrorAndExit(EXIT_NUM_NO_DEVICE, "illegal device."); in searchDevice()
452 void displayErrorAndExit(int exitNum, char *message) in displayErrorAndExit() function
579 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, "illegal device type."); in parseOption()
602 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, "illegal value for card slot option."); in parseOption()
617 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, in parseOption()
626 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, in parseOption()
635 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, in parseOption()
645 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, in parseOption()
651 displayErrorAndExit(EXIT_NUM_UNKNOWN_OPTION, "unknown option."); in parseOption()
735 displayErrorAndExit(EXIT_NUM_NO_INPUT_FILE, "cannot open input file."); in loadFile()
746 displayErrorAndExit(EXIT_NUM_NOT_CONNECT, "cannot connect device."); in loadFile()
766 …displayErrorAndExit(EXIT_NUM_LOADING_ERROR, "cannot run as NITRO mode. The required version of IS-… in loadFile()
773 displayErrorAndExit(EXIT_NUM_LOADING_ERROR, "troubled while loading input file."); in loadFile()
792 displayErrorAndExit(EXIT_NUM_LOADING_ERROR, "troubled while loading input file."); in loadFile()
843 displayErrorAndExit(EXIT_NUM_EXEC_PROHIBITION, "cannot exec this file. (debugger forbidden)"); in checkFileFlag()
867 displayErrorAndExit(EXIT_NUM_CANNOT_USE_CARTRIDGE, "cannot use cartridge slot."); in setSlotPower()
877 displayErrorAndExit(EXIT_NUM_CANNOT_USE_CARD, "cannot use card slot."); in setSlotPower()
1204 displayErrorAndExit(EXIT_NUM_NO_DEVICE, "Cannot access devices."); in main()