Home
last modified time | relevance | path

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

/freebsd-src/sbin/restore/
H A Dtape.c108 static u_long swabl(u_long);
1310 if (swabl(buf->c_magic) != FS_UFS2_MAGIC && in gethead()
1311 swabl(buf->c_magic) != NFS_MAGIC) { in gethead()
1312 if (swabl(buf->c_magic) == OFS_MAGIC) { in gethead()
1579 i += swabl(*buf++); in checksum()
1692 swabl(u_long x) in swabl() function