Searched refs:Perror (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | gdbsend.c | 81 Perror("can't open kernel image file '%s'", ifn); in main() 84 Perror("fstat '%s' failed", ifn); in main() 87 Perror("can't allocate %ld bytes for image", ist.st_size); in main() 90 Perror("read of %d bytes from '%s' failed", ist.st_size, ifn); in main() 96 Perror("close of '%s' failed", ifn); in main() 102 Perror("open of serial device '%s' failed", serialdev); in main() 115 Perror("close of serial device '%s' failed", serialdev); in main()
|
| H A D | gdbcont.c | 58 Perror("open of serial device '%s' failed", serialdev); in main() 65 Perror("close of serial device '%s' failed", serialdev); in main()
|
| H A D | error.h | 14 extern void Perror(char *, ...);
|
| H A D | error.c | 47 Perror(char *fmt, ...) in Perror() function
|
| H A D | remote.c | 69 #define perror_with_name Perror
|