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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_all.c9146 struct scsi_vpd_id_descriptor *lhs_id; local
9166 lhs_id = (struct scsi_vpd_id_descriptor *)lhs;
9167 while (lhs_id <= lhs_last
9168 && (lhs_id->identifier + lhs_id->length) <= lhs_end) {
9177 (lhs_id->id_type &
9179 && rhs_id->length == lhs_id->length
9180 && memcmp(rhs_id->identifier, lhs_id->identifier,
9187 lhs_id = (struct scsi_vpd_id_descriptor *)
9188 (lhs_id
[all...]

Completed in 104 milliseconds