Home
last modified time | relevance | path

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

/freebsd/usr.bin/iscsictl/
H A Dperiphs.c161 struct periph_match_result *periph_result; in print_periphs() local
163 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()
/freebsd/lib/libcam/
H A Dcamlib.c373 struct periph_match_result *periph_result; in cam_open_btl() local
375 periph_result = &ccb.cdm.matches[0].result.periph_result; in cam_open_btl()
376 pass_unit = periph_result->unit_number; in cam_open_btl()
/freebsd/usr.sbin/mptutil/
H A Dmpt_cam.c205 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()
/freebsd/sys/cam/
H A Dcam_compat.h201 } periph_result; member
H A Dcam_xpt.c1898 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 …]
H A Dcam_ccb.h530 struct periph_match_result periph_result;
529 struct periph_match_result periph_result; global() member
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c626 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...]