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

/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c505 struct camdd_dev *other_dev,
2939 camdd_print_status(struct camdd_dev *camdd_dev, struct camdd_dev *other_dev, argument
2964 (uintmax_t)other_dev->bytes_transferred,
2965 (other_dev->write_dev == 0) ? "read from" : "written to",
2966 other_dev->device_name, total_sec);
2968 mb_sec = min(other_dev->bytes_transferred,camdd_dev->bytes_transferred);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c736 uint8_t other_bus, other_dev, other_func; local
738 ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func);
740 if ((bus == other_bus) && (dev == other_dev)) {

Completed in 185 milliseconds