Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h99 #define NFS_MAGIC (int)60012 macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c278 ((tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC); in setup()
1475 expected_magic = ((tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC); in readtape()
1815 ((tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC); in gethead()
1819 ((tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC))) in gethead()
2040 ((tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC)) in ishead()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c610 spcl.c_magic = (tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC; in spclrec()