Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dsceptre.h91 #define MKSCSI_TEST_UNIT_READY(cdb) \
92 cdb.data[0] = SCSI_TEST_UNIT_READY; \
93 cdb.data[1] = 0; \
94 cdb.data[2] = 0; \
95 cdb.data[3] = 0; \
96 cdb.data[4] = 0; \
97 cdb.data[5] = 0; \
98 cdb.len = 6;
100 #define MKSCSI_GET_STATUS(cdb, buflen) \
101 cdb
[all...]
H A Dteco2.h94 #define MKSCSI_GET_DATA_BUFFER_STATUS(cdb, wait, buflen) \
95 cdb.data[0] = SCSI_GET_DATA_BUFFER_STATUS; \
96 cdb.data[1] = MKSCSI_BIT(wait, 0); \
97 cdb.data[2] = 0; \
98 cdb.data[3] = 0; \
99 cdb.data[4] = 0; \
100 cdb.data[5] = 0; \
101 cdb.data[6] = 0; \
102 cdb.data[7] = (((buflen) >> 8) & 0xff); \
103 cdb
[all...]
H A Dteco3.h92 #define MKSCSI_GET_DATA_BUFFER_STATUS(cdb, wait, buflen) \
93 cdb.data[0] = SCSI_GET_DATA_BUFFER_STATUS; \
94 cdb.data[1] = MKSCSI_BIT(wait, 0); \
95 cdb.data[2] = 0; \
96 cdb.data[3] = 0; \
97 cdb.data[4] = 0; \
98 cdb.data[5] = 0; \
99 cdb.data[6] = 0; \
100 cdb.data[7] = (((buflen) >> 8) & 0xff); \
101 cdb
[all...]
H A Dteco1.h91 #define MKSCSI_GET_DATA_BUFFER_STATUS(cdb, wait, buflen) \
92 cdb.data[0] = SCSI_GET_DATA_BUFFER_STATUS; \
93 cdb.data[1] = MKSCSI_BIT(wait, 0); \
94 cdb.data[2] = 0; \
95 cdb.data[3] = 0; \
96 cdb.data[4] = 0; \
97 cdb.data[5] = 0; \
98 cdb.data[6] = 0; \
99 cdb.data[7] = (((buflen) >> 8) & 0xff); \
100 cdb
[all...]
H A Dmatsushita.h83 #define MKSCSI_TEST_UNIT_READY(cdb) \
84 cdb.data[0] = SCSI_TEST_UNIT_READY; \
85 cdb.data[1] = 0; \
86 cdb.data[2] = 0; \
87 cdb.data[3] = 0; \
88 cdb.data[4] = 0; \
89 cdb.data[5] = 0; \
90 cdb.len = 6;
92 #define MKSCSI_INQUIRY(cdb, buflen) \
93 cdb
[all...]
H A Dleo.h87 #define MKSCSI_GET_DATA_BUFFER_STATUS(cdb, wait, buflen) \
88 cdb.data[0] = SCSI_GET_DATA_BUFFER_STATUS; \
89 cdb.data[1] = MKSCSI_BIT(wait, 0); \
90 cdb.data[2] = 0; \
91 cdb.data[3] = 0; \
92 cdb.data[4] = 0; \
93 cdb.data[5] = 0; \
94 cdb.data[6] = 0; \
95 cdb.data[7] = (((buflen) >> 8) & 0xff); \
96 cdb
[all...]
H A Dteco1.c410 CDB cdb; in teco_identify_scanner() local
418 MKSCSI_INQUIRY (cdb, size); in teco_identify_scanner()
419 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in teco_identify_scanner()
459 MKSCSI_INQUIRY (cdb, size); in teco_identify_scanner()
460 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in teco_identify_scanner()
528 CDB cdb; in teco_get_inquiry_82() local
535 MKSCSI_INQUIRY (cdb, size); in teco_get_inquiry_82()
536 cdb in teco_get_inquiry_82()
618 CDB cdb; teco_mode_select() local
645 CDB cdb; teco_set_window() local
727 CDB cdb; get_filled_data_length() local
796 CDB cdb; teco_scan() local
859 CDB cdb; teco_send_gamma() local
1248 CDB cdb; teco_wait_scanner() local
1282 CDB cdb; teco_fill_image() local
[all...]
H A Dteco3.c340 CDB cdb; in teco_identify_scanner() local
348 MKSCSI_INQUIRY (cdb, size); in teco_identify_scanner()
349 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in teco_identify_scanner()
369 MKSCSI_INQUIRY (cdb, size); in teco_identify_scanner()
370 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in teco_identify_scanner()
465 CDB cdb; in teco_set_window() local
483 MKSCSI_SET_WINDOW (cdb, window_size); in teco_set_window()
541 status = sanei_scsi_cmd2 (dev->sfd, cdb in teco_set_window()
554 CDB cdb; teco_reset_window() local
573 CDB cdb; get_filled_data_length() local
652 CDB cdb; teco_scan() local
670 CDB cdb; teco_vendor_spec() local
708 CDB cdb; teco_send_gamma() local
1073 CDB cdb; teco_wait_scanner() local
1109 CDB cdb; teco_query_sense() local
1285 CDB cdb; teco_fill_image() local
[all...]
H A Dteco2.c627 CDB cdb; in teco_identify_scanner() local
635 MKSCSI_INQUIRY (cdb, size); in teco_identify_scanner()
636 hexdump (DBG_info2, "CDB:", cdb.data, cdb.len); in teco_identify_scanner()
637 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in teco_identify_scanner()
730 MKSCSI_INQUIRY (cdb, size); in teco_identify_scanner()
731 hexdump (DBG_info2, "CDB:", cdb.data, cdb.len); in teco_identify_scanner()
732 status = sanei_scsi_cmd2 (dev->sfd, cdb in teco_identify_scanner()
806 CDB cdb; teco_set_window() local
915 CDB cdb; teco_reset_window() local
939 CDB cdb; teco_get_scan_size() local
1070 CDB cdb; teco_wait_for_data() local
1148 CDB cdb; teco_do_calibration() local
1522 CDB cdb; teco_request_sense() local
1553 CDB cdb; teco_send_gamma() local
1627 CDB cdb; teco_send_vendor_06() local
1659 CDB cdb; teco_scan() local
2104 CDB cdb; teco_wait_scanner() local
2352 CDB cdb; teco_fill_image() local
[all...]
H A Dleo.c338 CDB cdb; in leo_identify_scanner() local
346 MKSCSI_INQUIRY (cdb, size); in leo_identify_scanner()
347 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in leo_identify_scanner()
367 MKSCSI_INQUIRY (cdb, size); in leo_identify_scanner()
368 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in leo_identify_scanner()
404 MKSCSI_INQUIRY (cdb, size); in leo_identify_scanner()
405 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb in leo_identify_scanner()
493 CDB cdb; leo_set_window() local
560 CDB cdb; leo_get_scan_size() local
617 CDB cdb; get_filled_data_length() local
652 CDB cdb; leo_scan() local
953 CDB cdb; leo_wait_scanner() local
987 CDB cdb; leo_fill_image() local
1183 CDB cdb; leo_send_gamma() local
1253 CDB cdb; leo_send_halftone_pattern() local
[all...]
H A Dkvs1025_low.c253 hdr.cdb[0] = SCSI_TEST_UNIT_READY; in CMD_test_unit_ready()
278 hdr.cdb[0] = SCSI_SET_TIMEOUT; in CMD_set_timeout()
279 hdr.cdb[2] = 0x8D; in CMD_set_timeout()
280 hdr.cdb[8] = 0x2; in CMD_set_timeout()
305 hdr.cdb[0] = SCSI_READ_10; in CMD_read_support_info()
306 hdr.cdb[2] = 0x93; in CMD_read_support_info()
307 Ito24 (32, &hdr.cdb[6]); in CMD_read_support_info()
393 hdr.cdb[0] = SCSI_SCAN; in CMD_scan()
436 hdr.cdb[0] = SCSI_SET_WINDOW; in CMD_set_window()
437 Ito24 (size, &hdr.cdb[ in CMD_set_window()
[all...]
H A Dsceptre.c255 CDB cdb; in sceptre_identify_scanner() local
263 MKSCSI_INQUIRY (cdb, size); in sceptre_identify_scanner()
264 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in sceptre_identify_scanner()
320 CDB cdb; in sceptre_get_status() local
327 MKSCSI_GET_DATA_BUFFER_STATUS (cdb, 1, size); in sceptre_get_status()
328 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in sceptre_get_status()
847 CDB cdb; in sceptre_wait_scanner() local
852 MKSCSI_TEST_UNIT_READY (cdb); in sceptre_wait_scanner()
897 CDB cdb; sceptre_do_diag() local
943 CDB cdb; sceptre_set_mode() local
962 CDB cdb; sceptre_scan() local
981 CDB cdb; sceptre_set_window() local
1057 CDB cdb; sceptre_fill_image() local
1252 CDB cdb; sceptre_send_gamma() local
[all...]
H A Dmatsushita.c529 CDB cdb; in matsushita_read_document_size() local
536 MKSCSI_READ_10 (cdb, 0x80, 0, size); in matsushita_read_document_size()
538 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in matsushita_read_document_size()
663 CDB cdb; in matsushita_identify_scanner() local
671 MKSCSI_INQUIRY (cdb, size); in matsushita_identify_scanner()
672 status = sanei_scsi_cmd2 (dev->sfd, cdb.data, cdb.len, in matsushita_identify_scanner()
692 MKSCSI_INQUIRY (cdb, size); in matsushita_identify_scanner()
693 status = sanei_scsi_cmd2 (dev->sfd, cdb in matsushita_identify_scanner()
953 CDB cdb; matsushita_check_next_page() local
1324 CDB cdb; matsushita_wait_scanner() local
1356 CDB cdb; matsushita_reset_window() local
1375 CDB cdb; matsushita_set_window() local
1511 CDB cdb; matsushita_fill_image() local
[all...]
H A Dkvs1025_usb.c217 memcpy (cmd_buff + 12, header->cdb, header->cdb_size); in kv_usb_escape()
351 hdr.cdb[0] = SCSI_REQUEST_SENSE; in kv_usb_send_command()
352 hdr.cdb[4] = 0x12; in kv_usb_send_command()
H A Dkvs1025_cmds.h32 unsigned char cdb[12]; member
/third_party/eudev/src/ata_id/
H A Data_id.c59 uint8_t cdb[6] = { in disk_scsi_inquiry_command() local
72 .request_len = sizeof(cdb), in disk_scsi_inquiry_command()
73 .request = (uintptr_t) cdb, in disk_scsi_inquiry_command()
88 .cmdp = (unsigned char*) cdb, in disk_scsi_inquiry_command()
89 .cmd_len = sizeof (cdb), in disk_scsi_inquiry_command()
128 uint8_t cdb[12] = { in disk_identify_command() local
153 .request_len = sizeof(cdb), in disk_identify_command()
154 .request = (uintptr_t) cdb, in disk_identify_command()
169 .cmdp = (unsigned char*) cdb, in disk_identify_command()
170 .cmd_len = sizeof (cdb), in disk_identify_command()
198 uint8_t cdb[16] = { disk_identify_packet_device_command() local
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c200 # include <IOKit/cdb/IOSCSILib.h>
388 cdb; member
1703 memcpy (&com->cdb, cmd, com->cdb_size); in sanei_scsi_req_enter2()
1895 nwritten = write (rp->fd, &rp->sgdata.cdb, in issue()
1896 rp->sgdata.cdb.hdr.pack_len); in issue()
1898 if (nwritten != rp->sgdata.cdb.hdr.pack_len) in issue()
1960 if (nwritten != rp->sgdata.cdb.hdr.pack_len) in issue()
1962 if ((sg_version < 30000 && nwritten != rp->sgdata.cdb.hdr.pack_len) in issue()
2034 read (fd, &req->sgdata.cdb, in sanei_scsi_req_flush_all_extended()
2035 req->sgdata.cdb in sanei_scsi_req_flush_all_extended()
5230 CDBInfo cdb; sanei_scsi_cmd2_old_api() local
5685 SCSICommandDescriptorBlock cdb; ExecuteSCSITask() local
[all...]
H A Dsanei_DomainOS.c342 if ((((char *)DomainFdInfo[com->fd].DomainSensePtr)[0] == 0xf0) && (((char *)DomainFdInfo[com->fd].DomainSensePtr)[2] & 0x20) && (com->cdb.g0.cmd == 0x28)) in DomainSCSIWait()
399 DBG(1, "Entering DomainSCSIEnter, fd=%d, opcode=%02X\n", com->fd, com->cdb.all[0]); in DomainSCSIEnter()
402 DBG(2, " %02X", com->cdb.all[count]); in DomainSCSIEnter()
408 scsi_$do_command_2(DomainFdInfo[com->fd].scsi_handle, com->cdb, com->cdb_size, DomainFdInfo[com->fd].DomainSCSIPtr, com->buf_size, com->direction, &DomainFdInfo[com->fd].op_id, &com->CommandStatus); in DomainSCSIEnter()
H A Dsanei_DomainOS.h66 scsi_$cdb_t cdb; member
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c2639 unsigned int nsectors, struct scsicmd_read16_s *cdb) in usbhost_readcdb16()
2641 struct scsicmd_read16_s *rd16 = (struct scsicmd_read16_s *)cdb; in usbhost_readcdb16()
2651 unsigned int nsectors, struct scsicmd_read10_s *cdb) in usbhost_readcdb10()
2653 struct scsicmd_read10_s *rd10 = (struct scsicmd_read10_s *)cdb; in usbhost_readcdb10()
2663 unsigned int nsectors, struct scsicmd_write16_s *cdb) in usbhost_writecbw16()
2665 struct scsicmd_write16_s *wr16 = (struct scsicmd_write16_s *)cdb; in usbhost_writecbw16()
2674 unsigned int nsectors, struct scsicmd_write10_s *cdb) in usbhost_writecbw10()
2676 struct scsicmd_write10_s *wr10 = (struct scsicmd_write10_s *)cdb; in usbhost_writecbw10()
2783 struct scsicmd_read10_s cdb; in umass_read10() local
2806 (void)memset_s(&cdb, sizeo in umass_read10()
2638 usbhost_readcdb16(uint64_t startsector, uint16_t blocksize, unsigned int nsectors, struct scsicmd_read16_s *cdb) usbhost_readcdb16() argument
2650 usbhost_readcdb10(size_t startsector, uint16_t blocksize, unsigned int nsectors, struct scsicmd_read10_s *cdb) usbhost_readcdb10() argument
2662 usbhost_writecbw16(uint64_t startsector, uint16_t blocksize, unsigned int nsectors, struct scsicmd_write16_s *cdb) usbhost_writecbw16() argument
2673 usbhost_writecbw10(size_t startsector, uint16_t blocksize, unsigned int nsectors, struct scsicmd_write10_s *cdb) usbhost_writecbw10() argument
2842 struct scsicmd_read16_s cdb; umass_read16() local
2901 struct scsicmd_write10_s cdb; umass_write10() local
2956 struct scsicmd_write16_s cdb; umass_write16() local
[all...]
/third_party/NuttX/include/nuttx/usb/
H A Dstorage.h88 uint8_t cdblen; /* len of cdb[] */
89 uint8_t cdb[USBMSC_MAXCDBLEN]; /* Command Data Block */ member
/third_party/ffmpeg/libavfilter/
H A Daf_adynamicequalizer.c95 double cdb = 0.; in get_gain() local
127 cdb = -Lyl; in get_gain()
128 Lgain = from_dB(nc * fmin(cdb - makeup, range)); in get_gain()
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.h162 int cil_typeattribute_to_bitmap(policydb_t *pdb, const struct cil_db *cdb, struct cil_typeattribute *cil_attr);
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h228 V(cdb, CDB, 0xED19) /* type = RXE COMPARE (long BFP) */ \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1927 ASSEMBLE_FLOAT_COMPARE(cdbr, cdb, ldy); in AssembleArchInstruction()

Completed in 33 milliseconds