Home | History | Annotate | Download | only in goldfish

Lines Matching refs:XLOG

43 #define  XLOG  xlog
46 xlog( const char* format, ... )
239 XLOG("%s EOF seek failed: %s\n", __FUNCTION__, strerror(errno));
249 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
256 XLOG("%s read failed: %s\n", __FUNCTION__, strerror(errno));
294 XLOG("%s, restore failed: size required (%lld) exceeds device limit (%lld)\n",
303 XLOG("%s seek failed: %s\n", __FUNCTION__, strerror(errno));
315 XLOG("%s read failed: expected %d bytes but got %d\n",
321 XLOG("%s, write failed: %s\n", __FUNCTION__, strerror(errno));
330 XLOG("%s ftruncate failed: %s\n", __FUNCTION__, strerror(errno));
429 XLOG("nand_dev_write_file, write failed: %s\n", strerror(errno));
451 XLOG( "nand_dev_write_file, write failed: %s\n", strerror(errno));
759 XLOG("bad arg: %.*s\n", arg_len, arg);
815 XLOG("could not create temp file for %.*s NAND disk image: %s\n",
829 XLOG("incompatible read only option is requested while initializing %.*s from %s\n",
838 XLOG("could not open file %s, %s\n", rwfilename, strerror(errno));
851 XLOG("could not open file %s, %s\n", initfilename, strerror(errno));
889 XLOG("could not read file %s, %s\n", initfilename, strerror(errno));
893 XLOG("could not write file %s, %s\n", rwfilename, strerror(errno));
906 XLOG("out of memory\n");
910 XLOG("bad arg: %.*s=%.*s\n", arg_len, arg, value_len, value);