Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/nandtool/
HDnand_writeoob.c66 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()
HDnand_read.c57 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()
HDnand_readoob.c63 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()
HDnand_write.c60 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()
HDnand_info.c56 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()
HDnand_erase.c61 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()
HDnandtool.c71 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
HDnandtool.h46 void perrorf(const char *, ...);