Home
last modified time | relevance | path

Searched refs:irport_id (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h162 struct scsi_devid_desc *irport_id; member
H A Dstmf.c3386 if (irport1->irport_id->code_set < in stmf_irport_compare()
3387 irport2->irport_id->code_set) { in stmf_irport_compare()
3389 } else if (irport1->irport_id->code_set > in stmf_irport_compare()
3390 irport2->irport_id->code_set) { in stmf_irport_compare()
3395 if (irport1->irport_id->ident_length < in stmf_irport_compare()
3396 irport2->irport_id->ident_length) { in stmf_irport_compare()
3398 } else if (irport1->irport_id->ident_length > in stmf_irport_compare()
3399 irport2->irport_id->ident_length) { in stmf_irport_compare()
3404 result = memcmp(irport1->irport_id->ident, in stmf_irport_compare()
3405 irport2->irport_id->ident, in stmf_irport_compare()
[all …]