Home
last modified time | relevance | path

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

/openbsd/include/protocols/
H A Ddumprestore.h63 #define NFS_MAGIC (int)60012 macro
/openbsd/sbin/restore/
H A Dtape.c1003 if (buf->c_magic != NFS_MAGIC && in gethead()
1005 if (swap32(buf->c_magic) != NFS_MAGIC && in gethead()
1072 if (buf->c_magic == NFS_MAGIC) { in gethead()
/openbsd/sbin/dump/
H A Dtraverse.c714 spcl.c_magic = NFS_MAGIC; in writeheader()