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()
163 com_err(argv[0], 0, "Usage: dump_inode [-p] " in do_dump()
183 com_err(argv[0], errno, "while opening %s for dump_inode", in do_dump()
190 com_err(argv[0], errno, "while closing %s for dump_inode", in do_dump()
207 com_err("rdump", errno, "while allocating for symlink"); in rdump_symlink()
220 com_err("rdump", retval, "while opening symlink"); in rdump_symlink()
227 com_err("rdump", retval, "while reading symlink"); in rdump_symlink()
238 com_err("rdump", retval, "while closing symlink"); in rdump_symlink()
242 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname); in rdump_symlink()
261 com_err("rdump", errno, "while allocating memory"); in rdump_inode()
272 com_err("rdump", errno, "while opening %s", fullname); in rdump_inode()
277 com_err("rdump", errno, "while closing %s", fullname); in rdump_inode()
288 com_err("rdump", errno, "while making directory %s", fullname); in rdump_inode()
295 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()