Searched refs:d_error (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sbin/clri/
H A Dclri.c87 printf("loading superblock: %s\n", disk.d_error);
103 printf("getinode: %s\n", disk.d_error);
/freebsd-13-stable/sbin/ffsinfo/
H A Dffsinfo.c225 err(1, "ufs_disk_fillout(%s) failed: %s", device, disk.d_error);
260 err(1, "bread: %s", disk.d_error);
283 err(1, "bread: %s", disk.d_error);
294 err(1, "bread: %s", disk.d_error);
357 err(1, "getinode: %s", disk.d_error);
389 err(1, "bread: %s", disk.d_error);
405 err(1, "bread: %s", disk.d_error);
419 err(1, "bread: %s", disk.d_error);
437 err(1, "bread: %s", disk.d_error);
454 err(1, "bread: %s", disk.d_error);
[all...]
/freebsd-13-stable/lib/libufs/
H A Dlibufs.h67 const char *d_error; /* human readable disk error */ member in struct:uufsd
94 u->d_error = str;
H A Dtype.c167 disk->d_error = NULL;
/freebsd-13-stable/tools/diag/prtblknos/
H A Dmain.c104 (intmax_t)inonum, fsname, disk.d_error);
/freebsd-13-stable/sbin/tunefs/
H A Dtunefs.c587 if (disk.d_error != NULL)
588 errx(11, "%s: %s", special, disk.d_error);
696 warn("Failed to get root inode: %s", disk.d_error);
810 warn("Failed to get root inode: %s", disk.d_error);
854 warn("Failed to write root inode: %s", disk.d_error);
928 warn("Failed to get journal inode: %s", disk.d_error);
936 warn("Failed to write journal inode: %s", disk.d_error);
1002 warn("Failed to get allocated inode: %s", disk.d_error);
1069 disk.d_error);
/freebsd-13-stable/sbin/newfs/
H A Dmkfs.c540 disk.d_error);
560 err(1, "sbwrite: %s", disk.d_error);
623 err(1, "sbwrite: %s", disk.d_error);
644 err(1, "can't read recovery area: %s", disk.d_error);
815 err(1, "sbwrite: %s", disk.d_error);
818 err(1, "initcg: cgwrite: %s", disk.d_error);
1028 err(1, "alloc: cgwrite: %s", disk.d_error);
1049 err(1, "iput: cgwrite: %s", disk.d_error);
1053 printf("iput: %s\n", disk.d_error);
H A Dnewfs.c333 if (disk.d_error != NULL)
334 errx(1, "%s: %s", special, disk.d_error);
/freebsd-13-stable/sbin/dumpfs/
H A Ddumpfs.c522 if (disk.d_error != NULL)
523 warnx("%s: %s", name, disk.d_error);

Completed in 186 milliseconds