Home
last modified time | relevance | path

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

/freebsd/include/protocols/
H A Ddumprestore.h59 #define OFS_MAGIC (int)60011 macro
/freebsd/sbin/restore/
H A Dtape.c1303 if (buf->c_magic == OFS_MAGIC) { in gethead()
1312 if (swabl(buf->c_magic) == OFS_MAGIC) { in gethead()