Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1468 int32_t expected_magic; in readtape() local
1475 expected_magic = ((tp_bsize == TP_BSIZE_MIN) ? NFS_MAGIC : MTB_MAGIC); in readtape()
1487 if (sp->c_magic == expected_magic && sp->c_type == TS_EOM && in readtape()
1601 if (i != 0 && sp->c_magic == expected_magic && sp->c_type == TS_EOM && in readtape()