Searched refs:SG_GET_SCSI_ID (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | scsi_sg_commands.h | 29 #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
|
D | scsi_sg_commands.in | 10 SG_GET_SCSI_ID 0x2276
|
/external/strace/ |
D | scsi.c | 111 case SG_GET_SCSI_ID: in scsi_ioctl()
|
/external/kernel-headers/original/scsi/ |
D | sg.h | 144 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */ macro
|
/external/strace/tests-m32/ |
D | ioctl_scsi.c | 84 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
|
/external/strace/tests/ |
D | ioctl_scsi.c | 84 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_scsi.c | 84 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 743 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()
|