Searched refs:tlabl (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 1404 struct volcopy_label tlabl; in hdrck() local 1408 if (g_read(dev, fd, &tlabl, sizeof (tlabl)) != sizeof (tlabl)) { in hdrck() 1419 V_labl.v_reel = tlabl.v_reel; in hdrck() 1420 if (NOT_EQ(tlabl.v_volume, tvol, 6)) { in hdrck() 1421 perr(0, "Volume is <%.6s>, not <%s>.\n", tlabl.v_volume, tvol); in hdrck() 1426 strncpy(tvol, tlabl.v_volume, 6); in hdrck()
|