Home
last modified time | relevance | path

Searched refs:SG_GET_VERSION_NUM (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/scsi/
Dsg.h163 #define SG_GET_VERSION_NUM 0x2282 /* Example: version 2.1.34 yields 20134 */ macro
/external/fio/engines/
Dsg.c362 if (ioctl(f->fd, SG_GET_VERSION_NUM, &version) < 0) { in fio_sgio_type_check()