• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/

Lines Matching defs:failed

125 			ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
549 ERROR("Lseek failed because %s\n", strerror(errno));
557 ERROR("Read on filesystem failed because "
561 ERROR("Read on filesystem failed because %s\n",
580 goto failed;
584 goto failed;
598 goto failed;
604 ERROR("%s uncompress failed with error code %d\n",
606 goto failed;
614 goto failed;
620 failed:
621 ERROR("read_block: failed to read block @0x%llx\n", start);
637 goto failed;
643 ERROR("%s uncompress failed with error code %d\n",
645 goto failed;
651 goto failed;
656 failed:
657 ERROR("read_data_block: failed to read block @0x%llx, size %d\n", start,
681 EXIT_UNSQUASH("uncompress_inode_table: failed to read "
697 ERROR("set_attributes: failed to set time on %s, because %s\n",
704 ERROR("set_attributes: failed to change uid and gids "
713 ERROR("set_attributes: failed to change mode %s, because %s\n",
730 ERROR("Write on output file failed because "
753 /* failed to seek beyond end of file */
759 EXIT_UNSQUASH("write_block: failed to alloc "
800 ERROR("write_file: failed to create file %s, because %s\n",
880 ERROR("create_inode: failed to create hardlink, "
906 ERROR("create_inode: failed to create symlink "
916 ERROR("create_inode: failed to change "
938 ERROR("create_inode: failed to create "
962 ERROR("create_inode: failed to create fifo %s, "
1007 EXIT_UNSQUASH("uncompress_directory_table: failed to "
1081 EXIT_UNSQUASH("failed to allocate paths\n");
1311 ERROR("dir_scan: failed to make directory %s, because %s\n",
1373 "failed to get time\n");
1641 int failed = FALSE;
1665 failed = TRUE;
1667 if(failed)
1674 ERROR("writer: failed to write data block %d\n",
1676 failed = TRUE;
1684 if(hole && failed == FALSE) {
1699 ERROR("writer: failed to write sparse "
1701 failed = TRUE;
1704 ERROR("writer: failed to write sparse data "
1706 failed = TRUE;
1711 if(failed == FALSE)
1741 ERROR("%s uncompress failed with error code %d\n",
1765 ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
2165 EXIT_UNSQUASH("failed to allocate fragment_data\n");
2169 EXIT_UNSQUASH("failed to allocate file_data");
2173 EXIT_UNSQUASH("failed to allocate data\n");
2177 EXIT_UNSQUASH("failed to allocate created_inode\n");
2182 EXIT_UNSQUASH("failed to uid/gid table\n");
2185 EXIT_UNSQUASH("failed to read fragment table\n");
2197 EXIT_UNSQUASH("failed to read the xattr table\n");