Searched refs:Perror (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/tools/gdb/ |
D | gdbsend.c | 80 Perror("can't open kernel image file '%s'", ifn); in main() 83 Perror("fstat '%s' failed", ifn); in main() 86 Perror("can't allocate %ld bytes for image", ist.st_size); in main() 89 Perror("read of %d bytes from '%s' failed", ist.st_size, ifn); in main() 95 Perror("close of '%s' failed", ifn); in main() 101 Perror("open of serial device '%s' failed", serialdev); in main() 114 Perror("close of serial device '%s' failed", serialdev); in main()
|
D | gdbcont.c | 57 Perror("open of serial device '%s' failed", serialdev); in main() 64 Perror("close of serial device '%s' failed", serialdev); in main()
|
D | error.h | 13 extern void Perror(char *, ...);
|
D | error.c | 46 Perror(char *fmt, ...) in Perror() function
|
D | remote.c | 70 #define perror_with_name Perror
|