Searched refs:STDSB (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/usr.sbin/fstyp/
H A Dufs.c53 switch (sbget(fileno(fp), &fs, STDSB)) {
/freebsd-13-stable/sys/geom/journal/
H A Dg_journal_ufs.c76 ffs_sbget(cp, &fs, STDSB, M_GEOM, g_use_g_read_data) != 0) {
/freebsd-13-stable/lib/libufs/
H A Dlibufs.h123 #define STDSB -1 /* Fail if check-hash is bad */ macro
H A Dsblock.c57 if ((errno = sbget(disk->d_fd, &fs, STDSB)) != 0) {
/freebsd-13-stable/sbin/fsirand/
H A Dfsirand.c127 if ((ret = sbget(devfd, &sblock, STDSB)) != 0) {
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_extern.h140 #define STDSB -1 /* Fail if check-hash is bad */ macro
H A Dffs_subr.c56 #define STDSB -1 /* Fail if check-hash is bad */ macro
H A Dffs_vfsops.c1069 loc = STDSB;
/freebsd-13-stable/sbin/dump/
H A Dmain.c458 if ((ret = sbget(diskfd, &sblock, STDSB)) != 0) {
/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c324 if ((ret = sbget(fi, &fs, STDSB)) != 0) {
/freebsd-13-stable/stand/libsa/
H A Dufs.c146 #define STDSB -1 /* Fail if check-hash is bad */ macro
/freebsd-13-stable/usr.sbin/quot/
H A Dquot.c553 switch (sbget(fd, &fs, STDSB)) {
/freebsd-13-stable/sbin/growfs/
H A Dgrowfs.c1455 if ((ret = sbget(fsi, &fs, STDSB)) != 0) {

Completed in 213 milliseconds