Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h162 struct scsi_devid_desc *irport_id; member
H A Dstmf.c3384 if (irport1->irport_id->code_set < in stmf_irport_compare()
3385 irport2->irport_id->code_set) { in stmf_irport_compare()
3387 } else if (irport1->irport_id->code_set > in stmf_irport_compare()
3388 irport2->irport_id->code_set) { in stmf_irport_compare()
3393 if (irport1->irport_id->ident_length < in stmf_irport_compare()
3394 irport2->irport_id->ident_length) { in stmf_irport_compare()
3396 } else if (irport1->irport_id->ident_length > in stmf_irport_compare()
3397 irport2->irport_id->ident_length) { in stmf_irport_compare()
3402 result = memcmp(irport1->irport_id->ident, in stmf_irport_compare()
3403 irport2->irport_id->ident, in stmf_irport_compare()
[all …]