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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c130 R_cur = 1, /* Current tape reel being processed */ variable
353 R_cur = atoi(&argv[1][5]);
357 R_cur = atoi(&argv[1][0]);
431 R_cur = 1;
432 if (R_cur == 1 || !Itape) {
455 } /* R_cur == 1 || !Itape */
479 if (R_cur != 1) {
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);
523 if (R_cur
[all...]

Completed in 129 milliseconds