Searched refs:other_dev (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/usr.sbin/camdd/ |
| D | camdd.c | 492 struct camdd_dev *other_dev, 3040 camdd_print_status(struct camdd_dev *camdd_dev, struct camdd_dev *other_dev, argument 3065 (uintmax_t)other_dev->bytes_transferred, 3066 (other_dev->write_dev == 0) ? "read from" : "written to", 3067 other_dev->device_name, total_sec); 3069 mb_sec = min(other_dev->bytes_transferred,camdd_dev->bytes_transferred);
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_mgmt.c | 592 uint8_t other_bus, other_dev, other_func; in ocs_mgmt_firmware_reset() local 594 ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func); in ocs_mgmt_firmware_reset() 596 if ((bus == other_bus) && (dev == other_dev)) { in ocs_mgmt_firmware_reset()
|