Searched refs:host_no (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/include/scsi/ |
D | sg.h | 90 int host_no; member
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
D | sg.h | 90 int host_no; member
|
/third_party/musl/ndk_musl_include/scsi/ |
D | sg.h | 90 int host_no; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
D | sg.h | 90 int host_no; member
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
D | sg.h | 90 int host_no; member
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 394 int host_no; /* as in "scsi<n>" where 'n' is one of 0, 1, 2 etc */ member 656 int host_no; in run_sg_scan_tests() local 710 res = ioctl(sg_fd, SCSI_IOCTL_GET_BUS_NUMBER, &host_no); in run_sg_scan_tests() 731 printf("%s: scsi%d channel=%d id=%d lun=%d", fname, host_no, in run_sg_scan_tests() 3202 map_arr[k].sg_dat.host_no, in show_scsi_maps() 3249 static int find_dev_in_sg_arr(My_scsi_idlun * my_idlun, int host_no, in find_dev_in_sg_arr() argument 3257 if ((host_no == sidp->host_no) && in find_dev_in_sg_arr() 3272 int host_no = -1; in scan_dev_type() local 3333 res = ioctl(sg_fd, SCSI_IOCTL_GET_BUS_NUMBER, &host_no); in scan_dev_type() 3346 printf("%i(%x) %i %i %i %i\n", host_no, my_idlun.host_unique_id, in scan_dev_type() [all …]
|