Home
last modified time | relevance | path

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

/third_party/eudev/src/scsi_id/
H A Dscsi_serial.c323 unsigned char inq_cmd[INQUIRY_CMDLEN] = in scsi_inquiry() local
343 io_v4.request_len = sizeof(inq_cmd); in scsi_inquiry()
344 io_v4.request = (uintptr_t)inq_cmd; in scsi_inquiry()
353 io_hdr.cmd_len = sizeof(inq_cmd); in scsi_inquiry()
358 io_hdr.cmdp = inq_cmd; in scsi_inquiry()
/third_party/backends/backend/
H A Dhp-scl.c570 static hp_byte_t inq_cmd[] = { 0x12, 0, 0, 0, HP_SCSI_INQ_LEN, 0}; in sanei_hp_scsi_new() local
604 status = sanei_scsi_cmd(new->fd, inq_cmd, 6, new->inq_data, &inq_len); in sanei_hp_scsi_new()

Completed in 5 milliseconds