Home
last modified time | relevance | path

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

/freebsd/usr.bin/iscsictl/
H A Dperiphs.c134 struct bus_match_result *bus_result; in print_periphs() local
136 bus_result = &ccb.cdm.matches[i].result.bus_result; in print_periphs()
140 if (strcmp(bus_result->dev_name, "iscsi") != 0) { in print_periphs()
145 if ((int)bus_result->unit_number != session_id) { in print_periphs()
/freebsd/sys/cam/
H A Dcam_compat.h211 struct bus_match_result bus_result; member
H A Dcam_xpt.c1658 cdm->matches[j].result.bus_result.path_id = bus->path_id; in xptedtbusfunc()
1659 cdm->matches[j].result.bus_result.bus_id = bus->sim->bus_id; in xptedtbusfunc()
1660 cdm->matches[j].result.bus_result.unit_number = in xptedtbusfunc()
1662 strlcpy(cdm->matches[j].result.bus_result.dev_name, in xptedtbusfunc()
1664 sizeof(cdm->matches[j].result.bus_result.dev_name)); in xptedtbusfunc()
H A Dcam_ccb.h534 struct bus_match_result bus_result; member
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c533 struct bus_match_result *bus_result; in getdevtree() local
543 bus_result = in getdevtree()
544 &ccb.cdm.matches[i].result.bus_result; in getdevtree()
552 bus_result->path_id, in getdevtree()
553 bus_result->dev_name, in getdevtree()
554 bus_result->unit_number, in getdevtree()
555 bus_result->bus_id, in getdevtree()
3790 struct bus_match_result *bus_result; in rescan_or_reset_bus() local
3796 bus_result =&matchccb->cdm.matches[i].result.bus_result; in rescan_or_reset_bus()
3802 if (bus_result->path_id == CAM_XPT_PATH_ID) in rescan_or_reset_bus()
[all …]
/freebsd/usr.sbin/mptutil/
H A Dmpt_cam.c115 *path_id = ccb.cdm.matches[0].result.bus_result.path_id; in fetch_path_id()