Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dpie-scsidef.h194 #define get_inquiry_product(in, buf) snprintf(buf, 0x10 + 1, "%.*s", \ macro
H A Dcoolscan-scsidef.h173 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
H A Dumax-scsidef.h193 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
H A Dpie.c747 get_inquiry_product ((char *) buffer, dev->product); in pie_get_inquiry_values()
863 get_inquiry_product ((char *) inquiry_block, product); in pie_identify_scanner()
H A Dcoolscan.c1293 get_inquiry_product ((char *)s->buffer, (char *)product); in coolscan_identify_scanner()
1708 get_inquiry_product ((char *)inquiry_block, (char *)s->product); in coolscan_get_inquiry_values()
H A Dumax.c3141 get_inquiry_product((char *)dev->buffer[0], product); product[16] = ' '; product[17] = '\0'; in umax_identify_scanner()
3976 get_inquiry_product((char *)inquiry_block, dev->product); dev->product[16]='\0'; in umax_get_inquiry_values()
/third_party/backends/sanei/
H A Dsanei_scsi.c527 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
726 get_inquiry_product ((char *) aspi_buf, product); in open_aspi()

Completed in 30 milliseconds