/third_party/backends/backend/ |
H A D | snapscan-usb.c | 211 char cmd2[] = {INQUIRY, 0, 0, 0, 120, 0}; in snapscani_usb_close() 221 char cmd[] = {INQUIRY, 0, 0, 0, 120, 0}; in snapscani_usb_close() 241 case INQUIRY: in usb_cmdlen()
|
H A D | kvs20xx_cmd.h | 34 #define INQUIRY 0x12 macro
|
H A D | kvs40xx_cmd.c | 43 #define INQUIRY 0x12 macro 569 c.cmd[0] = INQUIRY; in inquiry()
|
H A D | pie-scsidef.h | 129 #define INQUIRY 0x12 macro 160 static unsigned char inquiryC[] = { INQUIRY, 0x00, 0x00, 0x00, 0x7c, 0x00 };
|
H A D | sp15c-scsi.h | 165 #define INQUIRY 0x12 macro 196 {INQUIRY, 0x00, 0x00, 0x00, 0x1f, 0x00};
|
H A D | sharp.h | 441 #define INQUIRY 0x12 macro
|
H A D | nec.h | 425 #define INQUIRY 0x12 macro
|
H A D | coolscan-scsidef.h | 117 #define INQUIRY 0x12 macro 156 {INQUIRY, 0x00, 0x00, 0x00, 0x1f, 0x00};
|
H A D | abaton.c | 137 #define INQUIRY 0x12 macro 148 INQUIRY, 0x00, 0x00, 0x00, INQ_LEN, 0x00 435 DBG (USER_MESSAGE, "attach: sending INQUIRY\n"); in attach()
|
H A D | umax-scsidef.h | 101 #define INQUIRY 0x12 macro 137 static unsigned char inquiryC[] = { INQUIRY, 0x00, 0x02, 0x00, 0xff, 0x00 };
|
H A D | snapscan-scsi.c | 283 #define INQUIRY 0x12 macro 401 char cmd[] = {INQUIRY, 0, 0, 0, 36, 0}; in mini_inquiry() 463 pss->cmd[0] = INQUIRY; in inquiry()
|
H A D | nec.c | 409 static u_char cmd[] = {INQUIRY, 0, 0, 0, INQUIRY_LEN, 0}; in inquiry() 1030 DBG (3, "attach: sending INQUIRY\n"); in attach()
|
H A D | sharp.c | 549 static u_char cmd[] = {INQUIRY, 0, 0, 0, INQUIRY_LEN, 0}; in inquiry() 1331 DBG (3, "attach: sending INQUIRY\n"); in attach()
|
/third_party/FreeBSD/sys/cam/scsi/ |
H A D | scsi_all.h | 38 #define INQUIRY 0x12 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | scsi.h | 16 #define INQUIRY 0x12 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | scsi.h | 16 #define INQUIRY 0x12 macro
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | scsi.h | 16 #define INQUIRY 0x12 macro
|
/third_party/musl/include/scsi/ |
H A D | scsi.h | 16 #define INQUIRY 0x12 macro
|
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 88 #define INQUIRY 0x12 macro 103 INQUIRY, 0x00, 0x00, 0x00, 0xff, 0x00
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 348 * SENSE has been sent. The INQUIRY command does not reset the UA 350 * INQUIRY data. 369 /* Device cannot handle INQUIRY so fake a generic response */ 371 /* Device cannot handle INQUIRY EVPD, return CHECK CONDITION */ 2202 case INQUIRY: in umass_scsi_transform() 2247 case INQUIRY: in umass_rbc_transform() 2332 case INQUIRY: in umass_ufi_transform() 2403 case INQUIRY: in umass_atapi_transform()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 522 #define INQUIRY 0x12 macro 691 PSRBlock->u.cmd.cdb_st[0] = INQUIRY; /* inquiry command */ in open_aspi()
|