Home
last modified time | relevance | path

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

/netbsd-src/include/protocols/
H A Ddumprestore.h65 #define NFS_MAGIC (int)60012 macro
/netbsd-src/sbin/restore/
H A Dtape.c1442 if (buf->c_magic != NFS_MAGIC && in gethead()
1444 if (bswap32(buf->c_magic) != NFS_MAGIC && in gethead()
1511 if (buf->c_magic == NFS_MAGIC) { in gethead()
/netbsd-src/sbin/dump/
H A Dtraverse.c884 spcl.c_magic = iswap32(NFS_MAGIC); in writeheader()