/src/sbin/mount_ext2fs/ |
mount_ext2fs.c | 129 const char *errcause; local in function:mount_ext2fs 138 errcause = "mount table full"; 142 errcause = 145 errcause = "incorrect super block"; 148 errcause = strerror(errno); 151 errx(1, "%s on %s: %s", args.fspec, fs_name, errcause);
|
/src/sbin/mount_ffs/ |
mount_ffs.c | 134 const char *errcause; local in function:mount_ffs 142 errcause = "mount table full"; 146 errcause = 149 errcause = "incorrect super block"; 152 errcause = strerror(errno); 155 errx(1, "%s on %s: %s", args.fspec, fs_name, errcause);
|
/src/sbin/mount_sysvbfs/ |
mount_sysvbfs.c | 121 const char *errcause; local in function:mount_sysvbfs 130 errcause = "mount table full"; 134 errcause = 137 errcause = "incorrect super block"; 140 errcause = strerror(errno); 144 canon_dev, canon_dir, errcause);
|
/src/sbin/mount_v7fs/ |
mount_v7fs.c | 104 const char *errcause; local in function:mount_v7fs 113 errcause = "mount table full"; 117 errcause = 120 errcause = "incorrect super block"; 123 errcause = strerror(errno); 127 errcause);
|
/src/sbin/mount_lfs/ |
mount_lfs.c | 158 const char *errcause; local in function:mount_lfs 182 errcause = "mount table full"; 186 errcause = 189 errcause = "incorrect super block"; 192 errcause = strerror(errno); 195 errx(1, "%s on %s: %s", args.fspec, fs_name, errcause);
|