Lines Matching defs:code
29 account of linking the SANE library code into it.
187 * Perform a TEST UNIT READY (SCSI command code 0x00)
191 * - other SANE status code if TEST UNIT READY failed or if it returned
237 * Perform a REQUEST SENSE (SCSI command code 0x03)
240 * - other SANE status code if REQUEST SENSE fails
448 * This is a SCSI READ command (code 0x08). It is distinguished from the other
472 * WRITE command (code SCSI_WRITE, write code SCSI_SCAN_FRAME).
513 * WRITE command (code SCSI_WRITE, write code SCSI_EXPOSURE).
550 * WRITE command (code SCSI_WRITE, write code SCSI_HIGHLIGHT_SHADOW).
584 /* SCSI PARAM, code 0x0F */
645 * Read INQUIRY block from device (SCSI command code 0x12). This block contains
650 * - other SANE status code if INQUIRY failed or if it returned CHECK CONDITION
723 * code 0x15.
803 /* SCSI COPY, code 0x18 */
812 * The SCSI-command COPY (code 0x18) is used for function.
835 * code 0x1A.
888 * Start a scan (SCSI SCAN command, code 0x1B, size byte = 0x01).\n
934 * code 0x1B, with size byte = 0x00.
962 * The SCSI code is 0xD2, there is no related command name.
1014 * The SCSI code is 0xD7, there is no related command name.
1071 * The SCSI code is 0xDC, there is no related command name.
1197 * Prepare SCSI_COMMAND_LEN-byte command array with command code and size value
1200 * @param code
1204 _prep_scsi_cmd(SANE_Byte* command, SANE_Byte code, SANE_Word size)
1207 command[0] = code;