Lines Matching defs:target
73 * @memo Log a target I/O error message
75 * @param target The target wwn which failed
77 IOError::IOError(HBAPort *port, uint64_t target) :
81 "On HBA port %016llx target %016llx (%s)", port->getPortWWN(),
82 target, strerror(errno));
88 * @param target The target wwn which failed
91 IOError::IOError(HBAPort *port, uint64_t target, uint64_t lun) :
95 "On HBA port %016llx target %016llx lun %016llx (%s)",
97 target,