Searched refs:displayErrorAndExit (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | loadrun.c | 150 void displayErrorAndExit(int exitNum, char *message); 218 displayErrorAndExit(EXIT_NUM_NO_DEVICE, "Cannot access devices."); in listDevice() 269 displayErrorAndExit(EXIT_NUM_NO_DEVICE, "found no device."); in searchDevice() 308 displayErrorAndExit(EXIT_NUM_NO_DEVICE, "illegal device."); in searchDevice() 370 void displayErrorAndExit(int exitNum, char *message) in displayErrorAndExit() function 475 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, "illegal device type."); in parseOption() 495 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, "illegal value for card slot option."); in parseOption() 510 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, in parseOption() 519 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, in parseOption() 528 displayErrorAndExit(EXIT_NUM_ILLEGAL_OPTION, in parseOption() [all …]
|
| /TwlSDK-5.1.0/build/tools/loadrun.TWL/ |
| D | loadrun.c | 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() [all …]
|