Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h100 #define MTB_MAGIC (int)60013 macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c233 if ((gethead(&spcl) == FAIL) && (spcl.c_magic != MTB_MAGIC)) { in setup()
253 if (spcl.c_magic == MTB_MAGIC) { in setup()
278 ((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()