Home
last modified time | relevance | path

Searched refs:c_magic (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sbin/restore/
HDtape.c242 endoftapemark.s_spcl.c_magic = FS_UFS2_MAGIC; in setup()
890 if (spcl.c_magic != FS_UFS2_MAGIC) in getfile()
1142 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in readtape()
1257 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in findtapeblksize()
1308 if (buf->c_magic != FS_UFS2_MAGIC && buf->c_magic != NFS_MAGIC) { in gethead()
1309 if (buf->c_magic == OFS_MAGIC) { in gethead()
1316 if (swabl(buf->c_magic) != FS_UFS2_MAGIC && in gethead()
1317 swabl(buf->c_magic) != NFS_MAGIC) { in gethead()
1318 if (swabl(buf->c_magic) == OFS_MAGIC) { in gethead()
1356 if (buf->c_magic == NFS_MAGIC && in gethead()
[all …]
/freebsd-14-stable/include/protocols/
HDdumprestore.h86 int32_t c_magic; /* magic number (see above) */ member
/freebsd-14-stable/sbin/dump/
HDtraverse.c852 spcl.c_magic = FS_UFS2_MAGIC; in writeheader()