Searched refs:ifn (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | gdbsend.c | 28 char *ifn, *image; in main() local 75 ifn = av[optind++]; in main() 80 if ((ifd = open(ifn, O_RDONLY)) < 0) in main() 81 Perror("can't open kernel image file '%s'", ifn); in main() 84 Perror("fstat '%s' failed", ifn); in main() 90 Perror("read of %d bytes from '%s' failed", ist.st_size, ifn); in main() 93 Error("read of %ld bytes from '%s' failed (%d)", ist.st_size, ifn, c); in main() 96 Perror("close of '%s' failed", ifn); in main()
|