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

  /external/strace/
scsi.c 63 print_sg_io_req(struct tcb *tcp, struct sg_io_hdr *sg_io)
86 print_sg_io_res(struct tcb *tcp, struct sg_io_hdr *sg_io)
112 struct sg_io_hdr sg_io;
122 struct sg_io_hdr sg_io;
  /external/fio/engines/
sg.c 33 static void sgio_hdr_init(struct sgio_data *sd, struct sg_io_hdr *hdr,
116 ret = read(f->fd, p, left * sizeof(struct sg_io_hdr));
125 events += ret / sizeof(struct sg_io_hdr);
140 struct sg_io_hdr *hdr = (struct sg_io_hdr *) buf + i;
163 struct sg_io_hdr *hdr = &io_u->hdr;
177 struct sg_io_hdr *hdr = &io_u->hdr;
206 struct sg_io_hdr *hdr = &io_u->hdr;
248 struct sg_io_hdr *hdr = &io_u->hdr;
284 struct sg_io_hdr *hdr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/scsi/
sg.h 43 typedef struct sg_io_hdr struct
209 typedef struct sg_io_hdr Sg_io_hdr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 43 typedef struct sg_io_hdr struct
209 typedef struct sg_io_hdr Sg_io_hdr;
  /external/fio/
ioengine.h 103 struct sg_io_hdr hdr;

Completed in 178 milliseconds