Home
last modified time | relevance | path

Searched refs:cmdp (Results 1 – 5 of 5) sorted by relevance

/external/fio/engines/
Dsg.c42 hdr->cmdp = sc->cdb; in sgio_hdr_init()
220 hdr->cmdp[0] = 0x28; in fio_sgio_prep()
225 hdr->cmdp[0] = 0x2a; in fio_sgio_prep()
230 hdr->cmdp[0] = 0x35; in fio_sgio_prep()
236 hdr->cmdp[2] = (unsigned char) ((lba >> 24) & 0xff); in fio_sgio_prep()
237 hdr->cmdp[3] = (unsigned char) ((lba >> 16) & 0xff); in fio_sgio_prep()
238 hdr->cmdp[4] = (unsigned char) ((lba >> 8) & 0xff); in fio_sgio_prep()
239 hdr->cmdp[5] = (unsigned char) (lba & 0xff); in fio_sgio_prep()
240 hdr->cmdp[7] = (unsigned char) ((nr_blocks >> 8) & 0xff); in fio_sgio_prep()
241 hdr->cmdp[8] = (unsigned char) (nr_blocks & 0xff); in fio_sgio_prep()
[all …]
/external/toybox/toys/other/
Deject.c48 header->cmdp = (void *)sg_driver_cmd[i]; in remove_scsi()
/external/strace/
Dscsi.c84 print_sg_io_buffer(tcp, (unsigned long) sg_io.cmdp, sg_io.cmd_len); in print_sg_io_v3_req()
/external/valgrind/include/vki/
Dvki-linux.h1790 unsigned char __user *cmdp; /* [i], [*i] points to command to perform */ member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c5665 PRE_MEM_READ( "ioctl(SG_IO)", (Addr)sgio->cmdp, sgio->cmd_len ); in PRE()