Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/restore/
HDtape.c114 static u_long swabl(u_long);
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()
1585 i += swabl(*buf++); in checksum()
1698 swabl(u_long x) in swabl() function