Home | History | Annotate | Download | only in hw

Lines Matching refs:xlog

44 #define  XLOG  xlog
47 xlog( const char* format, ... )
223 XLOG("%s EOF seek failed: %s\n", __FUNCTION__, strerror(errno));
233 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
240 XLOG("%s read failed: %s\n", __FUNCTION__, strerror(errno));
278 XLOG("%s, restore failed: size required (%lld) exceeds device limit (%lld)\n",
287 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
299 XLOG("%s read failed: expected %d bytes but got %d\n",
305 XLOG("%s, write failed: %s\n", __FUNCTION__, strerror(errno));
314 XLOG("%s ftruncate failed: %s\n", __FUNCTION__, strerror(errno));
415 XLOG("nand_dev_write_file, write failed: %s\n", strerror(errno));
437 XLOG( "nand_dev_write_file, write failed: %s\n", strerror(errno));
734 XLOG("bad arg: %.*s\n", arg_len, arg);
790 XLOG("could not create temp file for %.*s NAND disk image: %s\n",
804 XLOG("incompatible read only option is requested while initializing %.*s from %s\n",
813 XLOG("could not open file %s, %s\n", rwfilename, strerror(errno));
826 XLOG("could not open file %s, %s\n", initfilename, strerror(errno));
864 XLOG("could not read file %s, %s\n", initfilename, strerror(errno));
868 XLOG("could not write file %s, %s\n", rwfilename, strerror(errno));
881 XLOG("out of memory\n");
885 XLOG("bad arg: %.*s=%.*s\n", arg_len, arg, value_len, value);