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