Searched defs:get_inquiry_product (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | pie-scsidef.h | 194 #define get_inquiry_product(in, buf) snprintf(buf, 0x10 + 1, "%.*s", \ macro
|
H A D | coolscan-scsidef.h | 173 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
|
H A D | umax-scsidef.h | 193 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 527 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro
|
Completed in 13 milliseconds