Searched refs:periph_result (Results 1 – 7 of 7) sorted by relevance
161 struct periph_match_result *periph_result; in print_periphs() local163 periph_result = in print_periphs()164 &ccb.cdm.matches[i].result.periph_result; in print_periphs()169 if (strcmp(periph_result->periph_name, "pass") == 0) in print_periphs()173 xo_emit("{e:lun/%d}", periph_result->target_lun); in print_periphs()175 periph_result->periph_name, in print_periphs()176 periph_result->unit_number); in print_periphs()180 path_id = periph_result->path_id; in print_periphs()
373 struct periph_match_result *periph_result; in cam_open_btl() local375 periph_result = &ccb.cdm.matches[0].result.periph_result; in cam_open_btl()376 pass_unit = periph_result->unit_number; in cam_open_btl()
205 r = &ccb.cdm.matches[1].result.periph_result; in mpt_query_disk()487 r = &ccb.cdm.matches[i].result.periph_result; in mpt_fetch_disks()
201 } periph_result; member
1898 cdm->matches[j].result.periph_result.path_id = in xptedtperiphfunc()1900 cdm->matches[j].result.periph_result.target_id = in xptedtperiphfunc()1902 cdm->matches[j].result.periph_result.target_lun = in xptedtperiphfunc()1904 cdm->matches[j].result.periph_result.unit_number = in xptedtperiphfunc()1906 l = sizeof(cdm->matches[j].result.periph_result.periph_name); in xptedtperiphfunc()1907 strlcpy(cdm->matches[j].result.periph_result.periph_name, in xptedtperiphfunc()2057 cdm->matches[j].result.periph_result.path_id = in xptplistperiphfunc()2065 cdm->matches[j].result.periph_result.target_id = in xptplistperiphfunc()2068 cdm->matches[j].result.periph_result.target_id = in xptplistperiphfunc()2072 cdm->matches[j].result.periph_result.target_lun = in xptplistperiphfunc()[all …]
530 struct periph_match_result periph_result;529 struct periph_match_result periph_result; global() member
626 struct periph_match_result *periph_result; in getdevtree() 628 periph_result = in getdevtree() 629 &ccb.cdm.matches[i].result.periph_result; in getdevtree() 638 periph_result->periph_name, in getdevtree() 639 periph_result->unit_number); in getdevtree() 8945 struct periph_match_result *periph_result; in buildbusdevlist() 8947 periph_result = in buildbusdevlist() 8948 &ccb.cdm.matches[i].result.periph_result; in buildbusdevlist() 8963 bcopy(periph_result, &item->periph_matches[ in buildbusdevlist() 8965 sizeof(*periph_result)); in buildbusdevlist() 631 struct periph_match_result *periph_result; getdevtree() local 8943 struct periph_match_result *periph_result; buildbusdevlist() local [all...]