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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c106 struct volcopy_label V_labl; variable in typeref:struct:volcopy_label
423 R_blks = V_labl.v_reelblks;
491 if (V_labl.v_reel != R_cur || V_labl.v_reels != R_num)
493 V_labl.v_reel, V_labl.v_reels, R_cur, R_num);
495 strncpy(V_labl.v_volume, Out.f_vol_p, 6);
562 if (g_read(In.f_dev, In.f_des, &V_labl, sizeof (V_labl)) <
563 sizeof (V_labl))
[all...]

Completed in 60 milliseconds