HomeSort by relevance Sort by last modified time
    Searched defs:SG_IO (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/scsi/
sg.h 121 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */
122 char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by SG_IO */
178 #define SG_IO 0x2285 /* similar effect as write() followed by read() */
182 /* How to treat EINTR during SG_IO ioctl(), only in SG 3.x series */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 121 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */
122 char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by SG_IO */
178 #define SG_IO 0x2285 /* similar effect as write() followed by read() */
182 /* How to treat EINTR during SG_IO ioctl(), only in SG 3.x series */

Completed in 154 milliseconds