Lines Matching full:xcopy
534 pr2serr(" cat xcopy segment descriptor CAT bit (default: " in usage()
538 " dc xcopy segment descriptor DC bit (default: 0)\n" in usage()
539 " fco xcopy segment descriptor FCO bit (default: 0)\n" in usage()
556 " prio set xcopy priority field to PRIO (def: 1)\n" in usage()
564 " --on_dst send XCOPY command to OFILE\n" in usage()
565 " --on_src send XCOPY command to IFILE\n" in usage()
569 "but using the SCSI\nEXTENDED COPY (XCOPY(LID1)) command. For " in usage()
579 " pad set xcopy data descriptor PAD bit on\n" in usage()
581 " xcopy send XCOPY command to corresponding device\n" in usage()
584 " XCOPY_TO_DST send XCOPY command to OFILE (destination) " in usage()
587 " XCOPY_TO_SRC send XCOPY command to IFILE (source)\n" in usage()
652 pr2serr("Xcopy(LID1): %s\n", b); in scsi_extended_copy()
726 pr2serr("Xcopy operating parameters: %s\n", b); in scsi_operating_parameter()
1189 else if (0 == strcmp(cp, "xcopy")) in process_flags()
1499 else if (0 == strncmp(key, "--xcopy", 7)) in main()