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

  /external/fio/engines/
sg.c 42 hdr->cmdp = sc->cdb;
219 hdr->cmdp[0] = 0x28;
224 hdr->cmdp[0] = 0x2a;
229 hdr->cmdp[0] = 0x35;
235 hdr->cmdp[2] = (unsigned char) ((lba >> 24) & 0xff);
236 hdr->cmdp[3] = (unsigned char) ((lba >> 16) & 0xff);
237 hdr->cmdp[4] = (unsigned char) ((lba >> 8) & 0xff);
238 hdr->cmdp[5] = (unsigned char) (lba & 0xff);
239 hdr->cmdp[7] = (unsigned char) ((nr_blocks >> 8) & 0xff);
240 hdr->cmdp[8] = (unsigned char) (nr_blocks & 0xff)
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 110 void *cmdp; member in struct:rgz_out_bvcmd
167 * data.bvc.cmdp Pointer to buffer with cmd data
168 * data.bvc.cmdlen length of cmdp
rgz_2d.c 581 params->data.bvc.cmdp = blts.bvcmds;
    [all...]
hwc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/scsi/
sg.h 53 unsigned char * cmdp; /* [i], [*i] points to command to perform */ member in struct:sg_io_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 53 unsigned char * cmdp; /* [i], [*i] points to command to perform */ member in struct:sg_io_hdr
  /external/strace/
scsi.c 69 print_sg_io_buffer(tcp, sg_io->cmdp, sg_io->cmd_len);
  /external/valgrind/main/include/vki/
vki-linux.h 1755 unsigned char __user *cmdp; \/* [i], [*i] points to command to perform *\/ member in struct:vki_sg_io_hdr
    [all...]

Completed in 218 milliseconds