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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1401 hdrck(int dev, int fd, char *tvol) argument
1415 strncpy(V_labl.v_volume, tvol, 6);
1420 if (NOT_EQ(tlabl.v_volume, tvol, 6)) {
1421 perr(0, "Volume is <%.6s>, not <%s>.\n", tlabl.v_volume, tvol);
1424 strncpy(V_labl.v_volume, tvol, 6);
1426 strncpy(tvol, tlabl.v_volume, 6);

Completed in 59 milliseconds