Lines Matching full:information
31 * This program issues these SCSI commands: REPORT IDENTIFYING INFORMATION
32 * and SET IDENTIFYING INFORMATION. These commands were called REPORT
77 if (0x7f == itype) { /* list of available information types */ in decode_ii()
79 printf(" Information type: %d, Maximum information length: " in decode_ii()
83 printf("Information:\n"); in decode_ii()
100 " --ascii|-A report identifying information as ASCII " in usage()
103 "information\n" in usage()
105 " --itype=IT|-i IT specify identifying information type " in usage()
107 " --raw|-r output identifying information to " in usage()
109 " --set|-S invoke set identifying information with " in usage()
113 "Performs a SCSI REPORT (or SET) IDENTIFYING INFORMATION " in usage()
115 "INFORMATION is sent and the\nresponse is output in " in usage()
248 "information use '--clear' instead\n"); in main()
252 pr2serr("SPC-4 limits information length to 512 bytes\n"); in main()
264 pr2serr("Set identifying information: %s\n", b); in main()
266 pr2serr(" try '-v' for more information\n"); in main()
268 } else { /* do report identifying information */ in main()
273 printf("Reported identifying information length = %d\n", in main()
278 "information field\n"); in main()
283 "information\n", ii_len); in main()
299 pr2serr("Report identifying information: %s\n", b); in main()
301 pr2serr(" try '-v' for more information\n"); in main()
315 "more information\n"); in main()