• Home
  • Raw
  • Download

Lines Matching refs:com_err

81 		com_err(cmd, errno, "while setting permissions of %s", name);  in fix_perms()
92 com_err(cmd, errno, "while changing ownership of %s", name); in fix_perms()
97 com_err(cmd, errno, "while setting times of %s", name); in fix_perms()
115 com_err(cmdname, retval, "while opening ext2 file"); in dump_file()
120 com_err(cmdname, retval, "while allocating memory"); in dump_file()
126 com_err(cmdname, retval, "while reading ext2 file"); in dump_file()
131 com_err(cmdname, errno, "while writing file"); in dump_file()
137 com_err(cmdname, retval, "while closing ext2 file"); in dump_file()
164 com_err(argv[0], 0, "Usage: dump_inode [-p] " in do_dump()
184 com_err(argv[0], errno, "while opening %s for dump_inode", in do_dump()
191 com_err(argv[0], errno, "while closing %s for dump_inode", in do_dump()
208 com_err("rdump", errno, "while allocating for symlink"); in rdump_symlink()
219 com_err("rdump", retval, "while opening symlink"); in rdump_symlink()
226 com_err("rdump", retval, "while reading symlink"); in rdump_symlink()
237 com_err("rdump", retval, "while closing symlink"); in rdump_symlink()
241 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname); in rdump_symlink()
260 com_err("rdump", errno, "while allocating memory"); in rdump_inode()
271 com_err("rdump", errno, "while opening %s", fullname); in rdump_inode()
276 com_err("rdump", errno, "while closing %s", fullname); in rdump_inode()
287 com_err("rdump", errno, "while making directory %s", fullname); in rdump_inode()
294 com_err("rdump", retval, "while dumping %s", fullname); in rdump_inode()
343 com_err("rdump", errno, "while statting %s", dest_dir); in do_rdump()
347 com_err("rdump", 0, "%s is not a directory", dest_dir); in do_rdump()