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

  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 */
  /bionic/libc/kernel/common/scsi/
sg.h 130 #define SG_IO 0x2285
  /external/kernel-headers/original/scsi/
sg.h 117 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */
118 char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by SG_IO */
175 #define SG_IO 0x2285 /* similar effect as write() followed by read() */
179 /* How to treat EINTR during SG_IO ioctl(), only in SG 3.x series */

Completed in 54 milliseconds