Home
last modified time | relevance | path

Searched refs:bus_result (Results 1 – 7 of 7) 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_compat.c427 memcpy(&dm18[i].result.bus_result, in cam_compat_translate_dev_match_0x18()
428 &dm[i].result.bus_result, in cam_compat_translate_dev_match_0x18()
H A Dcam_xpt.c1641 cdm->matches[j].result.bus_result.path_id = bus->path_id; in xptedtbusfunc()
1642 cdm->matches[j].result.bus_result.bus_id = bus->sim->bus_id; in xptedtbusfunc()
1643 cdm->matches[j].result.bus_result.unit_number = in xptedtbusfunc()
1645 strlcpy(cdm->matches[j].result.bus_result.dev_name, in xptedtbusfunc()
1647 sizeof(cdm->matches[j].result.bus_result.dev_name)); in xptedtbusfunc()
H A Dcam_ccb.h532 struct bus_match_result bus_result; member
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c531 struct bus_match_result *bus_result; in getdevtree() local
541 bus_result = in getdevtree()
542 &ccb.cdm.matches[i].result.bus_result; in getdevtree()
550 bus_result->path_id, in getdevtree()
551 bus_result->dev_name, in getdevtree()
552 bus_result->unit_number, in getdevtree()
553 bus_result->bus_id, in getdevtree()
3758 struct bus_match_result *bus_result; in rescan_or_reset_bus() local
3764 bus_result =&matchccb->cdm.matches[i].result.bus_result; in rescan_or_reset_bus()
3792 bus_result->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()