Searched refs:dev_match (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sbin/camcontrol/
H A Dcamcontrol.c248 struct device_match_result dev_match; member in struct:cam_devitem
8631 dev = cam_open_btl(item->dev_match.path_id,
8632 item->dev_match.target_id,
8633 item->dev_match.target_lun, O_RDWR, NULL);
8810 bcopy(dev_result, &item->dev_match,
9034 struct device_match_result *dev_match; local
9099 dev_match = &item->dev_match;
9101 if (dev_match->protocol == PROTO_SCSI) {
9102 cam_strvis(vendor, dev_match
[all...]

Completed in 166 milliseconds