Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1401 hdrck(int dev, int fd, char *tvol) in hdrck() argument
1415 strncpy(V_labl.v_volume, tvol, 6); 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()
1424 strncpy(V_labl.v_volume, tvol, 6); in hdrck()
1426 strncpy(tvol, tlabl.v_volume, 6); in hdrck()