Home
last modified time | relevance | path

Searched refs:HP_SCSI_CMD_LEN (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dhp-scl.c92 #define HP_SCSI_CMD_LEN (6) macro
93 #define HP_SCSI_BUFSIZ (HP_SCSI_MAX_WRITE + HP_SCSI_CMD_LEN)
524 new->bufp = new->buf + HP_SCSI_CMD_LEN; in sanei_hp_nonscsi_new()
645 new->bufp = new->buf + HP_SCSI_CMD_LEN; in sanei_hp_scsi_new()
823 hp_byte_t * data = this->buf + HP_SCSI_CMD_LEN; in hp_scsi_flush()
845 return sanei_scsi_cmd (this->fd, this->buf, HP_SCSI_CMD_LEN + len, 0, 0); in hp_scsi_flush()
847 return hp_nonscsi_write (this, this->buf+HP_SCSI_CMD_LEN, len, connect); in hp_scsi_flush()

Completed in 3 milliseconds