Searched defs:get_inquiry_vendor (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | pie-scsidef.h | 192 #define get_inquiry_vendor(in, buf) snprintf(buf, 0x08 + 1, "%.*s", \ macro
|
H A D | coolscan-scsidef.h | 172 #define get_inquiry_vendor(in, buf) strncpy(buf, in + 0x08, 0x08) macro
|
H A D | umax-scsidef.h | 192 #define get_inquiry_vendor(in, buf) strncpy(buf, in + 0x08, 0x08) macro
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 526 #define get_inquiry_vendor(in, buf) strncpy(buf, in + 0x08, 0x08) macro
|
Completed in 12 milliseconds