Home
last modified time | relevance | path

Searched refs:other_dev (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/camdd/
H A Dcamdd.c491 struct camdd_dev *other_dev,
3160 camdd_print_status(struct camdd_dev *camdd_dev, struct camdd_dev *other_dev, argument
3185 (uintmax_t)other_dev->bytes_transferred,
3186 (other_dev->write_dev == 0) ? "read from" : "written to",
3187 other_dev->device_name, total_sec);
3189 mb_sec = min(other_dev->bytes_transferred,camdd_dev->bytes_transferred);
/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c579 uint8_t other_bus, other_dev, other_func; in ocs_mgmt_firmware_reset() local
581 ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func); in ocs_mgmt_firmware_reset()
583 if ((bus == other_bus) && (dev == other_dev)) { in ocs_mgmt_firmware_reset()