Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dpie-scsidef.h196 #define get_inquiry_version(in, buf) snprintf(buf, 0x04 + 1, "%.*s", \ macro
H A Dcoolscan-scsidef.h174 #define get_inquiry_version(in, buf) strncpy(buf, in + 0x20, 0x04) macro
H A Dumax-scsidef.h194 #define get_inquiry_version(in, buf) strncpy(buf, in + 0x20, 0x04) macro
/third_party/backends/sanei/
H A Dsanei_scsi.c528 #define get_inquiry_version(in, buf) strncpy(buf, in + 0x20, 0x04) macro

Completed in 13 milliseconds