Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c1471 int32_t expected_magic; in readtape() local
1478 expected_magic = ((tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC); in readtape()
1490 if (sp->c_magic == expected_magic && sp->c_type == TS_EOM && in readtape()
1604 if (i != 0 && sp->c_magic == expected_magic && sp->c_type == TS_EOM && in readtape()