Searched refs:ufs_disk_fillout (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/geom/journal/
H A Dgeom_journal_ufs.c52 if (ufs_disk_fillout(&disk, prov) == -1)
/freebsd-13-stable/lib/libufs/
H A DMakefile24 MLINKS+= ufs_disk_close.3 ufs_disk_fillout.3
H A Dlibufs.h165 int ufs_disk_fillout(struct uufsd *, const char *);
H A Dtype.c81 ufs_disk_fillout(struct uufsd *disk, const char *name) function
/freebsd-13-stable/sbin/clri/
H A Dclri.c86 if (ufs_disk_fillout(&disk, fsname) == -1) {
/freebsd-13-stable/tools/diag/prtblknos/
H A Dmain.c86 if ((error = ufs_disk_fillout(&disk, fsname)) < 0)
/freebsd-13-stable/usr.sbin/snapinfo/
H A Dsnapinfo.c125 if (ufs_disk_fillout(&disk, sfs->f_mntfromname) == -1)
126 perror("ufs_disk_fillout");
/freebsd-13-stable/sbin/dumpfs/
H A Ddumpfs.c130 if (ufs_disk_fillout(&disk, name) == -1) {
/freebsd-13-stable/sbin/ffsinfo/
H A Dffsinfo.c224 if (ufs_disk_fillout(&disk, device) == -1)
225 err(1, "ufs_disk_fillout(%s) failed: %s", device, disk.d_error);
/freebsd-13-stable/sbin/tunefs/
H A Dtunefs.c311 if (ufs_disk_fillout(&disk, special) == -1)

Completed in 62 milliseconds