Searched defs:expected_magic (Results 1 - 1 of 1) sorted by relevance

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

Completed in 47 milliseconds