Home
last modified time | relevance | path

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

/external/strace/xlat/
Dscsi_sg_commands.h69 #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
Dscsi_sg_commands.in10 SG_GET_SCSI_ID 0x2276
/external/syzkaller/sys/linux/
Dsg_amd64.const34 SG_GET_SCSI_ID = 8822
Dsg_ppc64le.const34 SG_GET_SCSI_ID = 8822
Dsg_386.const34 SG_GET_SCSI_ID = 8822
Dsg_arm.const34 SG_GET_SCSI_ID = 8822
Dsg_arm64.const34 SG_GET_SCSI_ID = 8822
Dsg.txt19 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/
Dscsi.c111 case SG_GET_SCSI_ID: in scsi_ioctl()
/external/kernel-headers/original/scsi/
Dsg.h145 #define SG_GET_SCSI_ID 0x2276 /* Yields fd's bus, chan, dev, lun + type */ macro
/external/strace/tests-m32/
Dioctl_scsi.c85 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
/external/strace/tests-mx32/
Dioctl_scsi.c85 TEST_NULL_ARG(SG_GET_SCSI_ID); in main()
/external/strace/tests/
Dioctl_scsi.c85 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()