Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/camdd/
H A Dcamdd.c493 struct camdd_dev *other_dev,
3041 camdd_print_status(struct camdd_dev *camdd_dev, struct camdd_dev *other_dev, argument
3066 (uintmax_t)other_dev->bytes_transferred,
3067 (other_dev->write_dev == 0) ? "read from" : "written to",
3068 other_dev->device_name, total_sec);
3070 mb_sec = min(other_dev->bytes_transferred,camdd_dev->bytes_transferred);
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_mgmt.c736 uint8_t other_bus, other_dev, other_func; in ocs_mgmt_firmware_reset() local
738 ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func); in ocs_mgmt_firmware_reset()
740 if ((bus == other_bus) && (dev == other_dev)) { in ocs_mgmt_firmware_reset()