Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c250 uint16_t rt_idx_req, ri_idx, ri_end; in smp_handle_report_route_info() local
262 rt_idx_req = strtol(argv[3], NULL, 0); in smp_handle_report_route_info()
265 if (((int16_t)rt_idx_req == -1) && ((int8_t)phy_id_req == -1)) { in smp_handle_report_route_info()
270 } else if (((int16_t)rt_idx_req < 0) || (rt_idx_req >= route_indexes) || in smp_handle_report_route_info()
274 rt_idx_req, phy_id_req); in smp_handle_report_route_info()
276 ri_end = ri_idx = rt_idx_req; in smp_handle_report_route_info()