Searched refs:SG_GET_SCSI_ID (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | scsi_sg_commands.h | 69 #if defined(SG_GET_SCSI_ID) || (defined(HAVE_DECL_SG_GET_SCSI_ID) && HAVE_DECL_SG_GET_SCSI_ID) 71 static_assert((SG_GET_SCSI_ID) == (0x2276), "SG_GET_SCSI_ID != 0x2276"); 74 # define SG_GET_SCSI_ID 0x2276
|
D | scsi_sg_commands.in | 10 SG_GET_SCSI_ID 0x2276
|
/external/syzkaller/sys/linux/ |
D | sg_amd64.const | 34 SG_GET_SCSI_ID = 8822
|
D | sg_ppc64le.const | 34 SG_GET_SCSI_ID = 8822
|
D | sg_386.const | 34 SG_GET_SCSI_ID = 8822
|
D | sg_arm.const | 34 SG_GET_SCSI_ID = 8822
|
D | sg_arm64.const | 34 SG_GET_SCSI_ID = 8822
|
D | sg.txt | 19 ioctl$SG_GET_SCSI_ID(fd fd_sg, cmd const[SG_GET_SCSI_ID], arg ptr[out, array[int8, SG_SCSI_ID_T_SIZ…
|
/external/strace/ |
D | scsi.c | 111 case SG_GET_SCSI_ID: in scsi_ioctl()
|
/external/kernel-headers/original/scsi/ |
D | sg.h | 145 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */ macro
|
/external/strace/tests-m32/ |
D | ioctl_scsi.c | 85 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_scsi.c | 85 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
|
/external/strace/tests/ |
D | ioctl_scsi.c | 85 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()
|