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

Lines Matching refs:failed

145 		ERROR("Lseek failed because %s\b", strerror(errno));
150 ERROR("Read on destination failed because %s\n", strerror(errno));
165 goto failed;
170 goto failed;
183 goto failed;
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);
193 goto failed;
207 goto failed;
213 failed:
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);
271 EXIT_UNSQUASH("uncompress_inode_table: failed to read block\n");
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));
311 EXIT_UNSQUASH("read_uids_guids: failed to allocate uid/gid table\n");
321 EXIT_UNSQUASH("read_uids_guids: failed to read uid/gid table\n");
327 EXIT_UNSQUASH("read_uids_guids: failed to read uid/gid table\n");
344 EXIT_UNSQUASH("read_fragment_table: failed to allocate fragment table\n");
383 EXIT_UNSQUASH("read_fragment_table: failed to allocate fragment table\n");
416 ERROR("read_fragment: failed to read fragment %d\n", fragment);
434 ERROR("read_fragment: failed to read fragment %d\n", fragment);
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);
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",
690 ERROR("create_inode: failed to create fifo %s, because %s\n",
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",
848 ERROR("create_inode: failed to create fifo %s, because %s\n",
881 EXIT_UNSQUASH("uncompress_directory_table: failed to read block\n");
968 ERROR("squashfs_opendir: malloc failed!\n");
1006 ERROR("squashfs_opendir: realloc failed!\n");
1087 ERROR("squashfs_opendir: malloc failed!\n");
1125 ERROR("squashfs_opendir: realloc failed!\n");
1206 ERROR("dir_scan: failed to open directory %s, because %s\n", parent_name, strerror(errno));
1381 EXIT_UNSQUASH("failed to allocate fragment_data\n");
1384 EXIT_UNSQUASH("failed to allocate file_data");
1387 EXIT_UNSQUASH("failed to allocate datan\n");
1390 EXIT_UNSQUASH("failed to allocate created_inode\n");