• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/

Lines Matching defs:ERROR

62 #define ERROR(s, args...)		do { \
67 fprintf(stderr, "FATAL ERROR aborting: "s, ## args); \
111 ERROR("add_hash: out of memory in malloc\n");
145 ERROR("Lseek failed because %s\b", strerror(errno));
150 ERROR("Read on destination failed because %s\n", strerror(errno));
188 ERROR("zlib::uncompress failed, not enough memory\n");
190 ERROR("zlib::uncompress failed, not enough room in output buffer\n");
192 ERROR("zlib::uncompress failed, unknown error %d\n", res);
198 ERROR("LzmaUncompress: error (%d)\n", res);
234 ERROR("zlib::uncompress failed, not enough memory\n");
236 ERROR("zlib::uncompress failed, not enough room in output buffer\n");
238 ERROR("zlib::uncompress failed, unknown error %d\n", res);
245 ERROR("LzmaUncompress: error (%d)\n", res);
284 ERROR("set_attributes: failed to set time on %s, because %s\n", pathname, strerror(errno));
293 ERROR("set_attributes: failed to change uid and gids on %s, because %s\n", pathname, strerror(errno));
300 ERROR("set_attributes: failed to change mode %s, because %s\n", pathname, strerror(errno));
416 ERROR("read_fragment: failed to read fragment %d\n", fragment);
434 ERROR("read_fragment: failed to read fragment %d\n", fragment);
455 ERROR("write_file: unable to malloc block list\n");
467 ERROR("write_file: failed to create file %s, because %s\n", pathname,
475 ERROR("write_file: failed to read data block 0x%llx\n", start);
480 ERROR("write_file: failed to write data block 0x%llx\n", start);
494 ERROR("write_file: failed to write fragment %d\n", fragment);
519 ERROR("create_inode: inode block 0x%llx out of range!\n", start);
537 ERROR("create_inode: failed to create hardlink, because %s\n", strerror(errno));
631 ERROR("create_inode: failed to create symlink %s, because %s\n", pathname,
643 ERROR("create_inode: failed to change uid and gids on %s, because %s\n", pathname, strerror(errno));
670 ERROR("create_inode: failed to create %s device %s, because %s\n",
678 ERROR("create_inode: could not create %s device %s, because you're not superuser! %s\n",
690 ERROR("create_inode: failed to create fifo %s, because %s\n",
700 ERROR("create_inode: socket %s ignored\n", pathname);
703 ERROR("Unknown inode type %d in create_inode_table!\n", header.base.inode_type);
723 ERROR("create_inode: inode block 0x%llx out of range!\n", start);
789 ERROR("create_inode: failed to create symlink %s, because %s\n", pathname,
801 ERROR("create_inode: failed to change uid and gids on %s, because %s\n", pathname, strerror(errno));
828 ERROR("create_inode: failed to create %s device %s, because %s\n",
836 ERROR("create_inode: could not create %s device %s, because you're not superuser! %s\n",
848 ERROR("create_inode: failed to create fifo %s, because %s\n",
858 ERROR("create_inode: socket %s ignored\n", pathname);
861 ERROR("Unknown inode type %d in create_inode_table!\n", header.base.inode_type);
923 ERROR("squashfs_opendir: inode block %d not found!\n", block_start);
953 ERROR("squashfs_opendir: inode not a directory\n");
961 ERROR("squashfs_opendir: directory block %d not found!\n", block_start);
968 ERROR("squashfs_opendir: malloc failed!\n");
1006 ERROR("squashfs_opendir: realloc failed!\n");
1042 ERROR("squashfs_opendir: inode block %d not found!\n", block_start);
1072 ERROR("squashfs_opendir: inode not a directory\n");
1080 ERROR("squashfs_opendir: directory block %d not found!\n", block_start);
1087 ERROR("squashfs_opendir: malloc failed!\n");
1125 ERROR("squashfs_opendir: realloc failed!\n");
1201 ERROR("dir_scan: Failed to read directory %s (%x:%x)\n", parent_name, start_block, offset);
1206 ERROR("dir_scan: failed to open directory %s, because %s\n", parent_name, strerror(errno));
1252 ERROR("Reading a different endian SQUASHFS filesystem on %s\n", source);
1257 ERROR("Can't find a SQUASHFS superblock on %s\n", source);
1280 ERROR("Major/Minor mismatch, filesystem on %s is (%d:%d)\n",
1282 ERROR("I support Squashfs 2.x and 3.0 filesystems!\n");
1358 ERROR("SYNTAX: %s [options] filesystem [directory or file to extract]\n", argv[0]);
1359 ERROR("\t-v[ersion]\t\tprint version, licence and copyright information\n");
1360 ERROR("\t-i[nfo]\t\t\tprint files as they are unsquashed\n");
1361 ERROR("\t-l[s]\t\t\tlist filesystem only\n");
1362 ERROR("\t-d[est] <pathname>\tunsquash to <pathname>, default \"squashfs-root\"\n");
1363 ERROR("\t-f[orce]\t\tif file already exists then overwrite\n");
1372 ERROR("Could not open %s, because %s\n", argv[i], strerror(errno));