Home
last modified time | relevance | path

Searched defs:get_inquiry_vendor (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dpie-scsidef.h192 #define get_inquiry_vendor(in, buf) snprintf(buf, 0x08 + 1, "%.*s", \ macro
H A Dcoolscan-scsidef.h172 #define get_inquiry_vendor(in, buf) strncpy(buf, in + 0x08, 0x08) macro
H A Dumax-scsidef.h192 #define get_inquiry_vendor(in, buf) strncpy(buf, in + 0x08, 0x08) macro
/third_party/backends/sanei/
H A Dsanei_scsi.c526 #define get_inquiry_vendor(in, buf) strncpy(buf, in + 0x08, 0x08) macro

Completed in 12 milliseconds