HomeSort by relevance Sort by last modified time
    Searched refs:sg_io_hdr_t (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/other/
eject.c 32 sg_io_hdr_t *header = (sg_io_hdr_t *)(toybuf+64);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 68 } sg_io_hdr_t; typedef in typeref:struct:sg_io_hdr
249 /* IOCTLs: The following are not required (or ignored) when the sg_io_hdr_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 68 } sg_io_hdr_t; typedef in typeref:struct:sg_io_hdr
249 /* IOCTLs: The following are not required (or ignored) when the sg_io_hdr_t
  /bionic/libc/kernel/android/scsi/
sg.h 56 } sg_io_hdr_t; typedef in typeref:struct:sg_io_hdr
  /external/kernel-headers/original/scsi/
sg.h 68 } sg_io_hdr_t; /* 64 bytes long (on i386) */ typedef in typeref:struct:sg_io_hdr
242 /* IOCTLs: The following are not required (or ignored) when the sg_io_hdr_t
250 Each time a sg_io_hdr_t object is seen on this file descriptor, this
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 254 sg_io_hdr_t io_hdr;
832 sg_io_hdr_t io_hdr;
836 memset(&io_hdr, 0, sizeof(sg_io_hdr_t));
887 sg_io_hdr_t io_hdr;
900 memset(&io_hdr, 0, sizeof(sg_io_hdr_t));
    [all...]

Completed in 211 milliseconds