Searched refs:perrorf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/usr.sbin/nandtool/ |
| HD | nand_writeoob.c | 66 perrorf("Cannot open %s", dev); in nand_write_oob() 71 perrorf("Cannot open %s", in); in nand_write_oob() 77 perrorf("Cannot ioctl(NAND_IO_GET_CHIP_PARAM)"); in nand_write_oob() 84 perrorf("Cannot allocate %d bytes\n", chip_params.oob_size); in nand_write_oob() 90 perrorf("Cannot read from %s", in); in nand_write_oob() 100 perrorf("Cannot write OOB to %s", dev); in nand_write_oob()
|
| HD | nand_read.c | 57 perrorf("Cannot open %s for writing", out); in nand_read() 63 perrorf("Cannot open %s", dev); in nand_read() 69 perrorf("Cannot ioctl(NAND_IO_GET_CHIP_PARAM)"); in nand_read() 103 perrorf("Cannot allocate buffer [size %x]", in nand_read() 114 perrorf("read error (read %d bytes)", ret); in nand_read() 122 perrorf("write error (written %d bytes)", ret); in nand_read()
|
| HD | nand_readoob.c | 63 perrorf("Cannot open %s", out); in nand_read_oob() 70 perrorf("Cannot open %s", dev); in nand_read_oob() 76 perrorf("Cannot ioctl(NAND_IO_GET_CHIP_PARAM)"); in nand_read_oob() 83 perrorf("Cannot allocate %d bytes\n", chip_params.oob_size); in nand_read_oob() 93 perrorf("Cannot read OOB from %s", dev); in nand_read_oob()
|
| HD | nand_write.c | 60 perrorf("Cannot open %s", dev); in nand_write() 65 perrorf("Cannot open file %s", file); in nand_write() 71 perrorf("Cannot ioctl(NAND_IO_GET_CHIP_PARAM)"); in nand_write() 106 perrorf("Cannot allocate buffer [size %x]", in nand_write() 121 perrorf("Cannot read from %s", file); in nand_write()
|
| HD | nand_info.c | 56 perrorf("Cannot open %s", dev); in nand_info() 61 perrorf("Cannot ioctl(NAND_IO_GET_CHIP_PARAM)"); in nand_info() 67 perrorf("Cannot ioctl(DIOCGMEDIASIZE)"); in nand_info()
|
| HD | nand_erase.c | 61 perrorf("Cannot open %s", dev); in nand_erase() 66 perrorf("Cannot ioctl(NAND_IO_GET_CHIP_PARAM)"); in nand_erase() 105 perrorf("Cannot erase block %d - probably a bad block", in nand_erase()
|
| HD | nandtool.c | 71 perrorf("Missing parameter %s", name); in _param_get_stringx() 97 perrorf("Invalid value for parameter %s", name); in _param_get_intx() 201 perrorf(const char *format, ...) in perrorf() function
|
| HD | nandtool.h | 46 void perrorf(const char *, ...);
|