Searched refs:other_dev (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/usr.sbin/camdd/ |
| H A D | camdd.c | 501 struct camdd_dev *other_dev, 3181 camdd_print_status(struct camdd_dev *camdd_dev, struct camdd_dev *other_dev, argument 3206 (uintmax_t)other_dev->bytes_transferred, 3207 (other_dev->write_dev == 0) ? "read from" : "written to", 3208 other_dev->device_name, total_sec); 3210 mb_sec = min(other_dev->bytes_transferred,camdd_dev->bytes_transferred);
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.c | 581 uint8_t other_bus, other_dev, other_func; in ocs_mgmt_firmware_reset() local 583 ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func); in ocs_mgmt_firmware_reset() 585 if ((bus == other_bus) && (dev == other_dev)) { in ocs_mgmt_firmware_reset()
|