Lines Matching refs:com_err
80 com_err(cmd, errno, "while setting permissions of %s", name); in fix_perms()
91 com_err(cmd, errno, "while changing ownership of %s", name); in fix_perms()
99 com_err(cmd, errno, "while setting times of %s", name); in fix_perms()
117 com_err(cmdname, retval, "while opening ext2 file"); in dump_file()
122 com_err(cmdname, retval, "while allocating memory"); in dump_file()
128 com_err(cmdname, retval, "while reading ext2 file"); in dump_file()
133 com_err(cmdname, errno, "while writing file"); in dump_file()
139 com_err(cmdname, retval, "while closing ext2 file"); in dump_file()
165 com_err(argv[0], 0, "Usage: dump_inode [-p] " in do_dump()
185 com_err(argv[0], errno, "while opening %s for dump_inode", in do_dump()
192 com_err(argv[0], errno, "while closing %s for dump_inode", in do_dump()
209 com_err("rdump", errno, "while allocating for symlink"); in rdump_symlink()
222 com_err("rdump", retval, "while opening symlink"); in rdump_symlink()
229 com_err("rdump", retval, "while reading symlink"); in rdump_symlink()
240 com_err("rdump", retval, "while closing symlink"); in rdump_symlink()
244 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname); in rdump_symlink()
263 com_err("rdump", errno, "while allocating memory"); in rdump_inode()
274 com_err("rdump", errno, "while dumping %s", fullname); in rdump_inode()
279 com_err("rdump", errno, "while dumping %s", fullname); in rdump_inode()
290 com_err("rdump", errno, "while making directory %s", fullname); in rdump_inode()
297 com_err("rdump", retval, "while dumping %s", fullname); in rdump_inode()
348 com_err("rdump", errno, "while statting %s", argv[2]); in do_rdump()
352 com_err("rdump", 0, "%s is not a directory", argv[2]); in do_rdump()