Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.1-verbose.patch12 if ((ioctl(fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dsg.h168 #define SG_GET_VERSION_NUM 0x2282 /* Example: version 2.1.34 yields 20134 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dsg.h168 #define SG_GET_VERSION_NUM 0x2282 /* Example: version 2.1.34 yields 20134 */ macro
/OK3568_Linux_fs/kernel/include/scsi/
H A Dsg.h194 #define SG_GET_VERSION_NUM 0x2282 /* Example: version 2.1.34 yields 20134 */ macro
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi-generic.rst103 - lk 2.2.10 : sg version 2.1.34 [SG_GET_VERSION_NUM ioctl first appeared]
/OK3568_Linux_fs/kernel/block/
H A Dbsg.c374 case SG_GET_VERSION_NUM: in bsg_ioctl()
H A Dscsi_ioctl.c779 case SG_GET_VERSION_NUM: in scsi_cmd_ioctl()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c1069 case SG_GET_VERSION_NUM: in sg_ioctl_common()