Home
last modified time | relevance | path

Searched defs:get_inquiry_product (Results 1 - 4 of 4) 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
/third_party/backends/sanei/
H A Dsanei_scsi.c527 #define get_inquiry_product(in, buf) strncpy(buf, in + 0x10, 0x010) macro

Completed in 13 milliseconds