Home
last modified time | relevance | path

Searched refs:ifn (Results 1 – 1 of 1) sorted by relevance

/u-boot/tools/gdb/
A Dgdbsend.c27 char *ifn, *image; in main() local
74 ifn = av[optind++]; in main()
79 if ((ifd = open(ifn, O_RDONLY)) < 0) in main()
80 Perror("can't open kernel image file '%s'", ifn); in main()
83 Perror("fstat '%s' failed", ifn); in main()
89 Perror("read of %d bytes from '%s' failed", ist.st_size, ifn); in main()
92 Error("read of %ld bytes from '%s' failed (%d)", ist.st_size, ifn, c); in main()
95 Perror("close of '%s' failed", ifn); in main()

Completed in 2 milliseconds