Home
last modified time | relevance | path

Searched refs:SG_DXFER_NONE (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dsg_io_dxfer_direction.h13 #if defined(SG_DXFER_NONE) || (defined(HAVE_DECL_SG_DXFER_NONE) && HAVE_DECL_SG_DXFER_NONE)
14 XLAT(SG_DXFER_NONE),
Dsg_io_dxfer_direction.in1 SG_DXFER_NONE
/external/toybox/toys/other/
Deject.c42 header->dxfer_direction = SG_DXFER_NONE; in remove_scsi()
/external/kernel-headers/original/scsi/
Dsg.h74 #define SG_DXFER_NONE (-1) /* e.g. a SCSI Test Unit Ready command */ macro
/external/fio/engines/
Dsg.c299 hdr->dxfer_direction = SG_DXFER_NONE; in fio_sgio_prep()
310 if (hdr->dxfer_direction != SG_DXFER_NONE) { in fio_sgio_prep()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c838 v3_hdr.dxfer_direction = SG_DXFER_NONE; in do_scsi_pt_v3()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1911 io_hdr.dxfer_direction = SG_DXFER_NONE; in sync_cache()
4292 io_hdr.dxfer_direction = outgoing_len ? SG_DXFER_TO_DEV : SG_DXFER_NONE; in do_senddiag()
4515 io_hdr.dxfer_direction = SG_DXFER_NONE; in do_start_stop()
4568 io_hdr.dxfer_direction = SG_DXFER_NONE; in do_sync_cache()
4985 io_hdr.dxfer_direction = SG_DXFER_NONE; in do_scsi_test_unit_ready()