Home
last modified time | relevance | path

Searched refs:SG_GET_SCSI_ID (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dscsi_sg_commands.h29 #if !(defined(SG_GET_SCSI_ID) || (defined(HAVE_DECL_SG_GET_SCSI_ID) && HAVE_DECL_SG_GET_SCSI_ID))
30 # define SG_GET_SCSI_ID 0x2276 macro
Dscsi_sg_commands.in10 SG_GET_SCSI_ID 0x2276
/external/strace/
Dscsi.c111 case SG_GET_SCSI_ID: in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h144 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */ macro
/external/strace/tests-m32/
Dioctl_scsi.c84 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
/external/strace/tests/
Dioctl_scsi.c84 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
/external/strace/tests-mx32/
Dioctl_scsi.c84 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c743 res = ioctl(sg_fd, SG_GET_SCSI_ID, &m_id); in run_sg_scan_tests()
3135 res = ioctl(sg_fd, SG_GET_SCSI_ID, &map_arr[k].sg_dat); in show_scsi_maps()
3703 if (ioctl(sg_fd, SG_GET_SCSI_ID, &a_sid) < 0) { in show_scsi_modes()
7277 res = ioctl(fd, SG_GET_SCSI_ID, &info); in sg_prepare()